Re: [PATCH 2/2] kernel: sched: print errors with %pe for better readability of logs

From: Valentin Schneider
Date: Tue Feb 06 2024 - 04:48:52 EST


On 06/02/24 10:41, Onkarnarth wrote:
> From: Onkarnath <onkarnath.1@xxxxxxxxxxx>
>
> instead of printing errros as a number(%ld), it's better to print in string
> format for better readability of logs.
>
> Signed-off-by: Onkarnath <onkarnath.1@xxxxxxxxxxx>

I quick ripgrep tells me this is the only culprit in sched, so:

Reviewed-by: Valentin Schneider <vschneid@xxxxxxxxxx>