From: Simon Horman <simon.horman@corigine.com>
To: Lanzhe Li <u202212060@hust.edu.cn>
Cc: Marcel Holtmann <marcel@holtmann.org>,
Johan Hedberg <johan.hedberg@gmail.com>,
Luiz Augusto von Dentz <luiz.dentz@gmail.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] net: bluetooth: hci_debugfs: fix inconsistent indenting
Date: Mon, 10 Apr 2023 10:03:26 +0200 [thread overview]
Message-ID: <ZDPCztXu+B8N6hqP@corigine.com> (raw)
In-Reply-To: <20230408164542.2316-1-u202212060@hust.edu.cn>
On Sun, Apr 09, 2023 at 12:45:42AM +0800, Lanzhe Li wrote:
> From: markli <u202212060@hust.edu.cn>
>
> Fixed a wrong indentation before "return".This line uses a 7 space
> indent instead of a tab.
>
> Signed-off-by: Lanzhe Li <u202212060@hust.edu.cn>
Thanks,
I checked and this seems to be the only instance of this type of problem
in this file.
Reviewed-by: Simon Horman <simon.horman@corigine.com>
> ---
> net/bluetooth/hci_debugfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/bluetooth/hci_debugfs.c b/net/bluetooth/hci_debugfs.c
> index b7f682922a16..ec0df2f9188e 100644
> --- a/net/bluetooth/hci_debugfs.c
> +++ b/net/bluetooth/hci_debugfs.c
> @@ -189,7 +189,7 @@ static int uuids_show(struct seq_file *f, void *p)
> }
> hci_dev_unlock(hdev);
>
> - return 0;
> + return 0;
> }
>
> DEFINE_SHOW_ATTRIBUTE(uuids);
> --
> 2.37.2
>
next prev parent reply other threads:[~2023-04-10 8:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-08 16:45 [PATCH] net: bluetooth: hci_debugfs: fix inconsistent indenting Lanzhe Li
2023-04-10 8:03 ` Simon Horman [this message]
2023-04-14 20:10 ` patchwork-bot+bluetooth
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=ZDPCztXu+B8N6hqP@corigine.com \
--to=simon.horman@corigine.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=johan.hedberg@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
--cc=marcel@holtmann.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=u202212060@hust.edu.cn \
/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;
as well as URLs for NNTP newsgroup(s).