diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2006-09-29 11:01:21 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 18:18:22 +0200 |
commit | c16a02d6f5fcfe05dc6fd40aa80a8e1d055300db (patch) | |
tree | 9335cbe024a12723395a92f5aeca7111700a0766 /Kbuild | |
parent | [PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common() (diff) | |
download | linux-c16a02d6f5fcfe05dc6fd40aa80a8e1d055300db.tar.xz linux-c16a02d6f5fcfe05dc6fd40aa80a8e1d055300db.zip |
[PATCH] Add section on function return values to CodingStyle
This patch (as776) adds a new chapter to Documentation/CodingStyle,
explaining the circumstances under which a function should return 0 for
failure and non-zero for success as opposed to a negative error code for
failure and 0 for success.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions