From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7376D1BA1F; Thu, 10 May 2018 10:53:12 +0200 (CEST) In-Reply-To: <20180510085113.14666-1-hyonkim@cisco.com> References: <20180510085113.14666-1-hyonkim@cisco.com> To: test-report@dpdk.org Cc: Hyong Youb Kim Message-Id: <20180510085312.7376D1BA1F@dpdk.org> Date: Thu, 10 May 2018 10:53:12 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw39719 [PATCH] net/enic: fix flow drop 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, 10 May 2018 08:53:12 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/39719 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #35: FILE: drivers/net/enic/enic_flow.c:1066: + return ENOTSUP; total: 0 errors, 1 warnings, 0 checks, 9 lines checked