public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: hci_sync: Fix opcode format in debug message
@ 2022-07-24 21:26 Ismael Luceno
  2022-07-24 22:03 ` bluez.test.bot
  2022-07-26 18:58 ` [PATCH] " Luiz Augusto von Dentz
  0 siblings, 2 replies; 3+ messages in thread
From: Ismael Luceno @ 2022-07-24 21:26 UTC (permalink / raw)
  To: linux-kernel, linux-bluetooth
  Cc: Ismael Luceno, Johan Hedberg, Luiz Augusto von Dentz,
	Marcel Holtmann

Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
---
 net/bluetooth/hci_sync.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c
index 351c2390164d..d86d819465e8 100644
--- a/net/bluetooth/hci_sync.c
+++ b/net/bluetooth/hci_sync.c
@@ -150,7 +150,7 @@
 	struct sk_buff *skb;
 	int err = 0;
 
-	bt_dev_dbg(hdev, "Opcode 0x%4x", opcode);
+	bt_dev_dbg(hdev, "Opcode 0x%04x", opcode);
 
 	hci_req_init(&req, hdev);
 
-- 
2.36.0


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

* RE: Bluetooth: hci_sync: Fix opcode format in debug message
  2022-07-24 21:26 [PATCH] Bluetooth: hci_sync: Fix opcode format in debug message Ismael Luceno
@ 2022-07-24 22:03 ` bluez.test.bot
  2022-07-26 18:58 ` [PATCH] " Luiz Augusto von Dentz
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2022-07-24 22:03 UTC (permalink / raw)
  To: linux-bluetooth, ismael

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

---Test result---

Test Summary:
CheckPatch                    FAIL      1.37 seconds
GitLint                       PASS      0.83 seconds
SubjectPrefix                 PASS      0.62 seconds
BuildKernel                   PASS      37.10 seconds
BuildKernel32                 PASS      32.02 seconds
Incremental Build with patchesPASS      49.05 seconds
TestRunner: Setup             PASS      536.08 seconds
TestRunner: l2cap-tester      PASS      16.75 seconds
TestRunner: bnep-tester       PASS      6.11 seconds
TestRunner: mgmt-tester       PASS      99.35 seconds
TestRunner: rfcomm-tester     PASS      9.41 seconds
TestRunner: sco-tester        PASS      9.12 seconds
TestRunner: smp-tester        PASS      9.25 seconds
TestRunner: userchan-tester   PASS      6.28 seconds

Details
##############################
Test: CheckPatch - FAIL - 1.37 seconds
Run checkpatch.pl script with rule in .checkpatch.conf
Bluetooth: hci_sync: Fix opcode format in debug message\WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

total: 0 errors, 1 warnings, 0 checks, 8 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

/github/workspace/src/12927635.patch has style problems, please review.

NOTE: Ignored message types: UNKNOWN_COMMIT_ID

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.




---
Regards,
Linux Bluetooth


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

* Re: [PATCH] Bluetooth: hci_sync: Fix opcode format in debug message
  2022-07-24 21:26 [PATCH] Bluetooth: hci_sync: Fix opcode format in debug message Ismael Luceno
  2022-07-24 22:03 ` bluez.test.bot
@ 2022-07-26 18:58 ` Luiz Augusto von Dentz
  1 sibling, 0 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2022-07-26 18:58 UTC (permalink / raw)
  To: Ismael Luceno
  Cc: Linux Kernel Mailing List, linux-bluetooth@vger.kernel.org,
	Johan Hedberg, Marcel Holtmann

Hi Ismael,

On Sun, Jul 24, 2022 at 2:26 PM Ismael Luceno <ismael@iodev.co.uk> wrote:

Add some description, perhaps the debug output before and after the changes.

> Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
> ---
>  net/bluetooth/hci_sync.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c
> index 351c2390164d..d86d819465e8 100644
> --- a/net/bluetooth/hci_sync.c
> +++ b/net/bluetooth/hci_sync.c
> @@ -150,7 +150,7 @@
>         struct sk_buff *skb;
>         int err = 0;
>
> -       bt_dev_dbg(hdev, "Opcode 0x%4x", opcode);
> +       bt_dev_dbg(hdev, "Opcode 0x%04x", opcode);
>
>         hci_req_init(&req, hdev);
>
> --
> 2.36.0
>


-- 
Luiz Augusto von Dentz

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

end of thread, other threads:[~2022-07-26 18:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-24 21:26 [PATCH] Bluetooth: hci_sync: Fix opcode format in debug message Ismael Luceno
2022-07-24 22:03 ` bluez.test.bot
2022-07-26 18:58 ` [PATCH] " Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox