[dpdk-test-report] |WARNING| pw51087 [PATCH 03/15] bus/pci: add fallback for out[lwb]_p for non GNU libc

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 11 18:38:47 CET 2019


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/51087

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#51: FILE: drivers/bus/pci/linux/pci_uio.c:25:
+  __asm__ __volatile__ ("outl %0,%w1
outb %%al,$0x80": :"a" (value),$

ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#51: FILE: drivers/bus/pci/linux/pci_uio.c:25:
+  __asm__ __volatile__ ("outl %0,%w1
outb %%al,$0x80": :"a" (value),
                                                       ^

ERROR:SPACING: spaces required around that ':' (ctx:WxV)
#51: FILE: drivers/bus/pci/linux/pci_uio.c:25:
+  __asm__ __volatile__ ("outl %0,%w1
outb %%al,$0x80": :"a" (value),
                                                         ^

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#58: FILE: drivers/bus/pci/linux/pci_uio.c:32:
+  __asm__ __volatile__ ("outw %w0,%w1
outb %%al,$0x80": :"a" (value),$

ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#58: FILE: drivers/bus/pci/linux/pci_uio.c:32:
+  __asm__ __volatile__ ("outw %w0,%w1
outb %%al,$0x80": :"a" (value),
                                                        ^

ERROR:SPACING: spaces required around that ':' (ctx:WxV)
#58: FILE: drivers/bus/pci/linux/pci_uio.c:32:
+  __asm__ __volatile__ ("outw %w0,%w1
outb %%al,$0x80": :"a" (value),
                                                          ^

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#65: FILE: drivers/bus/pci/linux/pci_uio.c:39:
+  __asm__ __volatile__ ("outb %b0,%w1
outb %%al,$0x80": :"a" (value),$

ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#65: FILE: drivers/bus/pci/linux/pci_uio.c:39:
+  __asm__ __volatile__ ("outb %b0,%w1
outb %%al,$0x80": :"a" (value),
                                                        ^

ERROR:SPACING: spaces required around that ':' (ctx:WxV)
#65: FILE: drivers/bus/pci/linux/pci_uio.c:39:
+  __asm__ __volatile__ ("outb %b0,%w1
outb %%al,$0x80": :"a" (value),
                                                          ^

total: 6 errors, 3 warnings, 56 lines checked


More information about the test-report mailing list