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=559591 ---Test result--- Test Summary: CheckPatch FAIL 0.74 seconds GitLint FAIL 0.32 seconds Prep - Setup ELL PASS 43.52 seconds Build - Prep PASS 0.22 seconds Build - Configure PASS 8.39 seconds Build - Make PASS 186.80 seconds Make Check PASS 8.86 seconds Make Distcheck PASS 219.70 seconds Build w/ext ELL - Configure PASS 7.52 seconds Build w/ext ELL - Make PASS 181.99 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script with rule in .checkpatch.conf Output: [BlueZ] gatt: more fixes with cleanup on disconnect/timeout WARNING:LONG_LINE: line length of 90 exceeds 80 columns #187: FILE: src/shared/gatt-db.c:1922: + p->disconn_id = bt_att_register_disconnect(att, pending_read_cb, p, NULL); WARNING:LONG_LINE: line length of 91 exceeds 80 columns #212: FILE: src/shared/gatt-db.c:2027: + p->disconn_id = bt_att_register_disconnect(att, pending_write_cb, p, NULL); /github/workspace/src/12543903.patch total: 0 errors, 2 warnings, 107 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/12543903.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 with rule in .gitlint Output: [BlueZ] gatt: more fixes with cleanup on disconnect/timeout 7: B2 Line has trailing whitespace: "being properly unregistered because they were not assigned a disconn_id. " 12: B2 Line has trailing whitespace: "read/write if a disconnect has occurred to skip the use. " --- Regards, Linux Bluetooth