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

From: Alice Ryhl
Date: Mon Mar 10 2025 - 05:16:00 EST


On Sat, Mar 08, 2025 at 04:49:05PM +0000, Panagiotis Foliadis 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>

Thanks.

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>