diff options
author | Md Sadre Alam <quic_mdalam@quicinc.com> | 2023-03-06 20:18:10 +0530 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2023-03-07 10:11:52 +0100 |
commit | 42bf4597b7da8d9e3bc6039260e5437902af925a (patch) | |
tree | d1f835c89f9818041c76fe97fd8580bac2ad7aed /include/linux/mtd | |
parent | bcf09d7e2ff435a5d587760170728c11773a4362 (diff) | |
download | linux-42bf4597b7da8d9e3bc6039260e5437902af925a.tar.gz linux-42bf4597b7da8d9e3bc6039260e5437902af925a.tar.bz2 linux-42bf4597b7da8d9e3bc6039260e5437902af925a.zip |
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
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/rawnand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h index f8d4be9c587a..5159d692f9ce 100644 --- a/include/linux/mtd/rawnand.h +++ b/include/linux/mtd/rawnand.h @@ -1075,7 +1075,7 @@ static inline void nand_op_trace(const char *prefix, * @exec_op: controller specific method to execute NAND operations. * This method replaces chip->legacy.cmdfunc(), * chip->legacy.{read,write}_{buf,byte,word}(), - * chip->legacy.dev_ready() and chip->legacy.waifunc(). + * chip->legacy.dev_ready() and chip->legacy.waitfunc(). * @setup_interface: setup the data interface and timing. If chipnr is set to * %NAND_DATA_IFACE_CHECK_ONLY this means the configuration * should not be applied but only checked. |