commit | a737b3e2fcf96f576fa3e2e382236d9ee94f383f | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Wed Mar 22 00:08:11 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Mar 22 07:53:58 2006 -0800 |
tree | 8bc2a5e4f0f12ae01c6cb718ada98bc092daecbf | |
parent | f30cf7d13eee420f5249b4d7709b46570098ab92 [diff] |
[PATCH] slab cleanup slab.c has become a bit revolting again. Try to repair it. - Coding style fixes - Don't do assignments-in-if-statements. - Don't typecast assignments to/from void* Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>