|WARNING| pw111552 [PATCH 1/2] cmdline: add function to verify valid commands

checkpatch at dpdk.org checkpatch at dpdk.org
Fri May 20 16:57:42 CEST 2022


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

_coding style issues_


ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#106: FILE: lib/cmdline/cmdline_parse.c:187:
+__cmdline_parse(struct cmdline *cl, const char * buf, bool call_fn)

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#125: FILE: lib/cmdline/cmdline_parse.c:302:
+cmdline_parse(struct cmdline *cl, const char * buf)

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#131: FILE: lib/cmdline/cmdline_parse.c:308:
+cmdline_parse_check(struct cmdline *cl, const char * buf)

total: 3 errors, 0 warnings, 84 lines checked


More information about the test-report mailing list