From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id AD3741B7EA; Tue, 3 Apr 2018 17:09:21 +0200 (CEST) In-Reply-To: <1522768027-17384-2-git-send-email-arybchenko@solarflare.com> References: <1522768027-17384-2-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20180403150921.AD3741B7EA@dpdk.org> Date: Tue, 3 Apr 2018 17:09:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw36967 [PATCH 1/5] net/sfc/base: update MCDI headers 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: Tue, 03 Apr 2018 15:09:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/36967 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #29: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:284: + * May also returned for other operations such as sub-variant switching. */ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #4842: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15615: +#define MC_CMD_TSA_BIND_IN_SECURE_UNBIND_LEN(num) (96+1*(num)) ^ CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #4842: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15615: +#define MC_CMD_TSA_BIND_IN_SECURE_UNBIND_LEN(num) (96+1*(num)) ^ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #4883: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15656: +#define MC_CMD_TSA_BIND_IN_SECURE_DECOMMISSION_LEN(num) (112+1*(num)) ^ CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #4883: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15656: +#define MC_CMD_TSA_BIND_IN_SECURE_DECOMMISSION_LEN(num) (112+1*(num)) ^ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #5640: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:17434: +#define MC_CMD_GET_CERTIFICATE_OUT_LEN(num) (12+1*(num)) ^ CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #5640: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:17434: +#define MC_CMD_GET_CERTIFICATE_OUT_LEN(num) (12+1*(num)) ^ total: 0 errors, 1 warnings, 6 checks, 5890 lines checked