From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 856BF54AE; Thu, 28 Feb 2019 08:05:25 +0100 (CET) In-Reply-To: <20190228070317.17002-7-hyonkim@cisco.com> References: <20190228070317.17002-7-hyonkim@cisco.com> To: test-report@dpdk.org Cc: Hyong Youb Kim Message-Id: <20190228070525.856BF54AE@dpdk.org> Date: Thu, 28 Feb 2019 08:05:25 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50603 [06/15] net/enic: enable limited RSS flow action 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:05:25 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50603 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #128: FILE: drivers/net/enic/enic_flow.c:1158: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #130: FILE: drivers/net/enic/enic_flow.c:1160: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #133: FILE: drivers/net/enic/enic_flow.c:1163: + return ENOTSUP; total: 0 errors, 3 warnings, 0 checks, 102 lines checked