]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/fork.c: fix coding style issues
authorDaeseok Youn <daeseok.youn@gmail.com>
Thu, 23 Jan 2014 23:55:47 +0000 (15:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:37:02 +0000 (16:37 -0800)
commitc6fdf7a3bac3856d6ea1b0612cfa1f4b3594def4
tree2f945528b513b51d0735cf38f71df9cdefb125cb
parent522c0c7a60a17c092dd5ab567bb2e5f282c445ce
kernel/fork.c: fix coding style issues

Fix errors reported by checkpatch.pl.  One error is parentheses, the other
is a whitespace issue.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/fork.c