Skip to content

Commit 5cd2714

Browse files
akpm00sfrothwell
authored andcommitted
ocfs2-free-inode-when-i_count-becomes-zero-checkpatch-fixes
ERROR: trailing whitespace torvalds#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 <xuejiufei@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent e7ad8b9 commit 5cd2714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ocfs2/inode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ int ocfs2_drop_inode(struct inode *inode)
11941194
struct ocfs2_inode_info *oi = OCFS2_I(inode);
11951195
trace_ocfs2_drop_inode((unsigned long long)oi->ip_blkno,
11961196
inode->i_nlink, oi->ip_flags);
1197-
return 1;
1197+
return 1;
11981198
}
11991199

12001200
/*

0 commit comments

Comments
 (0)