[PATCH] Bluetooth: fix inconsistent indenting

Lanzhe Li posted 1 patch 2 years, 10 months ago
net/bluetooth/hci_debugfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Bluetooth: fix inconsistent indenting
Posted by Lanzhe Li 2 years, 10 months ago
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>
---
 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
Re: [PATCH] Bluetooth: fix inconsistent indenting
Posted by patchwork-bot+bluetooth@kernel.org 2 years, 10 months ago
Hello:

This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Sun,  9 Apr 2023 21:02:29 +0800 you wrote:
> 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>
> ---
>  net/bluetooth/hci_debugfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - Bluetooth: fix inconsistent indenting
    https://git.kernel.org/bluetooth/bluetooth-next/c/2df7d630ef53

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] Bluetooth: fix inconsistent indenting
Posted by Dongliang Mu 2 years, 10 months ago
On Sun, Apr 9, 2023 at 9:11 PM Lanzhe Li <u202212060@hust.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@hust.edu.cn>

Hi Lanzhe,

Please remember to add v2 and changelog from v1 to v2 next time.

+cc hust-os-kernel-patches@googlegroups.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
>