* |WARNING| pw114546 [dpdk-kmods] windows/netuio: fix bar parsing
[not found] <20220802191058.1779-1-pallavi.kadam@intel.com>
@ 2022-08-02 19:13 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-08-02 19:13 UTC (permalink / raw)
To: test-report; +Cc: Pallavi Kadam
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/114546
_coding style issues_
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#88: FILE: windows/netuio/netuio_dev.c:175:
+ BOOLEAN bar_done = FALSE;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#97: FILE: windows/netuio/netuio_dev.c:201:
+ if (curr_bar == 0 || ((prev_bar & PCI_TYPE_64BIT) && (bar_done))) {$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#97: FILE: windows/netuio/netuio_dev.c:201:
+ if (curr_bar == 0 || ((prev_bar & PCI_TYPE_64BIT) && (bar_done))) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#97: FILE: windows/netuio/netuio_dev.c:201:
+ if (curr_bar == 0 || ((prev_bar & PCI_TYPE_64BIT) && (bar_done))) {
+ bar_done = FALSE;
ERROR:CODE_INDENT: code indent should use tabs where possible
#98: FILE: windows/netuio/netuio_dev.c:202:
+ bar_done = FALSE;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#98: FILE: windows/netuio/netuio_dev.c:202:
+ bar_done = FALSE;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#106: FILE: windows/netuio/netuio_dev.c:224:
+ bar_done = TRUE;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#106: FILE: windows/netuio/netuio_dev.c:224:
+ bar_done = TRUE;$
total: 3 errors, 5 warnings, 23 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-08-02 19:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20220802191058.1779-1-pallavi.kadam@intel.com>
2022-08-02 19:13 ` |WARNING| pw114546 [dpdk-kmods] 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).