Commit 0ba521d6 authored by Miguel Ojeda's avatar Miguel Ojeda

rust: macros: indent list item in `module!`'s docs

Like commit e516211f ("rust: macros: indent list item in `paste!`'s
docs"), but for `module!`.
Reviewed-by: default avatarTrevor Gross <tmgross@umich.edu>
Link: https://lore.kernel.org/r/20240725184644.135185-1-ojeda@kernel.orgSigned-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent aacf93e8
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
/// - `license`: ASCII string literal of the license of the kernel module (required). /// - `license`: ASCII string literal of the license of the kernel module (required).
/// - `alias`: array of ASCII string literals of the alias names of the kernel module. /// - `alias`: array of ASCII string literals of the alias names of the kernel module.
/// - `firmware`: array of ASCII string literals of the firmware files of /// - `firmware`: array of ASCII string literals of the firmware files of
/// the kernel module. /// the kernel module.
#[proc_macro] #[proc_macro]
pub fn module(ts: TokenStream) -> TokenStream { pub fn module(ts: TokenStream) -> TokenStream {
module::module(ts) module::module(ts)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment