automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw30672 [PATCH 3/4] net/fm10k: support switch restart on VF
       [not found] <1508708240-69814-4-git-send-email-xiao.w.wang@intel.com>
@ 2017-10-22 12:59 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-10-22 12:59 UTC (permalink / raw)
  To: test-report; +Cc: Xiao Wang

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'state == FM10K_STATE_OPEN'
#46: FILE: drivers/net/fm10k/fm10k_ethdev.c:2687:
+	if ((state == FM10K_STATE_OPEN) && (mbx->state == FM10K_STATE_CONNECT)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mbx->state == FM10K_STATE_CONNECT'
#46: FILE: drivers/net/fm10k/fm10k_ethdev.c:2687:
+	if ((state == FM10K_STATE_OPEN) && (mbx->state == FM10K_STATE_CONNECT)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'dev_info->sm_down == 1'
#58: FILE: drivers/net/fm10k/fm10k_ethdev.c:2699:
+	if ((dev_info->sm_down == 1) && (hw->mac.dglort_map == FM10K_DGLORTMAP_ZERO)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.dglort_map == FM10K_DGLORTMAP_ZERO'
#58: FILE: drivers/net/fm10k/fm10k_ethdev.c:2699:
+	if ((dev_info->sm_down == 1) && (hw->mac.dglort_map == FM10K_DGLORTMAP_ZERO)) {

total: 0 errors, 0 warnings, 4 checks, 53 lines checked

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

only message in thread, other threads:[~2017-10-22 12:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1508708240-69814-4-git-send-email-xiao.w.wang@intel.com>
2017-10-22 12:59 ` [dpdk-test-report] |WARNING| pw30672 [PATCH 3/4] net/fm10k: support switch restart on VF 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).