From: Youngjun Park <her0gyugyu@gmail.com>
To: Tejun Heo <tj@kernel.org>
Cc: gregkh@linuxfoundation.org, her0gyu@naver.com,
linux-kernel@vger.kernel.org
Subject: [PATCH] fs: fixup redundant indentation.
Date: Fri, 24 Apr 2020 08:53:34 -0700 [thread overview]
Message-ID: <20200424155334.17053-1-her0gyugyu@gmail.com> (raw)
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
next reply other threads:[~2020-04-24 15:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-24 15:53 Youngjun Park [this message]
2020-04-28 13:00 ` [PATCH] fs: fixup redundant indentation Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200424155334.17053-1-her0gyugyu@gmail.com \
--to=her0gyugyu@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=her0gyu@naver.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox