commit | 5aba085ededa6c5a1ff465e2aebc3e8eb00a7567 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Mon Apr 04 14:59:31 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 04 17:51:46 2011 -0700 |
tree | 61037c7906bc6334823bc75d1fa0b990aeadcea3 | |
parent | 21b86bd5a838ee882d36d354185e29650b0757dd [diff] |
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>