|WARNING| pw119645 [PATCH 09/14] l3fwd: fix whitespace

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Nov 9 20:17:18 CET 2022


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

_coding style issues_


ERROR:SPACING: space required after that ',' (ctx:VxV)
#100: FILE: examples/l3fwd-power/main.c:1790:
+		if ((p0 = strchr(p,')')) == NULL)
 		                  ^

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#100: FILE: examples/l3fwd-power/main.c:1790:
+		if ((p0 = strchr(p,')')) == NULL)

ERROR:SPACING: space required after that ',' (ctx:VxV)
#127: FILE: examples/l3fwd/main.c:519:
+		if ((p0 = strchr(p,')')) == NULL)
 		                  ^

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#127: FILE: examples/l3fwd/main.c:519:
+		if ((p0 = strchr(p,')')) == NULL)

total: 4 errors, 0 warnings, 42 lines checked


More information about the test-report mailing list