Skip to content

Commit f82c323

Browse files
icedielerBoris Brezillon
authored andcommitted
mtd: nand: gpmi: fix typo in comment
Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
1 parent d816f6b commit f82c323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/nand/gpmi-nand/gpmi-lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ static int enable_edo_mode(struct gpmi_nand_data *this, int mode)
932932

933933
nand->select_chip(mtd, 0);
934934

935-
/* [1] send SET FEATURE commond to NAND */
935+
/* [1] send SET FEATURE command to NAND */
936936
feature[0] = mode;
937937
ret = nand->onfi_set_features(mtd, nand,
938938
ONFI_FEATURE_ADDR_TIMING_MODE, feature);

0 commit comments

Comments
 (0)