linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfs: clean up indentation issues, remove an unwanted space
@ 2018-11-23 16:59 Colin King
  2018-11-26 22:58 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-11-23 16:59 UTC (permalink / raw)
  To: Darrick J . Wong, linux-xfs; +Cc: kernel-janitors, linux-kernel

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(-)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfs: clean up indentation issues, remove an unwanted space
  2018-11-23 16:59 [PATCH] xfs: clean up indentation issues, remove an unwanted space Colin King
@ 2018-11-26 22:58 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2018-11-26 22:58 UTC (permalink / raw)
  To: Colin King; +Cc: linux-xfs, kernel-janitors, linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-27  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-23 16:59 [PATCH] xfs: clean up indentation issues, remove an unwanted space Colin King
2018-11-26 22:58 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).