mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +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
|
||||||
|
|||||||
@@ -356,7 +356,7 @@ static void ioctl_set_ipv4addr(FAR in_addr_t *outaddr,
|
|||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* outaddr - Pointer to the source IP address in the device structure.
|
* outaddr - Pointer to the source IP address in the device structure.
|
||||||
* inaddr - Pointer to the user-provided memory to containing the new IP
|
* inaddr - Pointer to the user-provided memory to containing the new IP
|
||||||
* address.
|
* address.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
@@ -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