Re: [PATCH] ARM: OMAP1: Remove leading spaces in Kconfig

From: Tony Lindgren
Date: Fri May 21 2021 - 05:13:16 EST


* Juerg Haefliger <juerg.haefliger@xxxxxxxxxxxxx> [210517 12:58]:
> Remove leading spaces before tabs in Kconfig file(s) by running the
> following command:
>
> $ find arch/arm/mach-omap1 -name 'Kconfig*' | \
> xargs sed -r -i 's/^[ ]+\t/\t/'

Thanks applying into omap-for-v5.14/cleanup.

Tony