[dpdk-test-report] |WARNING| pw25819 [PATCH v4 16/17] net/i40e: use set switch aq instead of register setting

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 29 23:54:07 CEST 2017


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#87: FILE: drivers/net/i40e/i40e_ethdev.c:3000:
+		    "Debug read from I40E_GL_SWT_L2TAGCTRL[%d]: 0x%08"PRIx64,

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#87: FILE: drivers/net/i40e/i40e_ethdev.c:3000:
+		    "Debug read from I40E_GL_SWT_L2TAGCTRL[%d]: 0x%08"PRIx64,

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#114: FILE: drivers/net/i40e/i40e_ethdev.c:3019:
+		    "Debug write 0x%08"PRIx64" to I40E_GL_SWT_L2TAGCTRL[%d]",

CHECK:BRACES: Unbalanced braces around else statement
#154: FILE: drivers/net/i40e/i40e_ethdev.c:3059:
+	} else

total: 0 errors, 0 warnings, 4 checks, 140 lines checked


More information about the test-report mailing list