mtd: rawnand: Fix spelling mistake waifunc() -> waitfunc()
[sfrench/cifs-2.6.git] / include / linux / mtd / rawnand.h
index f8d4be9c587ac3e12b11a47bdfcdc823058ab705..5159d692f9ce5fc3c7b6979073b4e713d2a60b49 100644 (file)
@@ -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.