[dpdk-test-report] |WARNING| pw69284 [PATCH 2/2] net/tap: use netlink extended ack support

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Apr 25 01:38:38 CEST 2020


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

_coding style issues_


WARNING:TYPO_SPELLING: 'acknowledgement' may be misspelled - perhaps 'acknowledgment'?
#79: 
In recent Linux kernels, there is support for extended acknowledgement

ERROR:SPACING: space required before the open parenthesis '('
#195: FILE: drivers/net/tap/tap_netlink.c:196:
+#define tap_nl_dump_ext_ack(nh, err) do { } while();

WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#195: FILE: drivers/net/tap/tap_netlink.c:196:
+#define tap_nl_dump_ext_ack(nh, err) do { } while();

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


More information about the test-report mailing list