[dpdk-test-report] |WARNING| pw76209 [PATCH v1 05/42] net/txgbe: add mac type and HW ops dummy

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 9 01:26:52 CEST 2020


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

_coding style issues_


CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#128: FILE: drivers/net/txgbe/base/txgbe_hw.c:51:
+
+}

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'txgbe_set_mac_type', this function's name, in a string
#141: FILE: drivers/net/txgbe/base/txgbe_hw.c:64:
+	DEBUGFUNC("txgbe_set_mac_type
");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'txgbe_set_mac_type', this function's name, in a string
#173: FILE: drivers/net/txgbe/base/txgbe_hw.c:96:
+	DEBUGOUT("txgbe_set_mac_type found mac: %d, returns: %d
",

total: 0 errors, 2 warnings, 1 checks, 162 lines checked


More information about the test-report mailing list