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 5B1CD46A02 for ; Fri, 20 Jun 2025 13:47:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D9B3402F2; Fri, 20 Jun 2025 13:47:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id AD8CE402F2 for ; Fri, 20 Jun 2025 13:47:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A32711252C6; Fri, 20 Jun 2025 13:46:43 +0200 (CEST) Subject: |WARNING| pw154620 [PATCH] bus/pci: fix automatic interrupt type selection In-Reply-To: <8f5b22d3bedef793bf489c230b52b145@iki.fi> References: <8f5b22d3bedef793bf489c230b52b145@iki.fi> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: priikone@iki.fi Message-Id: <20250620114643.A32711252C6@dpdk.org> Date: Fri, 20 Jun 2025 13:46:43 +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/154620 _coding style issues_ ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) #67: FILE: drivers/bus/pci/linux/pci_vfio.c:236: *dev, int vfio_dev_fd) ERROR:CODE_INDENT: code indent should use tabs where possible #71: FILE: drivers/bus/pci/linux/pci_vfio.c:240: + /* If no vectors, try another one */$ ERROR:CODE_INDENT: code indent should use tabs where possible #72: FILE: drivers/bus/pci/linux/pci_vfio.c:241: + if (irq.count == 0)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #72: FILE: drivers/bus/pci/linux/pci_vfio.c:241: + if (irq.count == 0)$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (15, 23) #72: FILE: drivers/bus/pci/linux/pci_vfio.c:241: + if (irq.count == 0) + continue; ERROR:CODE_INDENT: code indent should use tabs where possible #73: FILE: drivers/bus/pci/linux/pci_vfio.c:242: + continue;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #73: FILE: drivers/bus/pci/linux/pci_vfio.c:242: + continue;$ WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: priikone@iki.fi' != 'Signed-off-by: Pekka Riikonen ' total: 4 errors, 4 warnings, 10 lines checked