WARNING: line length of 82 exceeds 80 columns #37: FILE: rust/kernel/time.rs:13: +//! Note that the C side uses `ktime_t` type to represent both. However, timestamp WARNING: line length of 83 exceeds 80 columns #40: FILE: rust/kernel/time.rs:16: +//! A [`Instant`] object can be created by calling the [`Instant::now()`] function. WARNING: line length of 81 exceeds 80 columns #42: FILE: rust/kernel/time.rs:18: +//! By calling the [`Instant::elapsed()`] method, a [`Delta`] object representing WARNING: line length of 86 exceeds 80 columns #97: FILE: rust/kernel/time.rs:68: + // SAFETY: It is always safe to call `ktime_get()` outside of NMI context. total: 0 errors, 4 warnings, 0 checks, 104 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 f19359322157 ("rust: time: Introduce Instant type") 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, 104 lines checked