|WARNING| pw159550 [PATCH v2 1/2] net/zxdh: add pcie bar channel check

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 30 09:32:15 CET 2025


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#69: 
After obtaining the DTB element register, check if the PCIe link is abnormal.

ERROR:CODE_INDENT: code indent should use tabs where possible
#91: FILE: drivers/net/zxdh/zxdh_np.c:3704:
+        return ZXDH_RC_DTB_BAR_ABNORMAL;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#91: FILE: drivers/net/zxdh/zxdh_np.c:3704:
+        return ZXDH_RC_DTB_BAR_ABNORMAL;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#92: FILE: drivers/net/zxdh/zxdh_np.c:3705:
+    }$

ERROR:TRAILING_WHITESPACE: trailing whitespace
#93: FILE: drivers/net/zxdh/zxdh_np.c:3706:
+^I$

total: 2 errors, 3 warnings, 0 checks, 35 lines checked


More information about the test-report mailing list