All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 1/1] mtd: fix typos in drivers/mtd/Kconfig
Date: Mon, 21 Sep 2020 11:04:26 +0200	[thread overview]
Message-ID: <ffac7405-0c82-5bf0-5b60-606d5503c651@denx.de> (raw)
In-Reply-To: <20200917160744.16665-1-xypron.glpk@gmx.de>

On 17.09.20 18:07, Heinrich Schuchardt wrote:
> Fix a typo
> 
> %s/interract/interact/
> 
> Use Samsung's capitalization of their trademarks
> 
> %s/onenand/OneNAND/
> %s/Hyperflash/HyperFlash/

Please see nits below.

> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>   drivers/mtd/Kconfig | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
> index 348b43e653..a77425d242 100644
> --- a/drivers/mtd/Kconfig
> +++ b/drivers/mtd/Kconfig
> @@ -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"
> @@ -98,7 +98,7 @@ config RENESAS_RPC_HF
>   	bool "Renesas RCar Gen3 RPC Hyperflash driver"

Here as well? s/Hyperflash/HyperFlash ?

>   	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
> --
> 2.28.0
> 

Other than that:

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

  reply	other threads:[~2020-09-21  9:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 16:07 [PATCH 1/1] mtd: fix typos in drivers/mtd/Kconfig Heinrich Schuchardt
2020-09-21  9:04 ` Stefan Roese [this message]
2020-09-30 12:50 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ffac7405-0c82-5bf0-5b60-606d5503c651@denx.de \
    --to=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.