commit | 8cb681b9c7fff5cb35b5c05ba4f1b7e285e258fb | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Thu Jun 30 02:59:05 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu Jun 30 08:45:12 2005 -0700 |
tree | af1985fb5aaff49de369c5a0665c63b5e271e77f | |
parent | 1d2cc3b87b1694df72ab75cee8e12f8b369577ce [diff] |
[PATCH] freevxfs: minor cleanups This patch addresses the following minor issues: - Typo in printk - Redundant casts - Use C99 struct initializers instead of memset - Parenthesis around return value - Use inline instead of __inline__ Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>