diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2013-11-01 23:47:05 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-11-04 18:19:20 +0100 |
commit | edf7b938321e5a8c170044e186afdf757bc597fa (patch) | |
tree | 7ffa1603ce0ac714230eaa9c489c96cf80029900 /arch/mips/include/asm/atomic.h | |
parent | dc73e4c1b6df2795830a398192aaba7fb3c5cbb7 (diff) |
MIPS: Random whitespace clean-ups
Another whitespace clean-up, this removes tabs from between sentences in
some comments.
Signed-off-by: Maciej W. Rozycki <macro@codesourcery.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6103/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/atomic.h')
-rw-r--r-- | arch/mips/include/asm/atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/atomic.h b/arch/mips/include/asm/atomic.h index 08b607969a16..7eed2f261710 100644 --- a/arch/mips/include/asm/atomic.h +++ b/arch/mips/include/asm/atomic.h @@ -1,5 +1,5 @@ /* - * Atomic operations that C can't guarantee us. Useful for + * Atomic operations that C can't guarantee us. Useful for * resource counting etc.. * * But use these as seldom as possible since they are much more slower |