Re: [PATCH][next] smpboot: remove inline from __always_inline'd function idle_init

From: Valentin Schneider
Date: Thu Jul 15 2021 - 12:53:45 EST


On 15/07/21 17:40, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Declaring a idle_init as inline when it is __always_inline is redundant
> so this can be removed. Also swap the order of __always_inline and void
> to match the more usual coding style.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Reviewed-by: Valentin Schneider <valentin.schneider@xxxxxxx>