WARNING: line length of 90 exceeds 80 columns #26: FILE: rust/kernel/net/phy.rs:315: + unsafe extern "C" fn soft_reset_callback(phydev: *mut bindings::phy_device) -> c_int { WARNING: line length of 85 exceeds 80 columns #35: FILE: rust/kernel/net/phy.rs:329: + unsafe extern "C" fn probe_callback(phydev: *mut bindings::phy_device) -> c_int { WARNING: line length of 92 exceeds 80 columns #46: FILE: rust/kernel/net/phy.rs:344: + unsafe extern "C" fn get_features_callback(phydev: *mut bindings::phy_device) -> c_int { WARNING: line length of 87 exceeds 80 columns #55: FILE: rust/kernel/net/phy.rs:358: + unsafe extern "C" fn suspend_callback(phydev: *mut bindings::phy_device) -> c_int { WARNING: line length of 86 exceeds 80 columns #64: FILE: rust/kernel/net/phy.rs:372: + unsafe extern "C" fn resume_callback(phydev: *mut bindings::phy_device) -> c_int { WARNING: line length of 91 exceeds 80 columns #75: FILE: rust/kernel/net/phy.rs:386: + unsafe extern "C" fn config_aneg_callback(phydev: *mut bindings::phy_device) -> c_int { WARNING: line length of 91 exceeds 80 columns #86: FILE: rust/kernel/net/phy.rs:400: + unsafe extern "C" fn read_status_callback(phydev: *mut bindings::phy_device) -> c_int { total: 0 errors, 7 warnings, 0 checks, 72 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 5d523886b301 ("Use unqualified references to ffi types") 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, 7 warnings, 0 checks, 72 lines checked