From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 69F784C8E; Sat, 2 Mar 2019 11:44:57 +0100 (CET) In-Reply-To: <20190302104251.32565-8-hyonkim@cisco.com> References: <20190302104251.32565-8-hyonkim@cisco.com> To: test-report@dpdk.org Cc: Hyong Youb Kim Message-Id: <20190302104457.69F784C8E@dpdk.org> Date: Sat, 2 Mar 2019 11:44:57 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50753 [v2, 07/13] net/enic: enable limited PASSTHRU 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: Sat, 02 Mar 2019 10:44:57 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50753 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #114: FILE: drivers/net/enic/enic_flow.c:1179: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #128: FILE: drivers/net/enic/enic_flow.c:1193: + return ENOTSUP; total: 0 errors, 2 warnings, 0 checks, 81 lines checked