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=643418 ---Test result--- Test Summary: CheckPatch FAIL 14.34 seconds GitLint PASS 7.50 seconds Prep - Setup ELL PASS 46.58 seconds Build - Prep PASS 0.69 seconds Build - Configure PASS 9.56 seconds Build - Make PASS 1349.39 seconds Make Check PASS 11.92 seconds Make Check w/Valgrind PASS 475.43 seconds Make Distcheck PASS 249.97 seconds Build w/ext ELL - Configure PASS 9.27 seconds Build w/ext ELL - Make PASS 1329.54 seconds Incremental Build with patchesPASS 9974.05 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script with rule in .checkpatch.conf Output: [v2,4/7] monitor: Move ATT decoding function into its own file WARNING:SPACING: Unnecessary space before function pointer arguments #618: FILE: monitor/att.c:501: + void (*func) (const struct l2cap_frame *frame); ERROR:SPACING: space prohibited before that ',' (ctx:WxE) #657: FILE: monitor/att.c:540: + { 0x12, "Write Request" , ^ /github/workspace/src/12856291.patch total: 1 errors, 1 warnings, 1316 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/12856291.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. [v2,5/7] monitor: Cache connection information WARNING:TYPO_SPELLING: 'addres' may be misspelled - perhaps 'address'? #83: This caches connection information including the device addres so it can ^^^^^^ WARNING:SPACING: Unnecessary space before function pointer arguments #3959: FILE: monitor/packet.c:8833: + void (*cmd_func) (uint16_t index, const void *data, uint8_t size); WARNING:SPACING: Unnecessary space before function pointer arguments #3963: FILE: monitor/packet.c:8836: + void (*rsp_func) (uint16_t index, const void *data, uint8_t size); WARNING:SPACING: Unnecessary space before function pointer arguments #4944: FILE: monitor/packet.c:11433: + void (*func) (uint16_t index, const void *data, uint8_t size); WARNING:SPACING: Unnecessary space before function pointer arguments #5002: FILE: monitor/packet.c:11617: + void (*func) (uint16_t index, const void *data, uint8_t size); WARNING:SPACING: Unnecessary space before function pointer arguments #5056: FILE: monitor/vendor.h:17: + void (*cmd_func) (uint16_t index, const void *data, uint8_t size); WARNING:SPACING: Unnecessary space before function pointer arguments #5060: FILE: monitor/vendor.h:20: + void (*rsp_func) (uint16_t index, const void *data, uint8_t size); WARNING:SPACING: Unnecessary space before function pointer arguments #5069: FILE: monitor/vendor.h:28: + void (*evt_func) (uint16_t index, const void *data, uint8_t size); /github/workspace/src/12856290.patch total: 0 errors, 8 warnings, 4552 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/12856290.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. --- Regards, Linux Bluetooth