git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ed16f
)
[PATCH] Fix more "if ((err = foo() < 0))" typos
author
Alexey Dobriyan
<adobriyan@gmail.com>
Mon, 9 Jan 2006 21:09:16 +0000
(
00:09
+0300)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 9 Jan 2006 21:02:51 +0000
(13:02 -0800)
Another reason to use:
ret = foo();
if (ret < 0)
goto out;
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found