Re: [PATCH] rust: task: fix `SAFETY` comment for Task::wake_up
From: Charalampos Mitrodimas
Date: Sat Mar 08 2025 - 11:56:28 EST
Panagiotis Foliadis <pfoliadis@xxxxxxxxxx> writes:
> 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>
> ---
> rust/kernel/task.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
You can add,
Reviewed-by: Charalampos Mitrodimas <charmitro@xxxxxxxxxx>
--
C. Mitrodimas