Re: [PATCH 1/1] sysctl: remove trailing spaces and tabs

From: Kees Cook
Date: Tue Jun 08 2021 - 13:37:51 EST


On Tue, Jun 08, 2021 at 03:57:00PM +0800, Zhen Lei wrote:
> Run the following command to find and remove the trailing spaces and tabs:
>
> sed -r -i 's/[ \t]+$//' kernel/sysctl*
>
> Signed-off-by: Zhen Lei <thunder.leizhen@xxxxxxxxxx>

Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>

--
Kees Cook