automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw25842 [PATCH 2/2] cxgbe: fix supported speed capabilities
       [not found] <b550a0dd9f02a4fcc84c32aabe40be8b88806f35.1498624242.git.rahul.lakkireddy@chelsio.com>
@ 2017-06-29 21:54 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-06-29 21:54 UTC (permalink / raw)
  To: test-report; +Cc: Rahul Lakkireddy

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

_coding style issues_


WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
#87: FILE: drivers/net/cxgbe/cxgbe_main.c:1049:
+#define SET_SPEED(__speed_name) \
+	do { \
+		*speed_caps |= ETH_LINK_ ## __speed_name; \
+	} while (0)

total: 0 errors, 1 warnings, 0 checks, 133 lines checked

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

only message in thread, other threads:[~2017-06-29 21:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <b550a0dd9f02a4fcc84c32aabe40be8b88806f35.1498624242.git.rahul.lakkireddy@chelsio.com>
2017-06-29 21:54 ` [dpdk-test-report] |WARNING| pw25842 [PATCH 2/2] cxgbe: fix supported speed capabilities 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).