automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw27451 [PATCH RFC 05/10] examples/vm_power_mgr: add policy to channels
       [not found] <1501854887-42427-6-git-send-email-david.hunt@intel.com>
@ 2017-08-04 13:55 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-08-04 13:55 UTC (permalink / raw)
  To: test-report; +Cc: David Hunt

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#120: FILE: examples/vm_power_manager/channel_monitor.c:114:
+#define ITERATIVE_BITMASK_CHECK_64(mask_u64b, i) \
+		for (i = 0; mask_u64b; mask_u64b &= ~(1ULL << i++)) \
+			if ((mask_u64b >> i) & 1) \
 

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 0)
#122: FILE: examples/vm_power_manager/channel_monitor.c:116:
+			if ((mask_u64b >> i) & 1) \
[...]
+static void

total: 1 errors, 1 warnings, 442 lines checked

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

only message in thread, other threads:[~2017-08-04 13:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1501854887-42427-6-git-send-email-david.hunt@intel.com>
2017-08-04 13:55 ` [dpdk-test-report] |WARNING| pw27451 [PATCH RFC 05/10] examples/vm_power_mgr: add policy to channels 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).