Skip to content

Commit 42bf459

Browse files
Md Sadre Alammiquelraynal
authored andcommitted
mtd: rawnand: Fix spelling mistake waifunc() -> waitfunc()
There is a spelling mistake in a chip->legacy.waifunc(). Fix it. Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230306144810.22078-1-quic_mdalam@quicinc.com
1 parent bcf09d7 commit 42bf459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/mtd/rawnand.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ static inline void nand_op_trace(const char *prefix,
10751075
* @exec_op: controller specific method to execute NAND operations.
10761076
* This method replaces chip->legacy.cmdfunc(),
10771077
* chip->legacy.{read,write}_{buf,byte,word}(),
1078-
* chip->legacy.dev_ready() and chip->legacy.waifunc().
1078+
* chip->legacy.dev_ready() and chip->legacy.waitfunc().
10791079
* @setup_interface: setup the data interface and timing. If chipnr is set to
10801080
* %NAND_DATA_IFACE_CHECK_ONLY this means the configuration
10811081
* should not be applied but only checked.

0 commit comments

Comments
 (0)