mtd: nand: gpmi: fix typo in comment

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Thu Jul 13 10:59:18 PDT 2017


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=f82c3232d1906bc8754e0b33ce39d09d08cb60c3
Commit:     f82c3232d1906bc8754e0b33ce39d09d08cb60c3
Parent:     d816f6b6375901a5090018961c5ab631784538ea
Author:     Matthias Lange <matthias.lange at kernkonzept.com>
AuthorDate: Mon Jun 5 11:34:38 2017 +0200
Committer:  Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Sat Jun 10 12:09:28 2017 +0200

    mtd: nand: gpmi: fix typo in comment
    
    Signed-off-by: Matthias Lange <matthias.lange at kernkonzept.com>
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.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 57ff051..9778724 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);



More information about the linux-mtd-cvs mailing list