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=568051 ---Test result--- Test Summary: CheckPatch FAIL 9.57 seconds GitLint FAIL 6.29 seconds Prep - Setup ELL PASS 47.30 seconds Build - Prep PASS 0.52 seconds Build - Configure PASS 8.82 seconds Build - Make PASS 206.58 seconds Make Check PASS 9.77 seconds Make Distcheck PASS 247.59 seconds Build w/ext ELL - Configure PASS 9.62 seconds Build w/ext ELL - Make PASS 197.36 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script with rule in .checkpatch.conf Output: [RFC,BlueZ,v13,5/5] tools/mgmt-tester: Add LL Privacy test cases ERROR:SPACING: space prohibited before that ',' (ctx:WxW) #756: FILE: tools/mgmt-tester.c:10115: + MGMT_OP_SET_EXP_FEATURE , 0 }; ^ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1232: FILE: tools/mgmt-tester.c:10589: +// ^Istruct test_data *data = tester_get_data();$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1233: FILE: tools/mgmt-tester.c:10590: +// ^Iunsigned char param[] = { 0x01 };$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1234: FILE: tools/mgmt-tester.c:10591: +// ^Iconst uint8_t *ext_feat_param;$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1235: FILE: tools/mgmt-tester.c:10592: +// ^Isize_t ext_feat_len;$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1236: FILE: tools/mgmt-tester.c:10593: +// ^Iunsigned char privacy_param[] = { 0x01,$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1237: FILE: tools/mgmt-tester.c:10594: +// ^I^I^I0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1238: FILE: tools/mgmt-tester.c:10595: +// ^I^I^I0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08 };$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1240: FILE: tools/mgmt-tester.c:10597: +// ^Itester_print("Enabling LL Privacy feature");$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1242: FILE: tools/mgmt-tester.c:10599: +// ^Iext_feat_param = set_exp_feat_param_ll_privacy;$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1243: FILE: tools/mgmt-tester.c:10600: +// ^Iext_feat_len = sizeof(set_exp_feat_param_ll_privacy);$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1245: FILE: tools/mgmt-tester.c:10602: +// ^Imgmt_send(data->mgmt, MGMT_OP_SET_LE, data->mgmt_index,$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1246: FILE: tools/mgmt-tester.c:10603: +// ^I^I^I^I^Isizeof(param), ¶m,$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1247: FILE: tools/mgmt-tester.c:10604: +// ^I^I^I^I^INULL, NULL, NULL);$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1249: FILE: tools/mgmt-tester.c:10606: +// ^Imgmt_send(data->mgmt, MGMT_OP_SET_PRIVACY, data->mgmt_index,$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1250: FILE: tools/mgmt-tester.c:10607: +// ^I^I^I^I^Isizeof(privacy_param), privacy_param,$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1251: FILE: tools/mgmt-tester.c:10608: +// ^I^I^I^I^INULL, NULL, NULL);$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1253: FILE: tools/mgmt-tester.c:10610: +// ^Imgmt_send(data->mgmt, MGMT_OP_SET_EXP_FEATURE, data->mgmt_index,$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1254: FILE: tools/mgmt-tester.c:10611: +// ^I^I^I^I^Iext_feat_len, ext_feat_param,$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #1255: FILE: tools/mgmt-tester.c:10612: +// ^I^I^I^I^Isetup_exp_feat_callback, NULL, NULL);$ /github/workspace/src/12575969.patch total: 1 errors, 19 warnings, 2188 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/12575969.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: [RFC,BlueZ,v13,4/5] tools/mgmt-tester: Add support for experimental feature in setup 1: T1 Title exceeds max length (84>80): "[RFC,BlueZ,v13,4/5] tools/mgmt-tester: Add support for experimental feature in setup" --- Regards, Linux Bluetooth