diff options
| author | Marek Vasut <[email protected]> | 2024-12-11 08:30:35 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2024-12-11 08:36:24 +0100 |
| commit | b1c2886cf2ac34d76795500018fba79adef91b1d (patch) | |
| tree | d3d767d1afa32222822cb4010db4787f913abbdf | |
| parent | 4380b31e406bdbd49371a003cac92432486a7c2e (diff) | |
serial: renesas: Fix R-Car spelling
The correct spelling is R-Car, including the dash, update the usage.
Kconfig strings and comment changes only, no functional change.
Signed-off-by: Marek Vasut <[email protected]>
| -rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 8b27ad9a77e..c4f4a8d78df 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -920,7 +920,7 @@ config SCIF_CONSOLE depends on SH || ARCH_RENESAS help Select this to enable Renesas SCIF UART. To operate serial ports - on systems with RCar or SH SoCs, say Y to this option. If unsure, + on systems with R-Car or SH SoCs, say Y to this option. If unsure, say N. choice |
