[PATCH] tty: serial: fix help message for SERIAL_CPM

Arturs Artamonovs via B4 Relay posted 1 patch 2 weeks, 1 day ago
drivers/tty/serial/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] tty: serial: fix help message for SERIAL_CPM
Posted by Arturs Artamonovs via B4 Relay 2 weeks, 1 day ago
From: Arturs Artamonovs <Arturs.Artamonovs@analog.com>

Running checkpatch reported error extra whitespace at the
end of help message for SERIAL_CPM menu entry

Signed-off-by: Arturs Artamonovs <Arturs.Artamonovs@analog.com>
---
Running checkpath.pl on drivers/tty/serial reports error
Removing white space at the end of the line in Kconfig for SERIAL_CPM entry
---
 drivers/tty/serial/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 44427415a80d7da63a8f2328b1932bff48500974..ac690f5cfbfe870a0c7eed4dc974d6ec28bb2c5f 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -782,7 +782,7 @@ config SERIAL_CPM
 	depends on CPM2 || CPM1
 	select SERIAL_CORE
 	help
-	  This driver supports the SCC and SMC serial ports on Motorola 
+	  This driver supports the SCC and SMC serial ports on Motorola
 	  embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)
 
 config SERIAL_CPM_CONSOLE

---
base-commit: f83ec76bf285bea5727f478a68b894f5543ca76e
change-id: 20250915-tty-serial-kconfig-fix-47a502d90a12

Best regards,
-- 
Arturs Artamonovs <Arturs.Artamonovs@analog.com>