Skip to content

Commit

Permalink
kernel/sys.c: whitespace fixes
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
vishnu.ps authored and torvalds committed Oct 10, 2014
1 parent 067b722 commit ec94fc3
Showing 1 changed file with 137 additions and 128 deletions.
Loading

0 comments on commit ec94fc3

Please sign in to comment.