]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdbfaa33e3244473475798df6c79f2900a1e62f66
treef17afcfa7a31dace7b054836b29f387ee38a1c93
parent63c7645f219fee1fc88fbc32f67ed9c3277b6e8f
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