Re: [PATCH 1/9] Kconfig: Use spaces not tabs in Kconfig entires

2021-08-31 Thread Tom Rini
On Sat, Aug 21, 2021 at 01:50:11PM -0400, Tom Rini wrote: > While the Kconfig language seems to accept either form of whitespace, we > use a space throughout the project, except in these spots. > > Signed-off-by: Tom Rini For the series, applied to u-boot/next, thanks! -- Tom signature.asc

[PATCH 1/9] Kconfig: Use spaces not tabs in Kconfig entires

2021-08-21 Thread Tom Rini
While the Kconfig language seems to accept either form of whitespace, we use a space throughout the project, except in these spots. Signed-off-by: Tom Rini --- arch/arm/mach-exynos/Kconfig | 2 +- board/freescale/mx6memcal/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)