Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f82c3232 authored by Matthias Lange's avatar Matthias Lange Committed by Boris Brezillon
Browse files

mtd: nand: gpmi: fix typo in comment

parent d816f6b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);