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

2021-08-30 Thread Tom Rini
On Thu, Aug 19, 2021 at 04:23:58PM -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 Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP

[PATCH] Kconfig: Use spaces not tabs in Kconfig entires

2021-08-19 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(-)