From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id A1CEF1B1A7; Fri, 2 Feb 2018 16:18:08 +0100 (CET) In-Reply-To: <20180202144736.8239-5-adrien.mazarguil@6wind.com> References: <20180202144736.8239-5-adrien.mazarguil@6wind.com> To: test-report@dpdk.org Cc: Adrien Mazarguil Message-Id: <20180202151808.A1CEF1B1A7@dpdk.org> Date: Fri, 2 Feb 2018 16:18:08 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw34895 [PATCH v1 4/4] net/mlx: make rdma-core glue path configurable X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 15:18:08 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/34895 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #108: FILE: drivers/net/mlx4/mlx4.c:744: + const char *path[] = { WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const #166: FILE: drivers/net/mlx5/mlx5.c:1088: + const char *path[] = { total: 0 errors, 2 warnings, 0 checks, 161 lines checked