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 8538C455D9 for ; Thu, 11 Jul 2024 01:22:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8115E42E45; Thu, 11 Jul 2024 01:22:04 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1E76D42DD5 for ; Thu, 11 Jul 2024 01:22:03 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 04C6A128144; Thu, 11 Jul 2024 01:22:02 +0200 (CEST) Subject: |WARNING| pw142297 [PATCH v6] eal: verify mmu type for DPDK support ppc64le In-Reply-To: <20240710232122.3581128-1-drc@linux.ibm.com> References: <20240710232122.3581128-1-drc@linux.ibm.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Christensen Message-Id: <20240710232203.04C6A128144@dpdk.org> Date: Thu, 11 Jul 2024 01:22:02 +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/142297 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #296: FILE: lib/eal/ppc/rte_mmu.c:5: +#include ERROR:CODE_INDENT: code indent should use tabs where possible #395: FILE: lib/eal/windows/eal.c:299: + if (!eal_mmu_supported()) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #395: FILE: lib/eal/windows/eal.c:299: + if (!eal_mmu_supported()) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #396: FILE: lib/eal/windows/eal.c:300: + rte_eal_init_alert("Unsupported MMU type.");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #396: FILE: lib/eal/windows/eal.c:300: + rte_eal_init_alert("Unsupported MMU type.");$ ERROR:CODE_INDENT: code indent should use tabs where possible #397: FILE: lib/eal/windows/eal.c:301: + rte_errno = ENOTSUP;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #397: FILE: lib/eal/windows/eal.c:301: + rte_errno = ENOTSUP;$ ERROR:CODE_INDENT: code indent should use tabs where possible #398: FILE: lib/eal/windows/eal.c:302: + return -1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #398: FILE: lib/eal/windows/eal.c:302: + return -1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #399: FILE: lib/eal/windows/eal.c:303: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #399: FILE: lib/eal/windows/eal.c:303: + }$ total: 5 errors, 6 warnings, 193 lines checked