commit | e99d59ff0bff349ef205cef1076e0354c8130680 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri May 20 11:46:10 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri May 20 11:46:10 2005 -0700 |
tree | 530ca0d4db45176dad22016af0e2d61c2a321c70 | |
parent | 7ca45252a35df8c78060ff233957fc558714a5d6 [diff] |
sparse cleanup Fix various things that sparse complains about: - use NULL instead of 0 - make sure we declare everything properly, or mark it static - use proper function declarations ("fn(void)" instead of "fn()") Sparse is always right.