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=380067 ---Test result--- ############################## Test: CheckPatch - FAIL Output: mgmt: Add supports of variable length parameter in mgmt_config CHECK: Macro argument '_param_name_' may be better as '(_param_name_)' to avoid precedence issues #35: FILE: net/bluetooth/mgmt_config.c:20: +#define TLV_SET_U16(_param_code_, _param_name_) \ + { \ + { cpu_to_le16(_param_code_), sizeof(__u16) }, \ + cpu_to_le16(hdev->_param_name_) \ + } CHECK: Macro argument '_param_name_' may be better as '(_param_name_)' to avoid precedence issues #41: FILE: net/bluetooth/mgmt_config.c:26: +#define TLV_SET_U16_JIFFIES_TO_MSECS(_param_code_, _param_name_) \ + { \ + { cpu_to_le16(_param_code_), sizeof(__u16) }, \ + cpu_to_le16(jiffies_to_msecs(hdev->_param_name_)) \ + } total: 0 errors, 0 warnings, 2 checks, 156 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. "[PATCH] mgmt: Add supports of variable length parameter in" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Bluetooth: Add toggle to switch off interleave scan CHECK: Macro argument '_param_name_' may be better as '(_param_name_)' to avoid precedence issues #70: FILE: net/bluetooth/mgmt_config.c:32: +#define TLV_SET_U8(_param_code_, _param_name_) \ + { \ + { cpu_to_le16(_param_code_), sizeof(__u8) }, \ + hdev->_param_name_ \ + } total: 0 errors, 0 warnings, 1 checks, 118 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. "[PATCH] Bluetooth: Add toggle to switch off interleave scan" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ############################## Test: CheckGitLint - PASS ############################## Test: CheckBuildK - PASS --- Regards, Linux Bluetooth