|WARNING| pw105251 [PATCH v1 13/25] net/spnic: support Rx congfiguration

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Dec 18 03:55:31 CET 2021


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around dev_conf->rx_adv_conf.rss_conf
#1160: FILE: drivers/net/spnic/spnic_ethdev.c:715:
+		rss_conf = &(dev_conf->rx_adv_conf.rss_conf);

WARNING:TYPO_SPELLING: 'Does't' may be misspelled - perhaps 'Doesn't'?
#1437: FILE: drivers/net/spnic/spnic_rx.c:407:
+		PMD_DRV_LOG(ERR, "Does't support rss hash type: %"PRIu64"",

CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#1437: FILE: drivers/net/spnic/spnic_rx.c:407:
+		PMD_DRV_LOG(ERR, "Does't support rss hash type: %"PRIu64"",

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#1437: FILE: drivers/net/spnic/spnic_rx.c:407:
+		PMD_DRV_LOG(ERR, "Does't support rss hash type: %"PRIu64"",

total: 0 errors, 1 warnings, 3 checks, 1489 lines checked


More information about the test-report mailing list