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=428267 ---Test result--- ############################## Test: CheckPatch - FAIL Output: emulator: Periodic Advertising and Create BIG Command ERROR:CODE_INDENT: code indent should use tabs where possible #18: FILE: emulator/btdev.c:144: + uint8_t le_periodic_adv_enable;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #18: FILE: emulator/btdev.c:144: + uint8_t le_periodic_adv_enable;$ ERROR:CODE_INDENT: code indent should use tabs where possible #19: FILE: emulator/btdev.c:145: + uint16_t le_periodic_adv_properties;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #19: FILE: emulator/btdev.c:145: + uint16_t le_periodic_adv_properties;$ ERROR:CODE_INDENT: code indent should use tabs where possible #20: FILE: emulator/btdev.c:146: + uint16_t le_periodic_min_interval;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #20: FILE: emulator/btdev.c:146: + uint16_t le_periodic_min_interval;$ ERROR:CODE_INDENT: code indent should use tabs where possible #21: FILE: emulator/btdev.c:147: + uint16_t le_periodic_max_interval;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #21: FILE: emulator/btdev.c:147: + uint16_t le_periodic_max_interval;$ ERROR:CODE_INDENT: code indent should use tabs where possible #22: FILE: emulator/btdev.c:148: + uint8_t le_periodic_data_len;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #22: FILE: emulator/btdev.c:148: + uint8_t le_periodic_data_len;$ ERROR:CODE_INDENT: code indent should use tabs where possible #23: FILE: emulator/btdev.c:149: + uint8_t le_periodic_data[31];$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #23: FILE: emulator/btdev.c:149: + uint8_t le_periodic_data[31];$ ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #47: FILE: emulator/btdev.c:3948: + } + else { ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #87: FILE: emulator/btdev.c:3984: + } + else { - total: 8 errors, 6 warnings, 124 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 "[PATCH] emulator: Periodic Advertising and Create BIG Command" has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED 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: CheckGitLint - PASS ############################## Test: CheckBuild - PASS ############################## Test: MakeCheck - PASS --- Regards, Linux Bluetooth