* [dpdk-test-report] |WARNING| pw55151 [PATCH] net/i40e: fix core dumped when setting txq or rxq to 0 in VF [not found] <1561091696-213124-1-git-send-email-andy.pei@intel.com> @ 2019-06-21 4:42 ` checkpatch 0 siblings, 0 replies; only message in thread From: checkpatch @ 2019-06-21 4:42 UTC (permalink / raw) To: test-report; +Cc: Andy Pei Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/55151 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'queue_id < nb_txq' #48: FILE: drivers/net/i40e/i40e_ethdev_vf.c:576: + if ((queue_id < nb_txq) && txq) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'queue_id < nb_rxq' #57: FILE: drivers/net/i40e/i40e_ethdev_vf.c:593: + if ((queue_id < nb_rxq) && rxq) { total: 0 errors, 0 warnings, 2 checks, 53 lines checked ^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-06-21 4:42 UTC | newest] Thread overview: (only message) (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <1561091696-213124-1-git-send-email-andy.pei@intel.com> 2019-06-21 4:42 ` [dpdk-test-report] |WARNING| pw55151 [PATCH] net/i40e: fix core dumped when setting txq or rxq to 0 in 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).