Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-09 | [PATCH] Fix more "if ((err = foo() < 0))" typos | Alexey Dobriyan | |
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> | |||
2005-08-04 | [PATCH] Add Documentation/kprobes.txt | Jim Keniston | |
Acked-by: Prasanna S Panchamukhi <prasanna@in.ibm.com> Signed-off-by: Jim Keniston <jkenisto@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |