WARNING: line length of 90 exceeds 80 columns #51: FILE: rust/kernel/net/phy.rs:246: + // SAFETY: `phydev` is pointing to a valid object by the type invariant of `Self`. WARNING: line length of 96 exceeds 80 columns #53: FILE: rust/kernel/net/phy.rs:248: + let ret = unsafe { bindings::phy_write_paged(phydev, page.into(), regnum.into(), val) }; WARNING: line length of 90 exceeds 80 columns #63: FILE: rust/kernel/net/phy.rs:258: + // SAFETY: `phydev` is pointing to a valid object by the type invariant of `Self`. WARNING: line length of 84 exceeds 80 columns #65: FILE: rust/kernel/net/phy.rs:260: + to_result(unsafe { bindings::phy_modify(phydev, regnum.into(), mask, set) }) WARNING: line length of 91 exceeds 80 columns #71: FILE: rust/kernel/net/phy.rs:266: + pub fn modify_paged(&mut self, page: u16, regnum: u16, mask: u16, set: u16) -> Result { WARNING: line length of 90 exceeds 80 columns #73: FILE: rust/kernel/net/phy.rs:268: + // SAFETY: `phydev` is pointing to a valid object by the type invariant of `Self`. WARNING: line length of 85 exceeds 80 columns #76: FILE: rust/kernel/net/phy.rs:271: + bindings::phy_modify_paged(phydev, page.into(), regnum.into(), mask, set) total: 0 errors, 7 warnings, 0 checks, 57 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 5d3752630bbd ("rust: phy: add paged register access and bit manipulation helpers") 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, 7 warnings, 0 checks, 57 lines checked