|WARNING| pw150854 [PATCH v2 45/54] net/e1000/base: add PHY read/write retry mechanism

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 4 16:19:25 CET 2025


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

_coding style issues_


ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#212: FILE: drivers/net/intel/e1000/base/e1000_phy.c:256:
+void e1000_disable_phy_retry_mechanism(struct e1000_hw* hw, u32* phy_retries_original)

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#212: FILE: drivers/net/intel/e1000/base/e1000_phy.c:256:
+void e1000_disable_phy_retry_mechanism(struct e1000_hw* hw, u32* phy_retries_original)

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#221: FILE: drivers/net/intel/e1000/base/e1000_phy.c:265:
+void e1000_enable_phy_retry_mechanism(struct e1000_hw* hw, u32 phy_retries_original)

total: 3 errors, 0 warnings, 0 checks, 338 lines checked


More information about the test-report mailing list