Skip to content

Commit

Permalink
spi: renesas: Fix R-Car spelling
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Marek Vasut committed Dec 11, 2024
1 parent b1c2886 commit 14655e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/spi/renesas_rpc_spi.c
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
*/
Expand Down

0 comments on commit 14655e6

Please sign in to comment.