rust: improve lifetimes markup
authorBorys Tyran <borys.tyran@protonmail.com>
Fri, 7 Feb 2025 14:25:07 +0000 (14:25 +0000)
committerMiguel Ojeda <ojeda@kernel.org>
Sat, 8 Mar 2025 22:04:38 +0000 (23:04 +0100)
commitcd1ed11a6704638e94ccafe0ba1c3b4a11aab8f3
treeb61d8b92d90f4d071268e4dd198a800193d4ca84
parentfbefae55991f688f5f1615af30fe64823076b072
rust: improve lifetimes markup

Improve lifetimes markup; e.g. from:

    /// ... 'a ...

to:

    /// ... `'a` ...

This will make lifetimes display as code span with Markdown and make it
more consistent with rest of the docs.

Link: https://github.com/Rust-for-Linux/linux/issues/1138
Signed-off-by: Borys Tyran <borys.tyran@protonmail.com>
Link: https://lore.kernel.org/r/20250207142437.112435-1-borys.tyran@protonmail.com
[ Reworded and changed Closes tag to Link. - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/fs/file.rs
rust/kernel/rbtree.rs
rust/kernel/seq_file.rs
rust/kernel/sync/poll.rs
rust/kernel/types.rs