Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Matthias Lange and committed by
Boris Brezillon
f82c3232 d816f6b6

+1 -1
+1 -1
drivers/mtd/nand/gpmi-nand/gpmi-lib.c
··· 932 932 933 933 nand->select_chip(mtd, 0); 934 934 935 - /* [1] send SET FEATURE commond to NAND */ 935 + /* [1] send SET FEATURE command to NAND */ 936 936 feature[0] = mode; 937 937 ret = nand->onfi_set_features(mtd, nand, 938 938 ONFI_FEATURE_ADDR_TIMING_MODE, feature);