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 0FB45A0542 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 534A642C32; 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 47D8042C04 for ; Mon, 24 Oct 2022 17:33:19 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2DFBB120778; Mon, 24 Oct 2022 17:33:19 +0200 (CEST) Subject: |WARNING| pw119033 [PATCH v5] pci: read amd iommu virtual address width In-Reply-To: <20221013181602.873166-2-mpiszczek@ddn.com> References: <20221013181602.873166-2-mpiszczek@ddn.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Michael Piszczek Message-Id: <20221024153319.2DFBB120778@dpdk.org> Date: Mon, 24 Oct 2022 17:33:19 +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/119033 _coding style issues_ ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #187: FILE: drivers/bus/pci/linux/pci.c:514: + } + else if (strstr(filename, "intel-iommu") != NULL) { ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #191: 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 #193: 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