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=631261 ---Test result--- Test Summary: CheckPatch FAIL 2.59 seconds GitLint PASS 1.04 seconds Prep - Setup ELL PASS 43.20 seconds Build - Prep PASS 0.72 seconds Build - Configure PASS 8.65 seconds Build - Make PASS 1291.87 seconds Make Check PASS 11.53 seconds Make Check w/Valgrind PASS 448.81 seconds Make Distcheck PASS 231.60 seconds Build w/ext ELL - Configure PASS 8.76 seconds Build w/ext ELL - Make PASS 1265.50 seconds Incremental Build with patchesPASS 0.00 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script with rule in .checkpatch.conf Output: [BlueZ,1/2] client/player: Add endpoint menu ERROR:INITIALISED_STATIC: do not initialise statics to NULL #150: FILE: client/player.c:70: +static GList *medias = NULL; ERROR:INITIALISED_STATIC: do not initialise statics to NULL #154: FILE: client/player.c:74: +static GList *endpoints = NULL; ERROR:INITIALISED_STATIC: do not initialise statics to NULL #155: FILE: client/player.c:75: +static GList *local_endpoints = NULL; WARNING:LINE_SPACING: Missing a blank line after declarations #256: FILE: client/player.c:1046: + GDBusProxy *proxy = l->data; + print_endpoint(proxy, NULL); ERROR:SPACING: space prohibited before that close parenthesis ')' #367: FILE: client/player.c:1157: + { "properties", "a{sv}" } ), ERROR:SPACING: space prohibited before that close parenthesis ')' #370: FILE: client/player.c:1160: + GDBUS_ARGS({ "transport", "o" } ), ERROR:INITIALISED_STATIC: do not initialise statics to 0 #610: FILE: client/player.c:1400: + static int index = 0; /github/workspace/src/12809906.patch total: 6 errors, 1 warnings, 1098 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. /github/workspace/src/12809906.patch has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. --- Regards, Linux Bluetooth