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=397867 ---Test result--- ############################## Test: CheckPatch - FAIL Output: policy: Refactor reconnect policy for resume WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const #79: FILE: plugins/policy.c:60: +static const char *default_reconnect_resume[] = { A2DP_SINK_UUID, NULL }; ERROR:INITIALISED_STATIC: do not initialise statics to NULL #80: FILE: plugins/policy.c:61: +static char **reconnect_resume_uuids = NULL; - total: 1 errors, 1 warnings, 195 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] policy: Refactor reconnect policy for resume" 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