|WARNING| pw107343 [PATCH 8/9] net/hns3: dump TM configuration info

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Feb 11 05:50:39 CET 2022


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#83: FILE: drivers/net/hns3/hns3_ethdev_dump.c:655:
+			"    id=%u reference_count=%u peak_rate=%" PRIu64 "Bps
",

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#97: FILE: drivers/net/hns3/hns3_ethdev_dump.c:669:
+		"  port_node: 
"

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#115: FILE: drivers/net/hns3/hns3_ethdev_dump.c:687:
+	fprintf(file, "  tc_node: 
");

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#182: FILE: drivers/net/hns3/hns3_ethdev_dump.c:754:
+		"  queue_node: 
"

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


More information about the test-report mailing list