From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2B8AA2D13; Wed, 23 Jan 2019 14:10:48 +0100 (CET) In-Reply-To: <1548248935-9906-1-git-send-email-arybchenko@solarflare.com> References: <1548248935-9906-1-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20190123131048.2B8AA2D13@dpdk.org> Date: Wed, 23 Jan 2019 14:10:48 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50017 net/sfc: fix NULL dereference in EF10 TSO if no payload 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: Wed, 23 Jan 2019 13:10:48 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50017 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EMSGSIZE) #41: FILE: drivers/net/sfc/sfc_ef10_tx.c:386: + return EMSGSIZE; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EMSGSIZE) #51: FILE: drivers/net/sfc/sfc_ef10_tx.c:417: + return EMSGSIZE; total: 0 errors, 2 warnings, 0 checks, 19 lines checked