linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: fixup redundant indentation.
@ 2020-04-24 15:53 Youngjun Park
  2020-04-28 13:00 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Youngjun Park @ 2020-04-24 15:53 UTC (permalink / raw)
  To: Tejun Heo; +Cc: gregkh, her0gyu, linux-kernel

From: Youngjun Park <her0gyu@naver.com>

Signed-off-by: Youngjun Park <her0gyu@naver.com>

fixup redundant indentation on the label.
---
 fs/kernfs/file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/kernfs/file.c b/fs/kernfs/file.c
index 34366db3620d..7fb5d1e48ef7 100644
--- a/fs/kernfs/file.c
+++ b/fs/kernfs/file.c
@@ -544,7 +544,7 @@ static int kernfs_get_open_node(struct kernfs_node *kn,
 {
 	struct kernfs_open_node *on, *new_on = NULL;
 
- retry:
+retry:
 	mutex_lock(&kernfs_open_file_mutex);
 	spin_lock_irq(&kernfs_open_node_lock);
 
-- 
2.17.1


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

* Re: [PATCH] fs: fixup redundant indentation.
  2020-04-24 15:53 [PATCH] fs: fixup redundant indentation Youngjun Park
@ 2020-04-28 13:00 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2020-04-28 13:00 UTC (permalink / raw)
  To: Youngjun Park; +Cc: Tejun Heo, her0gyu, linux-kernel

On Fri, Apr 24, 2020 at 08:53:34AM -0700, Youngjun Park wrote:
> From: Youngjun Park <her0gyu@naver.com>
> 
> Signed-off-by: Youngjun Park <her0gyu@naver.com>
> 
> fixup redundant indentation on the label.
> ---
>  fs/kernfs/file.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

signed-off-by needs to go last.

And this fix is not needed, the existing code is fine.

thanks,

greg k-h

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

end of thread, other threads:[~2020-04-28 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 15:53 [PATCH] fs: fixup redundant indentation Youngjun Park
2020-04-28 13:00 ` Greg KH

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