commit | 36d3295c5a0d9169bae1d40f8db92459977c2936 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@mips.com> | Tue Oct 01 21:53:15 2019 +0000 |
committer | Paul Burton <paul.burton@mips.com> | Mon Oct 07 09:42:26 2019 -0700 |
tree | f17afcfa7a31dace7b054836b29f387ee38a1c93 | |
parent | 185d7d7a58194e3784e8dc2898756065f974090a [diff] |
MIPS: atomic: Fix whitespace in ATOMIC_OP macros We define macros in asm/atomic.h which end each line with space characters before a backslash to continue on the next line. Remove the space characters leaving tabs as the whitespace used for conformity with coding convention. Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: linux-mips@vger.kernel.org Cc: Huacai Chen <chenhc@lemote.com> Cc: Jiaxun Yang <jiaxun.yang@flygoat.com> Cc: linux-kernel@vger.kernel.org