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=406709 ---Test result--- ############################## Test: CheckPatch - FAIL Output: btmgmt: Add command set-sysconfig WARNING:NAKED_SSCANF: unchecked sscanf return value #42: FILE: tools/btmgmt.c:1818: + if (!sscanf(input + i * 2, "%2hhx", &value[i])) + return false; - total: 0 errors, 1 warnings, 121 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] btmgmt: Add command set-sysconfig" 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 - FAIL Output: tools/btmgmt.c: In function ‘read_sysconfig_rsp’: tools/btmgmt.c:1769:19: error: unused variable ‘entry’ [-Werror=unused-variable] 1769 | struct mgmt_tlv *entry; | ^~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:6792: tools/btmgmt.o] Error 1 make: *** [Makefile:4023: all] Error 2 ############################## Test: MakeCheck - SKIPPED Output: checkbuild not success --- Regards, Linux Bluetooth