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. While we are preparing for reviewing the patches, we found the following issue/warning. Test Result: checkpatch Failed Outputs: ERROR:INITIALISED_STATIC: do not initialise statics to NULL #32: FILE: tools/btpclient.c:85: +static struct mgmt *mgmt = NULL; ERROR:SPACING: space required before the open parenthesis '(' #225: FILE: tools/btpclient.c:3294: + else if(strlen(arg) > 3 && !strncasecmp(arg, "hci", 3)) ERROR:FUNCTION_WITHOUT_ARGS: Bad function definition - void btp_mgmt_release() should probably be void btp_mgmt_release(void) #248: FILE: tools/btpclient.c:3317: +static void btp_mgmt_release() WARNING:LONG_LINE: line over 80 characters #266: FILE: tools/btpclient.c:3334: + while ((opt = getopt_long(argc, argv, "+hs:vqi:", options, NULL)) != -1) { - total: 3 errors, 1 warnings, 271 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. Your patch 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 NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. --- Regards, Linux Bluetooth