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=754428 ---Test result--- Test Summary: CheckPatch FAIL 1.73 seconds GitLint FAIL 0.91 seconds BuildEll PASS 26.19 seconds BluezMake PASS 755.55 seconds MakeCheck PASS 11.55 seconds MakeDistcheck PASS 152.47 seconds CheckValgrind PASS 246.78 seconds CheckSmatch PASS 330.82 seconds bluezmakeextell PASS 99.84 seconds IncrementalBuild PASS 1273.46 seconds ScanBuild WARNING 986.70 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [BlueZ,v1,1/2] Added initial code for handling VOCS WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #97: This commit handles the code implementation of VOCS service and characteristics ERROR:TRAILING_WHITESPACE: trailing whitespace #528: FILE: src/shared/vcp.c:1076: +^I$ WARNING:LONG_LINE: line length of 82 exceeds 80 columns #593: FILE: src/shared/vcp.c:1267: +static void vcp_audio_descriptor_notify(struct bt_vcp *vcp, uint16_t value_handle, WARNING:LONG_LINE: line length of 86 exceeds 80 columns #611: FILE: src/shared/vcp.c:1339: +static void read_vol_offset_state(struct bt_vcp *vcp, bool success, uint8_t att_ecode, WARNING:LONG_LINE: line length of 85 exceeds 80 columns #622: FILE: src/shared/vcp.c:1350: + DBG(vcp, "Unable to read Vol Offset State: error 0x%02x", att_ecode); WARNING:LONG_LINE: line length of 89 exceeds 80 columns #636: FILE: src/shared/vcp.c:1364: +static void read_vocs_audio_location(struct bt_vcp *vcp, bool success, uint8_t att_ecode, WARNING:LONG_LINE: line length of 88 exceeds 80 columns #647: FILE: src/shared/vcp.c:1375: + DBG(vcp, "Unable to read VOCS Audio Location: error 0x%02x", att_ecode); WARNING:LONG_LINE: line length of 91 exceeds 80 columns #661: FILE: src/shared/vcp.c:1389: +static void read_vocs_audio_descriptor(struct bt_vcp *vcp, bool success, uint8_t att_ecode, WARNING:LONG_LINE: line length of 90 exceeds 80 columns #672: FILE: src/shared/vcp.c:1400: + DBG(vcp, "Unable to read VOCS Audio Descriptor: error 0x%02x", att_ecode); WARNING:LONG_LINE: line length of 85 exceeds 80 columns #696: FILE: src/shared/vcp.c:1573: + bt_uuid_t uuid, uuid_vostate, uuid_audio_loc, uuid_vo_cp, uuid_audio_op_decs; WARNING:LONG_LINE: line length of 85 exceeds 80 columns #720: FILE: src/shared/vcp.c:1597: + vcp_voffset_state_notify, NULL); WARNING:LONG_LINE: line length of 90 exceeds 80 columns #726: FILE: src/shared/vcp.c:1603: + DBG(vcp, "VOCS Volume Audio Location found: handle 0x%04x", value_handle); ERROR:TRAILING_WHITESPACE: trailing whitespace #729: FILE: src/shared/vcp.c:1606: +^I^Iif (!vocs || vocs->voal) $ WARNING:LONG_LINE: line length of 81 exceeds 80 columns #734: FILE: src/shared/vcp.c:1611: + vcp_read_value(vcp, value_handle, read_vocs_audio_location, vcp); WARNING:LONG_LINE: line length of 81 exceeds 80 columns #737: FILE: src/shared/vcp.c:1614: + vcp_audio_loc_notify, NULL); WARNING:LONG_LINE: line length of 89 exceeds 80 columns #755: FILE: src/shared/vcp.c:1632: + DBG(vcp, "VOCS Vol Audio Descriptor found: handle 0x%04x", value_handle); WARNING:LONG_LINE: line length of 83 exceeds 80 columns #763: FILE: src/shared/vcp.c:1640: + vcp_read_value(vcp, value_handle, read_vocs_audio_descriptor, vcp); WARNING:LONG_LINE: line length of 87 exceeds 80 columns #765: FILE: src/shared/vcp.c:1642: + vcp_audio_descriptor_notify, NULL); /github/workspace/src/src/13269044.patch total: 2 errors, 16 warnings, 672 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile /github/workspace/src/src/13269044.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. [BlueZ,v1,2/2] Fixed the following issue observed during PTS testing for mandatory test cases - Specified Upper and Lower Limit for Volume offset - Corrected the number of handles for VOCS - VOCS is made as included service of VCS because VOCS is secondar WARNING:LEADING_SPACE: please, no spaces at the start of a line #137: FILE: src/shared/vcp.c:174: + int16_t vol_offset;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #138: FILE: src/shared/vcp.c:175: + uint8_t counter;$ WARNING:LONG_LINE: line length of 116 exceeds 80 columns #146: FILE: src/shared/vcp.c:712: + if(req->set_vol_offset > VOCS_VOL_OFFSET_UPPER_LIMIT || req->set_vol_offset < VOCS_VOL_OFFSET_LOWER_LIMIT) { ERROR:SPACING: space required before the open parenthesis '(' #146: FILE: src/shared/vcp.c:712: + if(req->set_vol_offset > VOCS_VOL_OFFSET_UPPER_LIMIT || req->set_vol_offset < VOCS_VOL_OFFSET_LOWER_LIMIT) { /github/workspace/src/src/13269045.patch total: 1 errors, 3 warnings, 79 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/13269045.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,2/2] Fixed the following issue observed during PTS testing for mandatory test cases - Specified Upper and Lower Limit for Volume offset - Corrected the number of handles for VOCS - VOCS is made as included service of VCS because VOCS is secondar 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 1: T1 Title exceeds max length (255>80): "[BlueZ,v1,2/2] Fixed the following issue observed during PTS testing for mandatory test cases - Specified Upper and Lower Limit for Volume offset - Corrected the number of handles for VOCS - VOCS is made as included service of VCS because VOCS is secondar" ############################## Test: ScanBuild - WARNING Desc: Run Scan Build Output: src/shared/vcp.c:1271:2: warning: Null pointer passed to 1st parameter expecting 'nonnull' memcpy(vocs_audio_loc_n, value, sizeof(uint32_t)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- Regards, Linux Bluetooth