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=624997 ---Test result--- Test Summary: CheckPatch FAIL 1.78 seconds GitLint PASS 0.89 seconds SubjectPrefix PASS 0.64 seconds BuildKernel PASS 38.17 seconds BuildKernel32 PASS 33.98 seconds Incremental Build with patchesPASS 53.60 seconds TestRunner: Setup PASS 594.46 seconds TestRunner: l2cap-tester PASS 18.39 seconds TestRunner: bnep-tester PASS 7.43 seconds TestRunner: mgmt-tester PASS 125.35 seconds TestRunner: rfcomm-tester PASS 9.63 seconds TestRunner: sco-tester PASS 9.35 seconds TestRunner: smp-tester PASS 9.48 seconds TestRunner: userchan-tester PASS 7.82 seconds Details ############################## Test: CheckPatch - FAIL - 1.78 seconds Run checkpatch.pl script with rule in .checkpatch.conf [1/2] Bluetooth: Add support for devcoredump\WARNING:SPLIT_STRING: quoted string split across lines #498: FILE: net/bluetooth/hci_core.c:2696: + "Devcoredump complete with size %u " + "(expect %u)", WARNING:SPLIT_STRING: quoted string split across lines #517: FILE: net/bluetooth/hci_core.c:2715: + "Devcoredump aborted with size %u " + "(expect %u)", WARNING:OOM_MESSAGE: Possible unnecessary 'out of memory' message #598: FILE: net/bluetooth/hci_core.c:2796: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump init"); WARNING:OOM_MESSAGE: Possible unnecessary 'out of memory' message #641: FILE: net/bluetooth/hci_core.c:2839: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump pattern"); WARNING:OOM_MESSAGE: Possible unnecessary 'out of memory' message #667: FILE: net/bluetooth/hci_core.c:2865: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump complete"); WARNING:OOM_MESSAGE: Possible unnecessary 'out of memory' message #689: FILE: net/bluetooth/hci_core.c:2887: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump abort"); total: 0 errors, 6 warnings, 0 checks, 599 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/12786731.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