diff mbox

Fix typo in comment.

Message ID ed4d18bf-a18a-ea5c-5fc0-79a60fb3f2ee@kernkonzept.com
State Changes Requested
Headers show

Commit Message

Matthias Lange May 31, 2017, 3:07 p.m. UTC
Hi Boris,

please consider the new version of the commit.

Best,
Matthias.


On 05/31/2017 11:22 AM, Boris Brezillon wrote:
> Hi Mattias,
> 
> On Tue, 30 May 2017 09:41:31 +0200
> Matthias Lange <matthias.lange@kernkonzept.com> wrote:
> 
> Commit title should be prefixed with "mtd: nand: gpmi: ".
> 
>> Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
>> ---
>>  drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
>> index 141bd70..41f53ae 100644
>> --- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
>> +++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
>> @@ -932,7 +932,7 @@ static int enable_edo_mode(struct gpmi_nand_data *this, int mode)
>>  
>>  	nand->select_chip(mtd, 0);
>>  
>> -	/* [1] send SET FEATURE commond to NAND */
>> +	/* [1] send SET FEATURE command to NAND */
>>  	feature[0] = mode;
>>  	ret = nand->onfi_set_features(mtd, nand,
>>  				ONFI_FEATURE_ADDR_TIMING_MODE, feature);

Comments

Boris Brezillon June 2, 2017, 7:23 a.m. UTC | #1
On Wed, 31 May 2017 17:07:54 +0200
Matthias Lange <matthias.lange@kernkonzept.com> wrote:

> Hi Boris,
> 
> please consider the new version of the commit.

Can you send the patch you've put in attachment using git send-email
and Cc all relevant maintainers?

> 
> Best,
> Matthias.
> 
> 
> On 05/31/2017 11:22 AM, Boris Brezillon wrote:
> > Hi Mattias,
> > 
> > On Tue, 30 May 2017 09:41:31 +0200
> > Matthias Lange <matthias.lange@kernkonzept.com> wrote:
> > 
> > Commit title should be prefixed with "mtd: nand: gpmi: ".
> >   
> >> Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
> >> ---
> >>  drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> >> index 141bd70..41f53ae 100644
> >> --- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> >> +++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> >> @@ -932,7 +932,7 @@ static int enable_edo_mode(struct gpmi_nand_data *this, int mode)
> >>  
> >>  	nand->select_chip(mtd, 0);
> >>  
> >> -	/* [1] send SET FEATURE commond to NAND */
> >> +	/* [1] send SET FEATURE command to NAND */
> >>  	feature[0] = mode;
> >>  	ret = nand->onfi_set_features(mtd, nand,
> >>  				ONFI_FEATURE_ADDR_TIMING_MODE, feature);
diff mbox

Patch

From 09b2ba7b74617888376e1e8022b1e68d022473a9 Mon Sep 17 00:00:00 2001
From: Matthias Lange <matthias.lange@kernkonzept.com>
Date: Tue, 30 May 2017 09:35:03 +0200
Subject: [PATCH] mtd: nand: gpmi: fix typo in comment

Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
---
 drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
index 141bd70..41f53ae 100644
--- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
+++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
@@ -932,7 +932,7 @@  static int enable_edo_mode(struct gpmi_nand_data *this, int mode)
 
 	nand->select_chip(mtd, 0);
 
-	/* [1] send SET FEATURE commond to NAND */
+	/* [1] send SET FEATURE command to NAND */
 	feature[0] = mode;
 	ret = nand->onfi_set_features(mtd, nand,
 				ONFI_FEATURE_ADDR_TIMING_MODE, feature);
-- 
2.7.4