All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: fix inconsistent indenting
@ 2023-04-09 13:02 Lanzhe Li
  2023-04-09 13:30 ` Dongliang Mu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lanzhe Li @ 2023-04-09 13:02 UTC (permalink / raw)
  To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: Lanzhe Li, linux-bluetooth, netdev, linux-kernel

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] 4+ messages in thread

* Re: [PATCH] Bluetooth: fix inconsistent indenting
  2023-04-09 13:02 [PATCH] Bluetooth: fix inconsistent indenting Lanzhe Li
@ 2023-04-09 13:30 ` Dongliang Mu
  2023-04-09 13:37 ` bluez.test.bot
  2023-04-14 20:10 ` [PATCH] " patchwork-bot+bluetooth
  2 siblings, 0 replies; 4+ messages in thread
From: Dongliang Mu @ 2023-04-09 13:30 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,
	HUST OS Kernel Contribution

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
>

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

* RE: Bluetooth: fix inconsistent indenting
  2023-04-09 13:02 [PATCH] Bluetooth: fix inconsistent indenting Lanzhe Li
  2023-04-09 13:30 ` Dongliang Mu
@ 2023-04-09 13:37 ` bluez.test.bot
  2023-04-14 20:10 ` [PATCH] " patchwork-bot+bluetooth
  2 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2023-04-09 13:37 UTC (permalink / raw)
  To: linux-bluetooth, u202212060

[-- Attachment #1: Type: text/plain, Size: 1423 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=738277

---Test result---

Test Summary:
CheckPatch                    PASS      0.67 seconds
GitLint                       PASS      0.31 seconds
SubjectPrefix                 PASS      0.10 seconds
BuildKernel                   PASS      41.97 seconds
CheckAllWarning               PASS      45.06 seconds
CheckSparse                   PASS      51.26 seconds
CheckSmatch                   PASS      136.43 seconds
BuildKernel32                 PASS      40.19 seconds
TestRunnerSetup               PASS      557.44 seconds
TestRunner_l2cap-tester       PASS      21.01 seconds
TestRunner_iso-tester         PASS      21.51 seconds
TestRunner_bnep-tester        PASS      6.70 seconds
TestRunner_mgmt-tester        PASS      138.97 seconds
TestRunner_rfcomm-tester      PASS      11.09 seconds
TestRunner_sco-tester         PASS      10.53 seconds
TestRunner_ioctl-tester       PASS      12.39 seconds
TestRunner_mesh-tester        PASS      9.19 seconds
TestRunner_smp-tester         PASS      9.65 seconds
TestRunner_userchan-tester    PASS      7.27 seconds
IncrementalBuild              PASS      36.30 seconds



---
Regards,
Linux Bluetooth


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

* Re: [PATCH] Bluetooth: fix inconsistent indenting
  2023-04-09 13:02 [PATCH] Bluetooth: fix inconsistent indenting Lanzhe Li
  2023-04-09 13:30 ` Dongliang Mu
  2023-04-09 13:37 ` bluez.test.bot
@ 2023-04-14 20:10 ` patchwork-bot+bluetooth
  2 siblings, 0 replies; 4+ 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 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



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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-09 13:02 [PATCH] Bluetooth: fix inconsistent indenting Lanzhe Li
2023-04-09 13:30 ` Dongliang Mu
2023-04-09 13:37 ` bluez.test.bot
2023-04-14 20:10 ` [PATCH] " patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.