All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: Clean up some inconsistent indenting
@ 2022-08-04  8:15 Jiapeng Chong
  2022-08-04  9:14 ` bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2022-08-04  8:15 UTC (permalink / raw)
  To: marcel
  Cc: johan.hedberg, luiz.dentz, davem, edumazet, kuba, pabeni,
	linux-bluetooth, netdev, linux-kernel, Jiapeng Chong, Abaci Robot

No functional modification involved.

net/bluetooth/hci_debugfs.c:192 uuids_show() warn: inconsistent
indenting.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=1821
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 net/bluetooth/hci_debugfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/bluetooth/hci_debugfs.c b/net/bluetooth/hci_debugfs.c
index 902b40a90b91..1d4bee86fbbd 100644
--- a/net/bluetooth/hci_debugfs.c
+++ b/net/bluetooth/hci_debugfs.c
@@ -187,9 +187,9 @@ static int uuids_show(struct seq_file *f, void *p)
 
 		seq_printf(f, "%pUb\n", val);
 	}
-	hci_dev_unlock(hdev);
 
-       return 0;
+	hci_dev_unlock(hdev);
+	return 0;
 }
 
 DEFINE_SHOW_ATTRIBUTE(uuids);
-- 
2.20.1.7.g153144c


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

* RE: Bluetooth: Clean up some inconsistent indenting
  2022-08-04  8:15 [PATCH] Bluetooth: Clean up some inconsistent indenting Jiapeng Chong
@ 2022-08-04  9:14 ` bluez.test.bot
  0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2022-08-04  9:14 UTC (permalink / raw)
  To: linux-bluetooth, jiapeng.chong

[-- Attachment #1: Type: text/plain, Size: 1096 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=665287

---Test result---

Test Summary:
CheckPatch                    PASS      1.61 seconds
GitLint                       PASS      0.94 seconds
SubjectPrefix                 PASS      0.84 seconds
BuildKernel                   PASS      32.60 seconds
BuildKernel32                 PASS      28.70 seconds
Incremental Build with patchesPASS      40.59 seconds
TestRunner: Setup             PASS      477.31 seconds
TestRunner: l2cap-tester      PASS      16.88 seconds
TestRunner: bnep-tester       PASS      6.30 seconds
TestRunner: mgmt-tester       PASS      99.26 seconds
TestRunner: rfcomm-tester     PASS      9.72 seconds
TestRunner: sco-tester        PASS      9.36 seconds
TestRunner: smp-tester        PASS      9.43 seconds
TestRunner: userchan-tester   PASS      6.57 seconds



---
Regards,
Linux Bluetooth


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

end of thread, other threads:[~2022-08-04  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-04  8:15 [PATCH] Bluetooth: Clean up some inconsistent indenting Jiapeng Chong
2022-08-04  9:14 ` bluez.test.bot

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.