|WARNING| pw148838 [PATCH v2 1/3] net/ixgbe: initialize PTP to system time

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 25 12:35:10 CET 2024


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around function pointer (mbx->ops[0].read)
#117: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4177:
+	if ((mbx->ops[0].read)(hw, &in_msg, 1, 0))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mbx->ops[0].read'
#117: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4177:
+	if ((mbx->ops[0].read)(hw, &in_msg, 1, 0))

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


More information about the test-report mailing list