|WARNING| pw122125 [PATCH v2 2/7] testpmd: fix whitespace

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jan 16 18:52:35 CET 2023


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

_coding style issues_


ERROR:SPACING: space required after that ',' (ctx:VxV)
#223: FILE: app/test-pmd/parameters.c:372:
+		if ((p0 = strchr(p,')')) == NULL)
 		                  ^

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#223: FILE: app/test-pmd/parameters.c:372:
+		if ((p0 = strchr(p,')')) == NULL)

total: 2 errors, 0 warnings, 129 lines checked


More information about the test-report mailing list