From: Andrew Morton Date: Thu, 26 Jun 2014 00:42:22 +0000 (+1000) Subject: ocfs2-free-inode-when-i_count-becomes-zero-checkpatch-fixes X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d79ed551a275d2e9ba766bc1c4ebd1b22dedd70a;p=karo-tx-linux.git ocfs2-free-inode-when-i_count-becomes-zero-checkpatch-fixes ERROR: trailing whitespace #41: FILE: fs/ocfs2/inode.c:1197: +^Ireturn 1; $ total: 1 errors, 0 warnings, 18 lines checked NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or scripts/cleanfile ./patches/ocfs2-free-inode-when-i_count-becomes-zero.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Xue jiufei Signed-off-by: Andrew Morton --- diff --git a/fs/ocfs2/inode.c b/fs/ocfs2/inode.c index a490bc5b09b6..21708cda4b8a 100644 --- a/fs/ocfs2/inode.c +++ b/fs/ocfs2/inode.c @@ -1194,7 +1194,7 @@ int ocfs2_drop_inode(struct inode *inode) struct ocfs2_inode_info *oi = OCFS2_I(inode); trace_ocfs2_drop_inode((unsigned long long)oi->ip_blkno, inode->i_nlink, oi->ip_flags); - return 1; + return 1; } /*