[PATCH] freevxfs: minor cleanups
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 30 Jun 2005 09:59:05 +0000 (02:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 30 Jun 2005 15:45:12 +0000 (08:45 -0700)
commit8cb681b9c7fff5cb35b5c05ba4f1b7e285e258fb
treeaf1985fb5aaff49de369c5a0665c63b5e271e77f
parent1d2cc3b87b1694df72ab75cee8e12f8b369577ce
[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>
fs/freevxfs/vxfs_bmap.c
fs/freevxfs/vxfs_lookup.c
fs/freevxfs/vxfs_olt.c
fs/freevxfs/vxfs_super.c