sys_prctl(): coding-style cleanup
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 22 Feb 2013 00:43:07 +0000 (16:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:20 +0000 (17:22 -0800)
commitf3cbd435b02fb45efc2c8a39c2ea19816669c412
treefc3cfda8b6bdbddedf0a0d3d41736bf9a049a7d9
parent7fe5e04292e71af34ae171b88caa2a139e0b6125
sys_prctl(): coding-style cleanup

Remove a tabstop from the switch statement, in the usual fashion.  A few
instances of weirdwrapping were removed as a result.

Cc: Chen Gang <gang.chen@asianux.com>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sys.c