WARNING: line length of 91 exceeds 80 columns #44: FILE: rust/kernel/net/phy.rs:394: + unsafe extern "C" fn config_init_callback(phydev: *mut bindings::phy_device) -> c_int { WARNING: line length of 81 exceeds 80 columns #47: FILE: rust/kernel/net/phy.rs:397: + // (from phy_init_hw), so the accessors on `Device` are okay to call. WARNING: line length of 89 exceeds 80 columns #57: FILE: rust/kernel/net/phy.rs:407: + unsafe extern "C" fn read_page_callback(phydev: *mut bindings::phy_device) -> c_int { total: 0 errors, 3 warnings, 0 checks, 113 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 691160298001 ("rust: phy: add config_init, read_page, and write_page callbacks") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 3 warnings, 0 checks, 113 lines checked