Skip to content

Commit b7b67dd

Browse files
committed
rust: kernel: add missing backticks in doc comment
This is part of the effort to minimize the differences of the `rust` branch with respect to mainline in order to eventually drop it. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 00fa695 commit b7b67dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ use core::marker::PhantomData;
117117
/// [`PAGE_SHIFT`]: ../../../include/asm-generic/page.h
118118
pub const PAGE_SIZE: usize = 1 << bindings::PAGE_SHIFT;
119119

120-
/// Prefix to appear before log messages printed from within the kernel crate.
120+
/// Prefix to appear before log messages printed from within the `kernel` crate.
121121
const __LOG_PREFIX: &[u8] = b"rust_kernel\0";
122122

123123
/// The top level entrypoint to implementing a kernel module.

0 commit comments

Comments
 (0)