From: Andrew Morton ERROR: use tabs not spaces #221: FILE: include/linux/quotaops.h:254: + ^Ireturn DQUOT_ALLOC_SPACE_NODIRTY(inode,$ total: 1 errors, 0 warnings, 194 lines checked ./patches/quota-various-style-cleanups.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: Jan Kara Signed-off-by: Andrew Morton --- include/linux/quotaops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/quotaops.h~quota-various-style-cleanups-checkpatch-fixes include/linux/quotaops.h --- a/include/linux/quotaops.h~quota-various-style-cleanups-checkpatch-fixes +++ a/include/linux/quotaops.h @@ -251,7 +251,7 @@ static inline int DQUOT_PREALLOC_BLOCK(s static inline int DQUOT_ALLOC_BLOCK_NODIRTY(struct inode *inode, qsize_t nr) { - return DQUOT_ALLOC_SPACE_NODIRTY(inode, + return DQUOT_ALLOC_SPACE_NODIRTY(inode, nr << inode->i_sb->s_blocksize_bits); } _