OSDN Git Service

MIPS: atomic: Fix whitespace in ATOMIC_OP macros
authorPaul Burton <paul.burton@mips.com>
Tue, 1 Oct 2019 21:53:15 +0000 (21:53 +0000)
committerPaul Burton <paul.burton@mips.com>
Mon, 7 Oct 2019 16:42:26 +0000 (09:42 -0700)
commit36d3295c5a0d9169bae1d40f8db92459977c2936
treef17afcfa7a31dace7b054836b29f387ee38a1c93
parent185d7d7a58194e3784e8dc2898756065f974090a
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
arch/mips/include/asm/atomic.h