[dpdk-test-report] |WARNING| pw40231 [PATCH 1/4] net/qede: fix multicast filtering

checkpatch at dpdk.org checkpatch at dpdk.org
Sun May 20 02:17:32 CEST 2018


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'qdev->num_uc_addr >= qdev->dev_info.num_mac_filters'
#318: FILE: drivers/net/qede/qede_ethdev.c:972:
+	if (add && (qdev->num_uc_addr >= qdev->dev_info.num_mac_filters)) {

total: 0 errors, 0 warnings, 1 checks, 320 lines checked


More information about the test-report mailing list