Skip to content

Commit

Permalink
mtd: nand: gpmi: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
  • Loading branch information
Matthias Lange authored and Boris Brezillon committed Jun 10, 2017
1 parent d816f6b commit f82c323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/gpmi-nand/gpmi-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f82c323

Please sign in to comment.