mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
net/: Trivial fix for a typo.
This commit is contained in:
@@ -272,7 +272,7 @@ static int devif_poll_ieee802154_connections(FAR struct net_driver_s *dev,
|
|||||||
|
|
||||||
return bstop;
|
return bstop;
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_NET_PKT */
|
#endif /* CONFIG_NET_IEEE802154 */
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: devif_poll_icmp
|
* Name: devif_poll_icmp
|
||||||
|
|||||||
@@ -377,10 +377,10 @@ static void ioctl_set_ipv6addr(FAR net_ipv6addr_t outaddr,
|
|||||||
* Perform IEEE802.15.4 network device specific operations.
|
* Perform IEEE802.15.4 network device specific operations.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* psock Socket structure
|
* psock - Socket structure
|
||||||
* dev Ethernet driver device structure
|
* dev - Ethernet driver device structure
|
||||||
* cmd The ioctl command
|
* cmd - The ioctl command
|
||||||
* req The argument of the ioctl cmd
|
* req - The argument of the ioctl cmd
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* >=0 on success (positive non-zero values are cmd-specific)
|
* >=0 on success (positive non-zero values are cmd-specific)
|
||||||
@@ -439,10 +439,10 @@ static int netdev_iee802154_ioctl(FAR struct socket *psock, int cmd,
|
|||||||
* Perform non-IEEE802.15.4 packet radio network device specific operations.
|
* Perform non-IEEE802.15.4 packet radio network device specific operations.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* psock Socket structure
|
* psock - Socket structure
|
||||||
* dev Ethernet driver device structure
|
* dev - Ethernet driver device structure
|
||||||
* cmd The ioctl command
|
* cmd - The ioctl command
|
||||||
* req The argument of the ioctl cmd
|
* req - The argument of the ioctl cmd
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* >=0 on success (positive non-zero values are cmd-specific)
|
* >=0 on success (positive non-zero values are cmd-specific)
|
||||||
|
|||||||
Reference in New Issue
Block a user