automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw69472 [PATCH v2 3/8] eal: alarm: close file on cleanup
       [not found] <20200428231415.17985-4-stephen@networkplumber.org>
@ 2020-04-28 23:16 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-04-28 23:16 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#135: FILE: lib/librte_eal/freebsd/eal_alarm.c:67:
+       if (intr_handle.fd == -1)$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#135: FILE: lib/librte_eal/freebsd/eal_alarm.c:67:
+       if (intr_handle.fd == -1)
+               return;

ERROR:CODE_INDENT: code indent should use tabs where possible
#136: FILE: lib/librte_eal/freebsd/eal_alarm.c:68:
+               return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#136: FILE: lib/librte_eal/freebsd/eal_alarm.c:68:
+               return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#138: FILE: lib/librte_eal/freebsd/eal_alarm.c:70:
+       close(intr_handle.fd);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#139: FILE: lib/librte_eal/freebsd/eal_alarm.c:71:
+       intr_handle.fd = -1;$

total: 1 errors, 5 warnings, 66 lines checked

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

only message in thread, other threads:[~2020-04-28 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200428231415.17985-4-stephen@networkplumber.org>
2020-04-28 23:16 ` [dpdk-test-report] |WARNING| pw69472 [PATCH v2 3/8] eal: alarm: close file on cleanup 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).