From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 81F99A09F0 for ; Thu, 17 Dec 2020 02:37:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D6E0ECA08; Thu, 17 Dec 2020 02:37:34 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id D10B1CA0C; Thu, 17 Dec 2020 02:37:33 +0100 (CET) In-Reply-To: <20201217013715.25499-1-johndale@cisco.com> References: <20201217013715.25499-1-johndale@cisco.com> To: test-report@dpdk.org Cc: John Daley Message-Id: <20201217013733.D10B1CA0C@dpdk.org> Date: Thu, 17 Dec 2020 02:37:33 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw85268 [PATCH] net/enic: remove deprecated FDIR code 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/85268 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #491: FILE: drivers/net/enic/enic_flow.c:1212: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #500: FILE: drivers/net/enic/enic_flow.c:1233: + return ENOTSUP; total: 0 errors, 2 warnings, 0 checks, 135 lines checked