mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
net/netlink: Fix cosmetic issues, mostly typo fixes.
This commit is contained in:
@@ -71,19 +71,15 @@
|
||||
|
||||
/* RTM_NEWNEIGH, RTM_DELNEIGH, RTM_GETNEIGH
|
||||
* Add, remove or receive information about a neighbor table entry (e.g.,
|
||||
* an ARP entry). The message contains an ndmsg structure.
|
||||
* an ARP entry). The message contains an 'ndmsg' structure.
|
||||
*/
|
||||
|
||||
struct nlroute_sendto_request_s
|
||||
{
|
||||
struct nlmsghdr hdr;
|
||||
struct ndmsg msg;
|
||||
uint8_t data[1];
|
||||
};
|
||||
|
||||
#define SIZEOF_NLROUTE_SENDTO_REQUEST_S(n) \
|
||||
(sizeof(struct nlroute_sendto_request_s) + (n) - 1)
|
||||
|
||||
struct nlroute_recvfrom_response_s
|
||||
{
|
||||
struct nlmsghdr hdr;
|
||||
|
||||
Reference in New Issue
Block a user