|WARNING| pw151125 [PATCH v3 34/36] net/e1000/base: add PHY read/write retry mechanism
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Feb 7 13:51:11 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/151125
_coding style issues_
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#211: 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"
#211: 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"
#220: 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