diff options
author | Alexey Dobriyan | 2006-01-09 22:09:16 +0100 |
---|---|---|
committer | Linus Torvalds | 2006-01-09 22:02:51 +0100 |
commit | 682e852e2638ed0aff84aa51181c9e5d2f939562 (patch) | |
tree | e1a5221fe0c98d743fbceec2d0932f3556aecf93 /include/asm-m68knommu | |
parent | [PATCH] Fix sg_page_malloc() memset (diff) | |
download | kernel-qcow2-linux-682e852e2638ed0aff84aa51181c9e5d2f939562.tar.gz kernel-qcow2-linux-682e852e2638ed0aff84aa51181c9e5d2f939562.tar.xz kernel-qcow2-linux-682e852e2638ed0aff84aa51181c9e5d2f939562.zip |
[PATCH] Fix more "if ((err = foo() < 0))" typos
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>
Diffstat (limited to 'include/asm-m68knommu')
0 files changed, 0 insertions, 0 deletions