automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw119033 [PATCH v5] pci: read amd iommu virtual address width
       [not found] <20221013181602.873166-2-mpiszczek@ddn.com>
@ 2022-10-24 15:33 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-10-24 15:33 UTC (permalink / raw)
  To: test-report; +Cc: Michael Piszczek

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-24 15:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221013181602.873166-2-mpiszczek@ddn.com>
2022-10-24 15:33 ` |WARNING| pw119033 [PATCH v5] pci: read amd iommu virtual address width checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).