From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id AF2185911; Thu, 28 Feb 2019 08:07:07 +0100 (CET) In-Reply-To: <20190228070317.17002-10-hyonkim@cisco.com> References: <20190228070317.17002-10-hyonkim@cisco.com> To: test-report@dpdk.org Cc: Hyong Youb Kim Message-Id: <20190228070707.AF2185911@dpdk.org> Date: Thu, 28 Feb 2019 08:07:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50606 [09/15] net/enic: enable limited support for RAW flow item 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, 28 Feb 2019 07:07:07 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50606 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #92: FILE: drivers/net/enic/enic_flow.c:874: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #95: FILE: drivers/net/enic/enic_flow.c:877: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #98: FILE: drivers/net/enic/enic_flow.c:880: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #102: FILE: drivers/net/enic/enic_flow.c:884: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #112: FILE: drivers/net/enic/enic_flow.c:894: + return EINVAL; total: 0 errors, 5 warnings, 0 checks, 89 lines checked