From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 25ED41B07F; Mon, 10 Sep 2018 11:35:07 +0200 (CEST) In-Reply-To: <1536572016-18134-15-git-send-email-arybchenko@solarflare.com> References: <1536572016-18134-15-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20180910093507.25ED41B07F@dpdk.org> Date: Mon, 10 Sep 2018 11:35:07 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw44480 [14/37] net/sfc/base: remove probes when a Tx queue is too full 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:07 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/44480 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOSPC) #50: FILE: drivers/net/sfc/base/ef10_tx.c:546: + return (ENOSPC); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #87: FILE: drivers/net/sfc/base/efx_tx.c:578: + return (etxop->etxo_qdesc_post(etp, ed, ndescs, completed, addedp)); WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOSPC) #99: FILE: drivers/net/sfc/base/efx_tx.c:759: + return (ENOSPC); total: 1 errors, 2 warnings, 0 checks, 67 lines checked