mirror of
https://github.com/apache/nuttx.git
synced 2026-03-24 07:35:07 +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:
|
||||
* priv - The rpmsg-blk handle
|
||||
* len - The got memroy size
|
||||
* len - The got memory size
|
||||
*
|
||||
* Returned Values:
|
||||
* NULL - failure
|
||||
|
||||
@@ -745,7 +745,7 @@ static int rpmsgdev_poll(FAR struct file *filep, FAR struct pollfd *fds,
|
||||
*
|
||||
* Parameters:
|
||||
* priv - The rpmsg-device handle
|
||||
* len - The got memroy size
|
||||
* len - The got memory size
|
||||
*
|
||||
* Returned Values:
|
||||
* NULL - failure
|
||||
|
||||
@@ -667,7 +667,7 @@ static int rpmsgmtd_ioctl(FAR struct mtd_dev_s *dev, int cmd,
|
||||
*
|
||||
* Parameters:
|
||||
* priv - The rpmsg-mtd handle
|
||||
* len - The got memroy size
|
||||
* len - The got memory size
|
||||
*
|
||||
* Returned Values:
|
||||
* NULL - failure
|
||||
|
||||
Reference in New Issue
Block a user