]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel/signal.c: fix typos and coding style
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 4 Apr 2011 21:59:31 +0000 (14:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Apr 2011 00:51:46 +0000 (17:51 -0700)
commit5aba085ededa6c5a1ff465e2aebc3e8eb00a7567
tree61037c7906bc6334823bc75d1fa0b990aeadcea3
parent21b86bd5a838ee882d36d354185e29650b0757dd
kernel/signal.c: fix typos and coding style

General coding style and comment fixes; no code changes:

 - Use multi-line-comment coding style.
 - Put some function signatures completely on one line.
 - Hyphenate some words.
 - Spell Posix as POSIX.
 - Correct typos & spellos in some comments.
 - Drop trailing whitespace.
 - End sentences with periods.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/signal.c