]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
pci: renesas: Fix R-Car spelling
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 11 Dec 2024 07:30:32 +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/pci/Kconfig
drivers/pci/pci-rcar-gen2.c
drivers/pci/pci-rcar-gen3.c

index 876a5fa57eed2be1bd1ebbc5466007d9764f5eff..41901433e8cf8fdd712a9685a4dda02d3d010947 100644 (file)
@@ -189,19 +189,19 @@ config PCI_MSC01
        depends on TARGET_MALTA
 
 config PCI_RCAR_GEN2
-       bool "Renesas RCar Gen2 PCIe driver"
+       bool "Renesas R-Car Gen2 PCIe driver"
        depends on RCAR_32
        help
          Say Y here if you want to enable PCIe controller support on
-         Renesas RCar Gen2 SoCs. The PCIe controller on RCar Gen2 is
+         Renesas R-Car Gen2 SoCs. The PCIe controller on R-Car Gen2 is
          also used to access EHCI USB controller on the SoC.
 
 config PCI_RCAR_GEN3
-       bool "Renesas RCar Gen3 PCIe driver"
+       bool "Renesas R-Car Gen3 PCIe driver"
        depends on RCAR_GEN3
        help
          Say Y here if you want to enable PCIe controller support on
-         Renesas RCar Gen3 SoCs.
+         Renesas R-Car Gen3 SoCs.
 
 config PCI_SANDBOX
        bool "Sandbox PCI support"
index 12c31e74087f1db843934d5cef18f29c2ed9a74d..08d5c4fbb8b6f8241e95e819980b8936372abd71 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Renesas RCar Gen2 PCIEC driver
+ * Renesas R-Car Gen2 PCIEC driver
  *
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
index 76878246f1e02b20d28a9fcbd6fc8d274d6fb0fc..d4b4037ce1913429a84a5395df57b644cb8459e6 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Renesas RCar Gen3 PCIEC driver
+ * Renesas R-Car Gen3 PCIEC driver
  *
  * Copyright (C) 2018-2019 Marek Vasut <marek.vasut@gmail.com>
  *