[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200424155334.17053-1-her0gyugyu@gmail.com>
Date: Fri, 24 Apr 2020 08:53:34 -0700
From: Youngjun Park <her0gyugyu@...il.com>
To: Tejun Heo <tj@...nel.org>
Cc: gregkh@...uxfoundation.org, her0gyu@...er.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] fs: fixup redundant indentation.
From: Youngjun Park <her0gyu@...er.com>
Signed-off-by: Youngjun Park <her0gyu@...er.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
Powered by blists - more mailing lists