automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw62853 [RFC] use Gcc/Clang fallthrough attribute
       [not found] <20191111192803.24703-1-stephen@networkplumber.org>
@ 2019-11-11 19:29 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-11-11 19:29 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#955: FILE: lib/librte_eal/common/include/rte_common.h:89:
+#define __rte_fallthrough __attribute__ ((fallthrough))

ERROR:TRAILING_WHITESPACE: trailing whitespace
#956: FILE: lib/librte_eal/common/include/rte_common.h:90:
+^I$

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#967: FILE: lib/librte_eal/common/include/rte_common.h:749:
+	case 'G': case 'g': size *= 1024; __rte_fallthrough;

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#968: FILE: lib/librte_eal/common/include/rte_common.h:750:
+	case 'M': case 'm': size *= 1024; __rte_fallthrough;

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#969: FILE: lib/librte_eal/common/include/rte_common.h:751:
+	case 'K': case 'k': size *= 1024; __rte_fallthrough;

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 6 errors, 0 warnings, 789 lines checked

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

only message in thread, other threads:[~2019-11-11 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191111192803.24703-1-stephen@networkplumber.org>
2019-11-11 19:29 ` [dpdk-test-report] |WARNING| pw62853 [RFC] use Gcc/Clang fallthrough attribute 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).