automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw53569 [PATCH 11/11] net/hinic: add support for basic device operations
       [not found] <1558427092-187430-1-git-send-email-xuanziyang2@huawei.com>
@ 2019-05-21  8:14 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-05-21  8:14 UTC (permalink / raw)
  To: test-report; +Cc: Ziyang Xuan

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rq_depth > HINIC_MAX_QUEUE_DEPTH'
#696: FILE: drivers/net/hinic/hinic_pmd_ethdev.c:648:
+	if ((rq_depth > HINIC_MAX_QUEUE_DEPTH) ||
+		(rq_depth < HINIC_MIN_QUEUE_DEPTH)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rq_depth < HINIC_MIN_QUEUE_DEPTH'
#696: FILE: drivers/net/hinic/hinic_pmd_ethdev.c:648:
+	if ((rq_depth > HINIC_MAX_QUEUE_DEPTH) ||
+		(rq_depth < HINIC_MIN_QUEUE_DEPTH)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'sq_depth > HINIC_MAX_QUEUE_DEPTH'
#853: FILE: drivers/net/hinic/hinic_pmd_ethdev.c:805:
+	if ((sq_depth > HINIC_MAX_QUEUE_DEPTH) ||
+		(sq_depth < HINIC_MIN_QUEUE_DEPTH)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'sq_depth < HINIC_MIN_QUEUE_DEPTH'
#853: FILE: drivers/net/hinic/hinic_pmd_ethdev.c:805:
+	if ((sq_depth > HINIC_MAX_QUEUE_DEPTH) ||
+		(sq_depth < HINIC_MIN_QUEUE_DEPTH)) {

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

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

only message in thread, other threads:[~2019-05-21  8:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1558427092-187430-1-git-send-email-xuanziyang2@huawei.com>
2019-05-21  8:14 ` [dpdk-test-report] |WARNING| pw53569 [PATCH 11/11] net/hinic: add support for basic device operations 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).