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 00FC0A00E6 for ; Fri, 12 Jul 2019 09:41:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DCFB61B9A6; Fri, 12 Jul 2019 09:41:59 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id E8A3B1B9B0; Fri, 12 Jul 2019 09:41:57 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: =?utf-8?q?J=C3=BAlius_Milan?= Message-Id: <20190712074157.E8A3B1B9B0@dpdk.org> Date: Fri, 12 Jul 2019 09:41:57 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw56383 [PATCH] net/af_xdp: fix xdp_get_channels_info return value 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/56383 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #38: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:855: + if (ret) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #39: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:856: + if (errno == EOPNOTSUPP) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #39: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:856: + if (errno == EOPNOTSUPP) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #39: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:856: + if (errno == EOPNOTSUPP) { + ret = 0; ERROR:CODE_INDENT: code indent should use tabs where possible #40: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:857: + ret = 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #40: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:857: + ret = 0;$ ERROR:CODE_INDENT: code indent should use tabs where possible #41: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:858: + } else {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #41: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:858: + } else {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #41: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:858: + } else { + ret = -errno; ERROR:CODE_INDENT: code indent should use tabs where possible #42: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:859: + ret = -errno;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #42: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:859: + ret = -errno;$ ERROR:CODE_INDENT: code indent should use tabs where possible #43: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:860: + goto out;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #43: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:860: + goto out;$ ERROR:CODE_INDENT: code indent should use tabs where possible #44: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:861: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #44: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:861: + }$ total: 6 errors, 9 warnings, 0 checks, 16 lines checked