diff mbox

staging: mt29f_spinand: Fix typo in Kconfig

Message ID 1421318844-18203-1-git-send-email-standby24x7@gmail.com
State Not Applicable
Headers show

Commit Message

Masanari Iida Jan. 15, 2015, 10:47 a.m. UTC
This patch fix a spelling typo in Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/staging/mt29f_spinand/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Brian Norris Jan. 20, 2015, 8:34 p.m. UTC | #1
On Thu, Jan 15, 2015 at 07:47:24PM +0900, Masanari Iida wrote:
> This patch fix a spelling typo in Kconfig.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Acked-by: Brian Norris <computersforpeace@gmail.com>

Greg, do you take these patches, or should they go through me?

FWIW, we have high hopes to kill and replace this driver soon, as there
have been some better spi-nand patches floating around linux-mtd.

> ---
>  drivers/staging/mt29f_spinand/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/mt29f_spinand/Kconfig b/drivers/staging/mt29f_spinand/Kconfig
> index 4031748..f3f9cb3 100644
> --- a/drivers/staging/mt29f_spinand/Kconfig
> +++ b/drivers/staging/mt29f_spinand/Kconfig
> @@ -12,5 +12,5 @@ config MTD_SPINAND_ONDIEECC
>  	bool "Use SPINAND internal ECC"
>  	depends on MTD_SPINAND_MT29F
>  	help
> -	  Internel ECC.
> +	  Internal ECC.
>  	  Enables Hardware ECC support for Micron SPI NAND.

Brian
gregkh@linuxfoundation.org Jan. 20, 2015, 9:19 p.m. UTC | #2
On Tue, Jan 20, 2015 at 12:34:43PM -0800, Brian Norris wrote:
> On Thu, Jan 15, 2015 at 07:47:24PM +0900, Masanari Iida wrote:
> > This patch fix a spelling typo in Kconfig.
> > 
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> 
> Acked-by: Brian Norris <computersforpeace@gmail.com>
> 
> Greg, do you take these patches, or should they go through me?

I can take them directly, and add your ack.  No need for you to do
anything else here, thanks.

> FWIW, we have high hopes to kill and replace this driver soon, as there
> have been some better spi-nand patches floating around linux-mtd.

Wonderful, let me know when you want me to delete these, I like deleting
code :)

thanks,

greg k-h
diff mbox

Patch

diff --git a/drivers/staging/mt29f_spinand/Kconfig b/drivers/staging/mt29f_spinand/Kconfig
index 4031748..f3f9cb3 100644
--- a/drivers/staging/mt29f_spinand/Kconfig
+++ b/drivers/staging/mt29f_spinand/Kconfig
@@ -12,5 +12,5 @@  config MTD_SPINAND_ONDIEECC
 	bool "Use SPINAND internal ECC"
 	depends on MTD_SPINAND_MT29F
 	help
-	  Internel ECC.
+	  Internal ECC.
 	  Enables Hardware ECC support for Micron SPI NAND.