Message ID | 20211029172328.703752-1-hj.tedd.an@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [BlueZ,v15,1/2] tools/mgmt-tester: Update the expected manufacturer of emulator | expand |
Context | Check | Description |
---|---|---|
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/setupell | success | Setup ELL PASS |
tedd_an/buildprep | success | Build Prep PASS |
tedd_an/build | success | Build Configuration PASS |
tedd_an/makecheck | success | Make Check PASS |
tedd_an/makedistcheck | success | Make Distcheck PASS |
tedd_an/build_extell | success | Build External ELL PASS |
tedd_an/build_extell_make | success | Build Make with External ELL PASS |
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=572685 ---Test result--- Test Summary: CheckPatch FAIL 5.19 seconds GitLint PASS 2.22 seconds Prep - Setup ELL PASS 41.41 seconds Build - Prep PASS 0.44 seconds Build - Configure PASS 7.65 seconds Build - Make PASS 176.82 seconds Make Check PASS 9.51 seconds Make Distcheck PASS 209.38 seconds Build w/ext ELL - Configure PASS 7.77 seconds Build w/ext ELL - Make PASS 168.68 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script with rule in .checkpatch.conf Output: [BlueZ,v15,2/2] tools/mgmt-tester: Add LL Privacy test cases ERROR:SPACING: space prohibited before that ',' (ctx:WxW) #760: FILE: tools/mgmt-tester.c:10115: + MGMT_OP_SET_EXP_FEATURE , 0 }; ^ /github/workspace/src/12593165.patch total: 1 errors, 0 warnings, 2810 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/12593165.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
diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 1ccce0ad6..ab3c81530 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -5669,7 +5669,7 @@ static const struct generic_data conn_central_adv_non_connectable_test = { static const char ext_ctrl_info1[] = { 0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */ 0x09, /* version */ - 0x3f, 0x00, /* manufacturer */ + 0xf1, 0x05, /* manufacturer */ 0xff, 0xbf, 0x01, 0x00, /* supported settings */ 0x80, 0x00, 0x00, 0x00, /* current settings */ 0x09, 0x00, /* eir length */ @@ -5714,7 +5714,7 @@ static const struct setup_mgmt_cmd set_dev_class_cmd_arr1[] = { static const char ext_ctrl_info2[] = { 0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */ 0x09, /* version */ - 0x3f, 0x00, /* manufacturer */ + 0xf1, 0x05, /* manufacturer */ 0xff, 0xbf, 0x01, 0x00, /* supported settings */ 0x81, 0x02, 0x00, 0x00, /* current settings */ 0x0D, 0x00, /* eir length */ @@ -5745,7 +5745,7 @@ static const struct generic_data read_ext_ctrl_info2 = { static const char ext_ctrl_info3[] = { 0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */ 0x09, /* version */ - 0x3f, 0x00, /* manufacturer */ + 0xf1, 0x05, /* manufacturer */ 0xff, 0xbf, 0x01, 0x00, /* supported settings */ 0x80, 0x02, 0x00, 0x00, /* current settings */ 0x16, 0x00, /* eir length */ @@ -5780,7 +5780,7 @@ static const struct generic_data read_ext_ctrl_info3 = { static const char ext_ctrl_info4[] = { 0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */ 0x09, /* version */ - 0x3f, 0x00, /* manufacturer */ + 0xf1, 0x05, /* manufacturer */ 0xff, 0xbf, 0x01, 0x00, /* supported settings */ 0x80, 0x02, 0x00, 0x00, /* current settings */ 0x1a, 0x00, /* eir length */ @@ -5839,7 +5839,7 @@ static const struct setup_mgmt_cmd set_dev_class_cmd_arr2[] = { static const char ext_ctrl_info5[] = { 0x00, 0x00, 0x00, 0x01, 0xaa, 0x00, /* btaddr */ 0x09, /* version */ - 0x3f, 0x00, /* manufacturer */ + 0xf1, 0x05, /* manufacturer */ 0xff, 0xbf, 0x01, 0x00, /* supported settings */ 0x81, 0x02, 0x00, 0x00, /* current settings */ 0x1a, 0x00, /* eir len */