|WARNING| pw122113 [PATCH 5/7] examples: fix whitespace

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jan 16 18:28:39 CET 2023


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

_coding style issues_


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

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

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

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

total: 4 errors, 0 warnings, 50 lines checked


More information about the test-report mailing list