Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Like commit e516211f615f ("rust: macros: indent list item in `paste!`'s
docs"), but for `module!`.

Reviewed-by: Trevor Gross <tmgross@umich.edu>
Link: https://lore.kernel.org/r/20240725184644.135185-1-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

+1 -1
+1 -1
rust/macros/lib.rs
··· 94 94 /// - `license`: ASCII string literal of the license of the kernel module (required). 95 95 /// - `alias`: array of ASCII string literals of the alias names of the kernel module. 96 96 /// - `firmware`: array of ASCII string literals of the firmware files of 97 - /// the kernel module. 97 + /// the kernel module. 98 98 #[proc_macro] 99 99 pub fn module(ts: TokenStream) -> TokenStream { 100 100 module::module(ts)