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

From: Arturs Artamonovs via B4 Relay
Date: Tue Sep 16 2025 - 11:57:44 EST


From: Arturs Artamonovs <Arturs.Artamonovs@xxxxxxxxxx>

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

Signed-off-by: Arturs Artamonovs <Arturs.Artamonovs@xxxxxxxxxx>
---
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@xxxxxxxxxx>