[PATCH v3 1/2] rtc: Kconfig: Fix typo in help message of rx 6110

From: Claudius Heine
Date: Tue Nov 17 2020 - 07:18:58 EST


The help message in the Kconfig for the RX-6110 erronously stated
RX-6610.

Signed-off-by: Claudius Heine <ch@xxxxxxx>
---
drivers/rtc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 65ad9d0b47ab..f74c7aad126a 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -821,7 +821,7 @@ config RTC_DRV_RX6110
tristate "Epson RX-6110"
select REGMAP_SPI
help
- If you say yes here you will get support for the Epson RX-6610.
+ If you say yes here you will get support for the Epson RX-6110.

This driver can also be built as a module. If so the module
will be called rtc-rx6110.
--
2.20.1