[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210517152758.lqwmborindqvavwo@maple.lan>
Date: Mon, 17 May 2021 16:27:58 +0100
From: Daniel Thompson <daniel.thompson@...aro.org>
To: Juerg Haefliger <juerg.haefliger@...onical.com>
Cc: lee.jones@...aro.org, jingoohan1@...il.com,
dri-devel@...ts.freedesktop.org, linux-fbdev@...r.kernel.org,
linux-kernel@...r.kernel.org, juergh@...onical.com
Subject: Re: [PATCH] backlight: Remove leading spaces in Kconfig
On Mon, May 17, 2021 at 11:58:39AM +0200, Juerg Haefliger wrote:
> Remove leading spaces before tabs in Kconfig file(s) by running the
> following command:
>
> $ find drivers/video/backlight -name 'Kconfig*' | \
> xargs sed -r -i 's/^[ ]+\t/\t/'
>
> Signed-off-by: Juerg Haefliger <juergh@...onical.com>
> ---
> drivers/video/backlight/Kconfig | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
> index d83c87b902c1..a967974f6cd6 100644
> --- a/drivers/video/backlight/Kconfig
> +++ b/drivers/video/backlight/Kconfig
> @@ -129,11 +129,11 @@ config LCD_HX8357
> driver.
>
> config LCD_OTM3225A
Whilst removing the unwanted spaces (two of them on each line) could we
also remove the two unwanted spaces from the config line as well.
Daniel.
> - tristate "ORISE Technology OTM3225A support"
> - depends on SPI
> - help
> - If you have a panel based on the OTM3225A controller
> - chip then say y to include a driver for it.
> + tristate "ORISE Technology OTM3225A support"
> + depends on SPI
> + help
> + If you have a panel based on the OTM3225A controller
> + chip then say y to include a driver for it.
>
> endif # LCD_CLASS_DEVICE
>
> --
> 2.27.0
>
Powered by blists - more mailing lists