diff options
| author | Marek Vasut <[email protected]> | 2024-12-11 08:30:31 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2024-12-11 08:36:24 +0100 |
| commit | 5f97f5c7ed8fc4527759c14331cce01ab3287a5c (patch) | |
| tree | 86034e22a9918aaaa091089576dfbf2f80d8783a | |
| parent | 190c6d05e8987246bd2d77afc8cdfd3961257a01 (diff) | |
mtd: 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/mtd/Kconfig | 4 | ||||
| -rw-r--r-- | drivers/mtd/renesas_rpc_hf.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 3764e2567c1..e7ce8b9577b 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -194,11 +194,11 @@ config ALTERA_QSPI "Embedded Peripherals IP User Guide" of Altera. config RENESAS_RPC_HF - bool "Renesas RCar Gen3 RPC HyperFlash driver" + bool "Renesas R-Car Gen3 RPC HyperFlash driver" depends on RCAR_GEN3 && DM_MTD help This enables access to HyperFlash memory through the Renesas - RCar Gen3 RPC controller. + R-Car Gen3 RPC controller. config HBMC_AM654 bool "HyperBus controller driver for AM65x SoC" diff --git a/drivers/mtd/renesas_rpc_hf.c b/drivers/mtd/renesas_rpc_hf.c index 03545822b07..50a6191d9c2 100644 --- a/drivers/mtd/renesas_rpc_hf.c +++ b/drivers/mtd/renesas_rpc_hf.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Renesas RCar Gen3 RPC HyperFlash driver + * Renesas R-Car Gen3 RPC HyperFlash driver * * Copyright (C) 2016 Renesas Electronics Corporation * Copyright (C) 2016 Cogent Embedded, Inc. |
