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 4F53EA0542 for ; Mon, 24 Oct 2022 17:33:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6333242C37; Mon, 24 Oct 2022 17:33:25 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6B57242C0D for ; Mon, 24 Oct 2022 17:33:21 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 64A8B120778; Mon, 24 Oct 2022 17:33:21 +0200 (CEST) Subject: |WARNING| pw119032 [PATCH v5] pci: read amd iommu virtual address width In-Reply-To: <20221013181602.873166-1-mpiszczek@ddn.com> References: <20221013181602.873166-1-mpiszczek@ddn.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Michael Piszczek Message-Id: <20221024153321.64A8B120778@dpdk.org> Date: Mon, 24 Oct 2022 17:33: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/119032 _coding style issues_ ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #186: FILE: drivers/bus/pci/linux/pci.c:514: + } + else if (strstr(filename, "intel-iommu") != NULL) { ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #190: FILE: drivers/bus/pci/linux/pci.c:518: + } + else if (strstr(filename, "amd-iommu") != NULL) { WARNING:LONG_LINE: line length of 107 exceeds 100 columns #192: FILE: drivers/bus/pci/linux/pci.c:520: + mgaw = ((cap_reg & RD_AMD_CAP_VASIZE_MASK) >> RD_AMD_CAP_VASIZE_SHIFT) + 1; total: 2 errors, 1 warnings, 83 lines checked