Re: [PATCH V2] rtla: Fix exit status when returning from calls to usage()

From: Daniel Bristot de Oliveira
Date: Mon Nov 07 2022 - 10:40:30 EST


On 11/7/22 15:43, John Kacur wrote:
> rtla_usage(), osnoise_usage() and timerlat_usage() all exit with an
> error status.
>
> However when these are called from help, they should exit with a
> non-error status.
>
> Fix this by passing the exit status to the functions.
>
> Note, although we remove the subsequent call to exit after calling
> usage, we leave it in at the end of a function to suppress the compiler
> warning "control reaches end of a non-void function".
>
> Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>

Acked-by: Daniel Bristot de Oliveira <bristot@xxxxxxxxxx>

Thanks!
-- Daniel