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 CC8EEA00C2 for ; Wed, 12 Oct 2022 13:59:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C9B2542FC5; Wed, 12 Oct 2022 13:59:23 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EC5554003C for ; Wed, 12 Oct 2022 13:59:21 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E4FA7122B85; Wed, 12 Oct 2022 13:59:21 +0200 (CEST) Subject: |WARNING| pw118034 [PATCH v4] pci: read amd iommu virtual address width In-Reply-To: <20221011140854.777428-1-mpiszczek@ddn.com> References: <20221011140854.777428-1-mpiszczek@ddn.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Michael Piszczek Message-Id: <20221012115921.E4FA7122B85@dpdk.org> Date: Wed, 12 Oct 2022 13:59:21 +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/118034 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 27) #157: FILE: drivers/bus/pci/linux/pci.c:504: + if (fscanf(fp, "%" PRIx64, &cap_reg) != 1) { + RTE_LOG(ERR, EAL, "%s(): can't read %s ", __func__, filename); ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #170: FILE: drivers/bus/pci/linux/pci.c:513: } + else { WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 35) #179: FILE: drivers/bus/pci/linux/pci.c:522: + if (fscanf(fp, "%" PRIx64, &cap_reg) != 1) { + RTE_LOG(ERR, EAL, "%s(): can't read %s ", __func__, filename); total: 1 errors, 2 warnings, 73 lines checked