[dpdk-test-report] |WARNING| pw79630 [PATCH v2 12/56] net/txgbe: add info get operation

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 5 14:15:06 CEST 2020


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

_coding style issues_


CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#336: FILE: drivers/net/txgbe/txgbe_rxtx.c:35:
+{
+

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->mac.type == txgbe_mac_raptor'
#365: FILE: drivers/net/txgbe/txgbe_rxtx.c:64:
+	if ((hw->mac.type == txgbe_mac_raptor) &&
+	    !sriov->active)

total: 0 errors, 0 warnings, 2 checks, 315 lines checked


More information about the test-report mailing list