From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9A76E1B2C5; Thu, 16 Nov 2017 09:15:55 +0100 (CET) In-Reply-To: <1510819481-6809-40-git-send-email-arybchenko@solarflare.com> References: <1510819481-6809-40-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20171116081555.9A76E1B2C5@dpdk.org> Date: Thu, 16 Nov 2017 09:15:55 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31434 [PATCH 39/53] net/sfc/base: cstyle fixes 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: Thu, 16 Nov 2017 08:15:55 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31434 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #180: FILE: drivers/net/sfc/base/efx.h:43: + ((void)sizeof (char[(_cond) ? 1 : -1])) WARNING:SPACING: space prohibited between function name and open parenthesis '(' #184: FILE: drivers/net/sfc/base/efx.h:46: + (sizeof (_array) / sizeof ((_array)[0])) WARNING:SPACING: space prohibited between function name and open parenthesis '(' #184: FILE: drivers/net/sfc/base/efx.h:46: + (sizeof (_array) / sizeof ((_array)[0])) WARNING:SPACING: space prohibited between function name and open parenthesis '(' #534: FILE: drivers/net/sfc/base/efx_lic.c:438: +#define EFX_LICENSE_V1V2_HEADER_LENGTH (2 * sizeof (uint16_t)) ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #784: FILE: drivers/net/sfc/base/efx_lic.c:1355: + return (enp->en_licensing_supported); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #957: FILE: drivers/net/sfc/base/efx_nic.c:654: + sizeof (mc_fw_version)); total: 1 errors, 5 warnings, 0 checks, 845 lines checked