* |WARNING| pw114846 [dpdk-kmods v2] windows/netuio: fix BAR parsing
[not found] <20220811221723.2124-1-pallavi.kadam@intel.com>
@ 2022-08-11 22:20 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-08-11 22:20 UTC (permalink / raw)
To: test-report; +Cc: Pallavi Kadam
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/114846
_coding style issues_
ERROR:CODE_INDENT: code indent should use tabs where possible
#115: FILE: windows/netuio/netuio_dev.c:196:
+ ULONG bar_value = pci_config.u.type0.BaseAddresses[bar_index];$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#115: FILE: windows/netuio/netuio_dev.c:196:
+ ULONG bar_value = pci_config.u.type0.BaseAddresses[bar_index];$
ERROR:CODE_INDENT: code indent should use tabs where possible
#117: FILE: windows/netuio/netuio_dev.c:198:
+ if (bar_value == 0) {$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#117: FILE: windows/netuio/netuio_dev.c:198:
+ if (bar_value == 0) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#117: FILE: windows/netuio/netuio_dev.c:198:
+ if (bar_value == 0) {
continue;
WARNING:BRACES: braces {} are not necessary for single statement blocks
#117: FILE: windows/netuio/netuio_dev.c:198:
+ if (bar_value == 0) {
continue;
}
ERROR:CODE_INDENT: code indent should use tabs where possible
#126: FILE: windows/netuio/netuio_dev.c:238:
+ // Skip the next BAR slot used by the current 64-bit address.$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#126: FILE: windows/netuio/netuio_dev.c:238:
+ // Skip the next BAR slot used by the current 64-bit address.$
ERROR:C99_COMMENTS: do not use C99 // comments
#126: FILE: windows/netuio/netuio_dev.c:238:
+ // Skip the next BAR slot used by the current 64-bit address.
ERROR:CODE_INDENT: code indent should use tabs where possible
#127: FILE: windows/netuio/netuio_dev.c:239:
+ if (bar_value & PCI_TYPE_64BIT) {$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#127: FILE: windows/netuio/netuio_dev.c:239:
+ if (bar_value & PCI_TYPE_64BIT) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#127: FILE: windows/netuio/netuio_dev.c:239:
+ if (bar_value & PCI_TYPE_64BIT) {
+ bar_index++;
WARNING:BRACES: braces {} are not necessary for single statement blocks
#127: FILE: windows/netuio/netuio_dev.c:239:
+ if (bar_value & PCI_TYPE_64BIT) {
+ bar_index++;
+ }
ERROR:CODE_INDENT: code indent should use tabs where possible
#128: FILE: windows/netuio/netuio_dev.c:240:
+ bar_index++;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#128: FILE: windows/netuio/netuio_dev.c:240:
+ bar_index++;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#129: FILE: windows/netuio/netuio_dev.c:241:
+ }$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#129: FILE: windows/netuio/netuio_dev.c:241:
+ }$
ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Pallavi Kadam <pallavi.kadam@intel.com>'
total: 8 errors, 10 warnings, 31 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-08-11 22:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20220811221723.2124-1-pallavi.kadam@intel.com>
2022-08-11 22:20 ` |WARNING| pw114846 [dpdk-kmods v2] windows/netuio: fix BAR parsing 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).