1
0
Fork 0
forked from nuttx/nuttx-update

drivers/reset: fix typo retrun -> return

Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
chao an 2024-12-17 15:53:06 +08:00 committed by Xiang Xiao
parent f7ab66fa86
commit e7c5608f4a
3 changed files with 3 additions and 3 deletions

View file

@ -448,7 +448,7 @@ Improvements
* [#11197](https://github.com/apache/nuttx/pull/11197) igmp: call IFF_SET_IPv4 when igmp_send
* [#11384](https://github.com/apache/nuttx/pull/11384) ipv6: Fix source address with many addresses in same network
* [#11378](https://github.com/apache/nuttx/pull/11378) ipv6: Move xxx_ipv6multicast from arch to common code
* [#10894](https://github.com/apache/nuttx/pull/10894) netdb: When set a dns nameserver which already exists, retrun OK
* [#10894](https://github.com/apache/nuttx/pull/10894) netdb: When set a dns nameserver which already exists, return OK
* [#11076](https://github.com/apache/nuttx/pull/11076) netconfig: Enable SOCK_CLOEXEC for ioctl sockets
* [#11396](https://github.com/apache/nuttx/pull/11396) netdev: Modify the logic for setting the IFF_RUNNING status of interfaces.
* [#11110](https://github.com/apache/nuttx/pull/11110) Simplify getting value for different domain

View file

@ -431,7 +431,7 @@ reset_controller_get_by_name(FAR const char *name)
*
* Firstly, get a reset controller device from list, and then call
* reset_control_get_internal function by index, shared or acquired
* parameters retrun a reset control.
* parameters return a reset control.
*
* Input Parameters:
* name - The reset controller name

View file

@ -137,7 +137,7 @@ int reset_control_status(FAR struct reset_control *rstc);
*
* Firstly, get a reset controller device from list, and then call
* reset_control_get_internal function by index, shared or acquired
* parameters retrun a reset control.
* parameters return a reset control.
*
* Input Parameters:
* name - The reset controller name