]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/sys.c: whitespace fixes
authorvishnu.ps <vishnu.ps@samsung.com>
Thu, 9 Oct 2014 22:30:23 +0000 (15:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Oct 2014 02:26:04 +0000 (22:26 -0400)
commit1aa7bdc0a734b27bc3f5db0b3061ecc6d1b11229
treea1d6896521b13d496fc046e90d4f9db302eef246
parentc6399f66b9be2ea4029b61ef48c556b8950279d4
kernel/sys.c: whitespace fixes

Fix minor errors and warning messages in kernel/sys.c.  These errors were
reported by checkpatch while working with some modifications in sys.c
file.  Fixing this first will help me to improve my further patches.

ERROR: trailing whitespace - 9
ERROR: do not use assignment in if condition - 4
ERROR: spaces required around that '?' (ctx:VxO) - 10
ERROR: switch and case should be at the same indent - 3

total 26 errors & 3 warnings fixed.

Signed-off-by: vishnu.ps <vishnu.ps@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sys.c