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