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=733320 ---Test result--- Test Summary: CheckPatch FAIL 4.76 seconds GitLint PASS 1.00 seconds SubjectPrefix PASS 0.34 seconds BuildKernel PASS 31.65 seconds CheckAllWarning PASS 34.64 seconds CheckSparse PASS 39.17 seconds CheckSmatch PASS 109.35 seconds BuildKernel32 PASS 30.47 seconds TestRunnerSetup PASS 439.87 seconds TestRunner_l2cap-tester PASS 16.09 seconds TestRunner_iso-tester PASS 15.83 seconds TestRunner_bnep-tester PASS 5.03 seconds TestRunner_mgmt-tester PASS 102.86 seconds TestRunner_rfcomm-tester PASS 8.13 seconds TestRunner_sco-tester PASS 7.41 seconds TestRunner_ioctl-tester PASS 8.62 seconds TestRunner_mesh-tester PASS 6.37 seconds TestRunner_smp-tester PASS 7.40 seconds TestRunner_userchan-tester PASS 5.26 seconds IncrementalBuild PASS 44.73 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [v8,1/4] Bluetooth: Add support for hci devcoredump WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #146: new file mode 100644 WARNING: Possible unnecessary 'out of memory' message #471: FILE: net/bluetooth/coredump.c:149: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump prepare"); WARNING: quoted string split across lines #615: FILE: net/bluetooth/coredump.c:293: + "Devcoredump complete with size %u " + "(expect %zu)", WARNING: quoted string split across lines #634: FILE: net/bluetooth/coredump.c:312: + "Devcoredump aborted with size %u " + "(expect %zu)", WARNING: Possible unnecessary 'out of memory' message #728: FILE: net/bluetooth/coredump.c:406: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump init"); WARNING: Possible unnecessary 'out of memory' message #771: FILE: net/bluetooth/coredump.c:449: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump pattern"); WARNING: Possible unnecessary 'out of memory' message #797: FILE: net/bluetooth/coredump.c:475: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump complete"); WARNING: Possible unnecessary 'out of memory' message #819: FILE: net/bluetooth/coredump.c:497: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump abort"); total: 0 errors, 8 warnings, 0 checks, 677 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/src/13186091.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