automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw29234 [PATCH v4 1/3] net/i40e: queue region set and flush
       [not found] <1506589809-59533-2-git-send-email-wei.zhao1@intel.com>
@ 2017-09-28  9:22 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-09-28  9:22 UTC (permalink / raw)
  To: test-report; +Cc: zhao wei

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'conf_ptr->queue_num <= 64'
#284: FILE: drivers/net/i40e/rte_pmd_i40e.c:2255:
+	if (!((rte_is_power_of_2(conf_ptr->queue_num)) &&
+				(conf_ptr->queue_num <= 64))) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'i == info->queue_region_number'
#306: FILE: drivers/net/i40e/rte_pmd_i40e.c:2277:
+	if ((i == info->queue_region_number) &&
+				(i <= I40E_REGION_MAX_INDEX)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'i <= I40E_REGION_MAX_INDEX'
#306: FILE: drivers/net/i40e/rte_pmd_i40e.c:2277:
+	if ((i == info->queue_region_number) &&
+				(i <= I40E_REGION_MAX_INDEX)) {

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#646: FILE: drivers/net/i40e/rte_pmd_i40e.c:2617:
+	printf("  queue_region_number: %-14u 
", info->queue_region_number);

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#650: FILE: drivers/net/i40e/rte_pmd_i40e.c:2621:
+			"queue_start_index: %-14u 
",

total: 0 errors, 2 warnings, 3 checks, 753 lines checked

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

only message in thread, other threads:[~2017-09-28  9:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1506589809-59533-2-git-send-email-wei.zhao1@intel.com>
2017-09-28  9:22 ` [dpdk-test-report] |WARNING| pw29234 [PATCH v4 1/3] net/i40e: queue region set and flush 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).