]> 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)
commit8411166776120989b675da160ba77e301d56d6d5
tree2f945528b513b51d0735cf38f71df9cdefb125cb
parent73317990b3192aeafb55b09bb2ab7891b51fc2f9
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