[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAD-N9QVTmKK533s4kMpdsM6LYGJhkb7pM3NZPo_F5Y-6Azcoww@mail.gmail.com>
Date: Sun, 9 Apr 2023 21:30:30 +0800
From: Dongliang Mu <mudongliangabcd@...il.com>
To: Lanzhe Li <u202212060@...t.edu.cn>
Cc: Marcel Holtmann <marcel@...tmann.org>,
Johan Hedberg <johan.hedberg@...il.com>,
Luiz Augusto von Dentz <luiz.dentz@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
linux-bluetooth@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
HUST OS Kernel Contribution
<hust-os-kernel-patches@...glegroups.com>
Subject: Re: [PATCH] Bluetooth: fix inconsistent indenting
On Sun, Apr 9, 2023 at 9:11 PM Lanzhe Li <u202212060@...t.edu.cn> wrote:
>
> Fixed a wrong indentation before "return".This line uses a 7 space
> indent instead of a tab.
>
> Signed-off-by: Lanzhe Li <u202212060@...t.edu.cn>
Hi Lanzhe,
Please remember to add v2 and changelog from v1 to v2 next time.
+cc hust-os-kernel-patches@...glegroups.com
> ---
v1->v2: change the author to make 'From' and 'Signed-off-by' fields consistent.
> 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
>
Powered by blists - more mailing lists