|WARNING| pw154620 [PATCH] bus/pci: fix automatic interrupt type selection

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 20 13:46:43 CEST 2025


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 at iki.fi' != 'Signed-off-by: Pekka Riikonen <priikone at iki.fi>'

total: 4 errors, 4 warnings, 10 lines checked


More information about the test-report mailing list