WARNING: please write a help paragraph that fully describes the config symbol #52: FILE: drivers/net/phy/Kconfig:115: +config AMCC_QT2025_PHY + tristate "AMCC QT2025 PHY" + depends on RUST_PHYLIB_ABSTRACTIONS + depends on RUST_FW_LOADER_ABSTRACTIONS + help + Adds support for the Applied Micro Circuits Corporation QT2025 PHY. + WARNING: line length of 88 exceeds 80 columns #116: FILE: drivers/net/phy/qt2025.rs:37: + const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x0043A400); WARNING: line length of 81 exceeds 80 columns #119: FILE: drivers/net/phy/qt2025.rs:40: + // The vendor driver does the following checking but we have no idea why. WARNING: line length of 86 exceeds 80 columns #153: FILE: drivers/net/phy/qt2025.rs:74: + // The first 16kB of memory is located in the address range 3.8000h - 3.BFFFh. total: 0 errors, 4 warnings, 0 checks, 131 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit eeae5eb2f09b ("net: phy: add Applied Micro QT2025 PHY driver") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 4 warnings, 0 checks, 131 lines checked