]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mtd: fix typos in drivers/mtd/Kconfig, drivers/mtd/renesas_rpc_hf.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 17 Sep 2020 16:07:44 +0000 (18:07 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 29 Sep 2020 17:18:31 +0000 (13:18 -0400)
Fix a typo

%s/interract/interact/

Use Samsung's capitalization of their trademarks

%s/onenand/OneNAND/
%s/Hyperflash/HyperFlash/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
[trini: Add other Hyperflash cases as noted by Stefan]
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/mtd/Kconfig
drivers/mtd/renesas_rpc_hf.c

index 348b43e653f988a233bb45cf73caa8f8eff379ef..ad50c5e870e7892de451943f6d6dfc2c48e20f17 100644 (file)
@@ -6,8 +6,8 @@ config MTD_PARTITIONS
 config MTD
        bool "Enable MTD layer"
        help
-         Enable the MTD stack, necessary to interract with NAND, NOR,
-         SPI-NOR, SPI-NAND, onenand, etc.
+         Enable the MTD stack, necessary to interact with NAND, NOR,
+         SPI-NOR, SPI-NAND, OneNAND, etc.
 
 config DM_MTD
        bool "Enable Driver Model for MTD drivers"
@@ -95,10 +95,10 @@ config FLASH_PIC32
          chips through PIC32 Non-Volatile-Memory Controller.
 
 config RENESAS_RPC_HF
-       bool "Renesas RCar Gen3 RPC Hyperflash driver"
+       bool "Renesas RCar Gen3 RPC HyperFlash driver"
        depends on RCAR_GEN3 && DM_MTD
        help
-         This enables access to Hyperflash memory through the Renesas
+         This enables access to HyperFlash memory through the Renesas
          RCar Gen3 RPC controller.
 
 config HBMC_AM654
index 65320c7ed98064f47b3f82f1c9dc054250e8d9c4..8a644ad9b384a2ff04bf70a4d853719d4ba28bcc 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Renesas RCar Gen3 RPC Hyperflash driver
+ * Renesas RCar Gen3 RPC HyperFlash driver
  *
  * Copyright (C) 2016 Renesas Electronics Corporation
  * Copyright (C) 2016 Cogent Embedded, Inc.