Re: [PATCH] rust: task: fix `SAFETY` comment for Task::wake_up

From: Miguel Ojeda
Date: Mon Mar 10 2025 - 13:12:33 EST


On Sat, Mar 8, 2025 at 5:49 PM Panagiotis Foliadis <pfoliadis@xxxxxxxxxx> wrote:
>
> The `SAFETY` comment inside the `wake_up` function references
> erroneously the `signal_pending` function instead of the
> `wake_up_process` which is actually called. Fix the comment
> to reference the correct function.
>
> Fixes: fe95f58320e6 ("rust: task: adjust safety comments in Task methods")
> Signed-off-by: Panagiotis Foliadis <pfoliadis@xxxxxxxxxx>

Applied to `rust-fixes` -- thanks everyone!

[ Slightly reworded. - Miguel ]

Cheers,
Miguel