drivers/misc: fix typo memroy -> memory
Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
parent
33d717d3a0
commit
74e6d0e8bf
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue