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>