|WARNING| pw127832 [PATCH 1/4] common/sfc_efx/base: NIC Partitioning mode discovery using heuristic approach

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 1 13:43:49 CEST 2023


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#56: 
When NIC Partitioning is configured, apart from the privileged adapter(s) the

ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit fatal: bad o ("e5e5d6286a3b027a4")'
#65: 
hg-changeset: 7f0abee725a8e9c6524e773e5e5d6286a3b027a4

ERROR:CODE_INDENT: code indent should use tabs where possible
#122: FILE: drivers/common/sfc_efx/base/ef10_nic.c:1086:
+^I            MC_CMD_GET_CAPABILITIES_V2_OUT_ACCESS_NOT_PERMITTED) {$

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#158: FILE: drivers/common/sfc_efx/base/ef10_nic.c:1122:
+	return (0);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#163: FILE: drivers/common/sfc_efx/base/ef10_nic.c:1127:
+	return (rc);

total: 4 errors, 1 warnings, 141 lines checked


More information about the test-report mailing list