diff options
author | WangYuli <wangyuli@uniontech.com> | 2025-03-10 12:56:36 +0800 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-03-14 10:53:54 +0000 |
commit | c9fe785857fdfc780d49b60b5bb77ca21a51411b (patch) | |
tree | b94eb84143b5bfafa2fc135cb1313147ac638bad | |
parent | d1ebaf003a065d5d337b8fa3d69f9b90d7bb759d (diff) |
backlight: tdo24m: Eliminate redundant whitespace
The description for CONFIG_LCD_TDO24M has redundant whitespace.
Trim it to keep the code tidy.
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Link: https://lore.kernel.org/r/8FC39A4DC2529591+20250310045636.14329-1-wangyuli@uniontech.com
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | drivers/video/backlight/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index cee113bba30f..6e40262e3110 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -70,7 +70,7 @@ config LCD_ILI9320 then say y to include a power driver for it. config LCD_TDO24M - tristate "Toppoly TDO24M and TDO35S LCD Panels support" + tristate "Toppoly TDO24M and TDO35S LCD Panels support" depends on SPI_MASTER help If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to |