Re: [PATCH v3 5/6] rust: workqueue: add missing newline to pr_info! examples

From: Alice Ryhl
Date: Fri Feb 07 2025 - 04:38:18 EST


On Thu, Feb 6, 2025 at 10:08 PM Alban Kurti <kurti@xxxxxxxxxx> wrote:
>
> The documentation examples in rust/kernel/workqueue.rs use pr_info!
> calls that lack a trailing newline. To maintain consistency with
> kernel logging practices, this patch adds the newline to all
> affected examples.
>
> Fixes: 15b286d1fd05 ("rust: workqueue: add examples")
> Reported-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
> Closes: https://github.com/Rust-for-Linux/linux/issues/1139
> Signed-off-by: Alban Kurti <kurti@xxxxxxxxxx>

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>