diff mbox series

xfs: clean up indentation issues, remove an unwanted space

Message ID 20181123165913.26671-1-colin.king@canonical.com (mailing list archive)
State Accepted
Headers show
Series xfs: clean up indentation issues, remove an unwanted space | expand

Commit Message

Colin King Nov. 23, 2018, 4:59 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a statement that has an unwanted space in the indentation.
Remove it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 fs/xfs/xfs_inode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Darrick J. Wong Nov. 26, 2018, 10:58 p.m. UTC | #1
On Fri, Nov 23, 2018 at 04:59:13PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a statement that has an unwanted space in the indentation.
> Remove it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

> ---
>  fs/xfs/xfs_inode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
> index 05db9540e459..f21756751540 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
> -- 
> 2.19.1
>
diff mbox series

Patch

diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
index 05db9540e459..f21756751540 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