netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: bluetooth: hci_debugfs: fix inconsistent indenting
@ 2023-04-08 16:45 Lanzhe Li
  2023-04-10  8:03 ` Simon Horman
  2023-04-14 20:10 ` patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Lanzhe Li @ 2023-04-08 16:45 UTC (permalink / raw)
  To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: markli, linux-bluetooth, netdev, linux-kernel

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>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: bluetooth: hci_debugfs: fix inconsistent indenting
  2023-04-08 16:45 [PATCH] net: bluetooth: hci_debugfs: fix inconsistent indenting Lanzhe Li
@ 2023-04-10  8:03 ` Simon Horman
  2023-04-14 20:10 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2023-04-10  8:03 UTC (permalink / raw)
  To: Lanzhe Li
  Cc: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	linux-bluetooth, netdev, linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: bluetooth: hci_debugfs: fix inconsistent indenting
  2023-04-08 16:45 [PATCH] net: bluetooth: hci_debugfs: fix inconsistent indenting Lanzhe Li
  2023-04-10  8:03 ` Simon Horman
@ 2023-04-14 20:10 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2023-04-14 20:10 UTC (permalink / raw)
  To: Lanzhe Li
  Cc: marcel, johan.hedberg, luiz.dentz, davem, edumazet, kuba, pabeni,
	linux-bluetooth, netdev, linux-kernel

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 00:45:42 +0800 you 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>
> 
> [...]

Here is the summary with links:
  - net: bluetooth: hci_debugfs: 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-14 20:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-08 16:45 [PATCH] net: bluetooth: hci_debugfs: fix inconsistent indenting Lanzhe Li
2023-04-10  8:03 ` Simon Horman
2023-04-14 20:10 ` patchwork-bot+bluetooth

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).