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=817650 ---Test result--- Test Summary: CheckPatch FAIL 1.53 seconds GitLint FAIL 0.89 seconds BuildEll PASS 24.06 seconds BluezMake PASS 731.70 seconds MakeCheck PASS 12.04 seconds MakeDistcheck PASS 161.08 seconds CheckValgrind PASS 222.98 seconds CheckSmatch PASS 326.67 seconds bluezmakeextell PASS 106.27 seconds IncrementalBuild PASS 1370.09 seconds ScanBuild PASS 936.51 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [BlueZ,v1,1/2] client/player: Add support for printing A2DP codec details WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __packed over __attribute__((packed)) #139: FILE: client/player.c:82: +} __attribute__ ((packed)); WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __packed over __attribute__((packed)) #148: FILE: client/player.c:91: +} __attribute__ ((packed)); /github/workspace/src/src/13522175.patch total: 0 errors, 2 warnings, 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/src/13522175.patch has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [BlueZ,v1,1/2] client/player: Add support for printing A2DP codec details WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 10: B3 Line contains hard tab characters (\t): " UUID: 0000110b-0000-1000-8000-00805f9b34fb" 11: B3 Line contains hard tab characters (\t): " Codec: 0x00 (0)" 12: B3 Line contains hard tab characters (\t): " Media Codec: SBC" 13: B3 Line contains hard tab characters (\t): " Channel Modes: Mono DualChannel Stereo JointStereo" 14: B3 Line contains hard tab characters (\t): " Frequencies: 44.1Khz 48Khz" 15: B3 Line contains hard tab characters (\t): " Subbands: 4 8" 16: B3 Line contains hard tab characters (\t): " Blocks: 4 8 12 16" 17: B3 Line contains hard tab characters (\t): " Bitpool Range: 2-53" 18: B3 Line contains hard tab characters (\t): " ..." 22: B3 Line contains hard tab characters (\t): " UUID: 0000110a-0000-1000-8000-00805f9b34fb" 23: B3 Line contains hard tab characters (\t): " Codec: 0x00 (0)" 24: B3 Line contains hard tab characters (\t): " Media Codec: SBC" 25: B3 Line contains hard tab characters (\t): " Channel Modes: JointStereo" 26: B3 Line contains hard tab characters (\t): " Frequencies: 48Khz" 27: B3 Line contains hard tab characters (\t): " Subbands: 8" 28: B3 Line contains hard tab characters (\t): " Blocks: 16" 29: B3 Line contains hard tab characters (\t): " Bitpool Range: 2-53" --- Regards, Linux Bluetooth