* [PATCH] rust: macros: indent list item in `module!`'s docs
@ 2024-07-25 18:46 Miguel Ojeda
2024-07-26 11:05 ` Trevor Gross
0 siblings, 1 reply; 3+ messages in thread
From: Miguel Ojeda @ 2024-07-25 18:46 UTC (permalink / raw)
To: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
Andreas Hindborg, Alice Ryhl, rust-for-linux, linux-kernel,
patches
Like commit e516211f615f ("rust: macros: indent list item in `paste!`'s
docs"), but for `module!`.
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
rust/macros/lib.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rust/macros/lib.rs b/rust/macros/lib.rs
index 159e75292970..5be0cb9db3ee 100644
--- a/rust/macros/lib.rs
+++ b/rust/macros/lib.rs
@@ -94,7 +94,7 @@
/// - `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.
/// - `firmware`: array of ASCII string literals of the firmware files of
-/// the kernel module.
+/// the kernel module.
#[proc_macro]
pub fn module(ts: TokenStream) -> TokenStream {
module::module(ts)
base-commit: b1263411112305acf2af728728591465becb45b0
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] rust: macros: indent list item in `module!`'s docs
2024-07-25 18:46 [PATCH] rust: macros: indent list item in `module!`'s docs Miguel Ojeda
@ 2024-07-26 11:05 ` Trevor Gross
2024-07-29 12:47 ` Miguel Ojeda
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Gross @ 2024-07-26 11:05 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Wedson Almeida Filho, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
rust-for-linux, linux-kernel, patches
On Thu, Jul 25, 2024 at 2:47 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> Like commit e516211f615f ("rust: macros: indent list item in `paste!`'s
> docs"), but for `module!`.
>
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
> ---
> rust/macros/lib.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rust/macros/lib.rs b/rust/macros/lib.rs
> index 159e75292970..5be0cb9db3ee 100644
> --- a/rust/macros/lib.rs
> +++ b/rust/macros/lib.rs
> @@ -94,7 +94,7 @@
> /// - `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.
> /// - `firmware`: array of ASCII string literals of the firmware files of
> -/// the kernel module.
> +/// the kernel module.
> #[proc_macro]
> pub fn module(ts: TokenStream) -> TokenStream {
> module::module(ts)
>
> base-commit: b1263411112305acf2af728728591465becb45b0
> --
> 2.45.2
Not much needing review here, but
Reviewed-by: Trevor Gross <tmgross@umich.edu>
:)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] rust: macros: indent list item in `module!`'s docs
2024-07-26 11:05 ` Trevor Gross
@ 2024-07-29 12:47 ` Miguel Ojeda
0 siblings, 0 replies; 3+ messages in thread
From: Miguel Ojeda @ 2024-07-29 12:47 UTC (permalink / raw)
To: Trevor Gross
Cc: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor, Boqun Feng,
Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg,
Alice Ryhl, rust-for-linux, linux-kernel, patches
On Fri, Jul 26, 2024 at 1:06 PM Trevor Gross <tmgross@umich.edu> wrote:
>
> Not much needing review here, but
>
> Reviewed-by: Trevor Gross <tmgross@umich.edu>
Thanks Trevor :)
Applied to `rust-fixes`.
Cheers,
Miguel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-29 12:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 18:46 [PATCH] rust: macros: indent list item in `module!`'s docs Miguel Ojeda
2024-07-26 11:05 ` Trevor Gross
2024-07-29 12:47 ` Miguel Ojeda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).