From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id AD4C05911; Mon, 10 Sep 2018 11:35:02 +0200 (CEST) In-Reply-To: <1536572016-18134-8-git-send-email-arybchenko@solarflare.com> References: <1536572016-18134-8-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20180910093502.AD4C05911@dpdk.org> Date: Mon, 10 Sep 2018 11:35:02 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw44475 [07/37] net/sfc/base: add space after sizeof 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: Mon, 10 Sep 2018 09:35:03 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/44475 _coding style issues_ WARNING:TYPO_SPELLING: 'an union' may be misspelled - perhaps 'a union'? #20: Fixes: d4f4b8f9d260 ("net/sfc/base: make RxQ type data an union") WARNING:SPACING: space prohibited between function name and open parenthesis '(' #38: FILE: drivers/net/sfc/base/efx_rx.c:834: + memset(&type_data, 0, sizeof (type_data)); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #47: FILE: drivers/net/sfc/base/efx_rx.c:870: + memset(&type_data, 0, sizeof (type_data)); total: 0 errors, 3 warnings, 0 checks, 16 lines checked