From: Colin Ian King Date: Wed, 12 Dec 2018 16:46:20 +0000 (-0800) Subject: xfs: clean up indentation issues, remove an unwanted space X-Git-Tag: v5.15~7228^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c4ce794ee7aa31d7330ea3616f9d63444df1728;p=platform%2Fkernel%2Flinux-starfive.git xfs: clean up indentation issues, remove an unwanted space There is a statement that has an unwanted space in the indentation. Remove it. Signed-off-by: Colin Ian King Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 05db954..f217567 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c @@ -2242,7 +2242,7 @@ xfs_ifree_cluster( * want it to fail. We can acheive this by adding a write * verifier to the buffer. */ - bp->b_ops = &xfs_inode_buf_ops; + bp->b_ops = &xfs_inode_buf_ops; /* * Walk the inodes already attached to the buffer and mark them