]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
spi: renesas: Fix R-Car spelling
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 11 Dec 2024 07:30:36 +0000 (08:30 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 11 Dec 2024 07:36:24 +0000 (08:36 +0100)
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 <marek.vasut+renesas@mailbox.org>
drivers/spi/Kconfig
drivers/spi/renesas_rpc_spi.c

index fd5cb3694f67c6a46c54d7644f00a88603aa20e6..96ea033082b590e577c9a05f9b181aa3d2d46e8c 100644 (file)
@@ -420,7 +420,7 @@ config RENESAS_RPC_SPI
        imply SPI_FLASH_SFDP_SUPPORT
        help
          Enable the Renesas RPC SPI driver, used to access SPI NOR flash
-         on Renesas RCar Gen3 SoCs. This uses driver model and requires a
+         on Renesas R-Car Gen3 SoCs. This uses driver model and requires a
          device tree binding to operate.
 
 config ROCKCHIP_SFC
index f1e6f9f4e011023ee06d9a1ab249ba1819f5ef4b..7103d786c7e1ec26be680355f235a408b10f15f3 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * Renesas RCar Gen3 RPC QSPI driver
+ * Renesas R-Car Gen3 RPC QSPI driver
  *
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */