Skip to content

Commit 0ba521d

Browse files
committed
rust: macros: indent list item in module!'s docs
Like commit e516211 ("rust: macros: indent list item in `paste!`'s docs"), but for `module!`. Reviewed-by: Trevor Gross <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent aacf93e commit 0ba521d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/macros/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ use proc_macro::TokenStream;
9494
/// - `license`: ASCII string literal of the license of the kernel module (required).
9595
/// - `alias`: array of ASCII string literals of the alias names of the kernel module.
9696
/// - `firmware`: array of ASCII string literals of the firmware files of
97-
/// the kernel module.
97+
/// the kernel module.
9898
#[proc_macro]
9999
pub fn module(ts: TokenStream) -> TokenStream {
100100
module::module(ts)

0 commit comments

Comments
 (0)