From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 68B3842CC4 for ; Thu, 15 Jun 2023 10:40:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6370640A84; Thu, 15 Jun 2023 10:40:43 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9F9D940A84 for ; Thu, 15 Jun 2023 10:40:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 8C4A91208D8; Thu, 15 Jun 2023 10:40:42 +0200 (CEST) Subject: |WARNING| pw128738 [PATCH v2 3/3] net/sfc: support FEC feature In-Reply-To: <20230615083847.75590-4-denis.pryazhennikov@arknetworks.am> References: <20230615083847.75590-4-denis.pryazhennikov@arknetworks.am> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Denis Pryazhennikov Message-Id: <20230615084042.8C4A91208D8@dpdk.org> Date: Thu, 15 Jun 2023 10:40:42 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/128738 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #364: FILE: drivers/net/sfc/sfc_ethdev.c:2590: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #385: FILE: drivers/net/sfc/sfc_ethdev.c:2611: + return ENOTSUP; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #398: FILE: drivers/net/sfc/sfc_ethdev.c:2624: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #423: FILE: drivers/net/sfc/sfc_ethdev.c:2649: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #436: FILE: drivers/net/sfc/sfc_ethdev.c:2662: + return ENOTSUP; total: 0 errors, 5 warnings, 0 checks, 453 lines checked