From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9998C7CAE; Thu, 18 May 2017 00:39:03 +0200 (CEST) In-Reply-To: <20170517223811.6150-7-johndale@cisco.com> References: <20170517223811.6150-7-johndale@cisco.com> To: test-report@dpdk.org Cc: John Daley Message-Id: <20170517223903.9998C7CAE@dpdk.org> Date: Thu, 18 May 2017 00:39:03 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24355 [PATCH v4 6/8] net/enic: flow API for Legacy NICs 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: Wed, 17 May 2017 22:39:03 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24355 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #136: FILE: drivers/net/enic/enic_flow.c:362: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #144: FILE: drivers/net/enic/enic_flow.c:370: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #151: FILE: drivers/net/enic/enic_flow.c:377: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #186: FILE: drivers/net/enic/enic_flow.c:412: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #194: FILE: drivers/net/enic/enic_flow.c:420: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #201: FILE: drivers/net/enic/enic_flow.c:427: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #237: FILE: drivers/net/enic/enic_flow.c:463: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #245: FILE: drivers/net/enic/enic_flow.c:471: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #252: FILE: drivers/net/enic/enic_flow.c:478: + return ENOTSUP; total: 0 errors, 9 warnings, 0 checks, 236 lines checked