iget-stop-freevxfs-from-using-iget-and-read_inode-checkpatch-fixes
commitfaadafa06c9b86009b8e4738ba745fa3d01d2c6e
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 27 Oct 2007 07:52:54 +0000 (27 07:52 +0000)
committerMatthias Urlichs <smurf@hera.kernel.org>
Wed, 14 Nov 2007 11:30:57 +0000 (14 11:30 +0000)
tree27ec5baaea8f42f58766a970562368ed3c5cbc2d
parentccdfafa1ee8579973688258f22cdebea1674c7ea
iget-stop-freevxfs-from-using-iget-and-read_inode-checkpatch-fixes

ERROR: "foo * bar" should be "foo *bar"
#30: FILE: fs/freevxfs/vxfs_extern.h:61:
+extern struct inode * vxfs_iget(struct super_block *, unsigned long);

ERROR: use tabs not spaces
#68: FILE: fs/freevxfs/vxfs_inode.c:183:
+        vip = __vxfs_iget(ino, VXFS_SBI(sbp)->vsi_stilist);$

total: 2 errors, 0 warnings, 139 lines checked
Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Christoph Hellwig <hch@lst.de>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/freevxfs/vxfs_inode.c