mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
drivers/misc: fix typo memroy -> memory
Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
@@ -780,7 +780,7 @@ static int rpmsgblk_unlink(FAR struct inode *inode)
|
|||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
* priv - The rpmsg-blk handle
|
* priv - The rpmsg-blk handle
|
||||||
* len - The got memroy size
|
* len - The got memory size
|
||||||
*
|
*
|
||||||
* Returned Values:
|
* Returned Values:
|
||||||
* NULL - failure
|
* NULL - failure
|
||||||
|
|||||||
@@ -745,7 +745,7 @@ static int rpmsgdev_poll(FAR struct file *filep, FAR struct pollfd *fds,
|
|||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
* priv - The rpmsg-device handle
|
* priv - The rpmsg-device handle
|
||||||
* len - The got memroy size
|
* len - The got memory size
|
||||||
*
|
*
|
||||||
* Returned Values:
|
* Returned Values:
|
||||||
* NULL - failure
|
* NULL - failure
|
||||||
|
|||||||
@@ -667,7 +667,7 @@ static int rpmsgmtd_ioctl(FAR struct mtd_dev_s *dev, int cmd,
|
|||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
* priv - The rpmsg-mtd handle
|
* priv - The rpmsg-mtd handle
|
||||||
* len - The got memroy size
|
* len - The got memory size
|
||||||
*
|
*
|
||||||
* Returned Values:
|
* Returned Values:
|
||||||
* NULL - failure
|
* NULL - failure
|
||||||
|
|||||||
Reference in New Issue
Block a user