2022-07-24 21:36:00

by Ismael Luceno

[permalink] [raw]
Subject: [PATCH] Bluetooth: hci_sync: Fix opcode format in debug message

Signed-off-by: Ismael Luceno <[email protected]>
---
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


2022-07-24 22:21:50

by bluez.test.bot

[permalink] [raw]
Subject: RE: Bluetooth: hci_sync: Fix opcode format in debug message

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