diff options
author | stephen hemminger <shemminger@vyatta.com> | 2012-04-10 14:32:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-13 13:32:39 -0400 |
commit | 9b17876f3e674a794a2d83aa47a9b356d36b7418 (patch) | |
tree | 21d8ccc7ec485ae7c7c9a45ebdfe8e3c0864d374 /include | |
parent | efacb309b50073a79ae604949a31509cd8b507ab (diff) |
rtnetlink: fix comments
Fix spelling and references in rtnetlink.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/rtnetlink.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/rtnetlink.h b/include/net/rtnetlink.h index 58243739212c..9b8250152c90 100644 --- a/include/net/rtnetlink.h +++ b/include/net/rtnetlink.h | |||
@@ -41,9 +41,11 @@ static inline int rtnl_msg_family(const struct nlmsghdr *nlh) | |||
41 | * @get_size: Function to calculate required room for dumping device | 41 | * @get_size: Function to calculate required room for dumping device |
42 | * specific netlink attributes | 42 | * specific netlink attributes |
43 | * @fill_info: Function to dump device specific netlink attributes | 43 | * @fill_info: Function to dump device specific netlink attributes |
44 | * @get_xstats_size: Function to calculate required room for dumping devic | 44 | * @get_xstats_size: Function to calculate required room for dumping device |
45 | * specific statistics | 45 | * specific statistics |
46 | * @fill_xstats: Function to dump device specific statistics | 46 | * @fill_xstats: Function to dump device specific statistics |
47 | * @get_tx_queues: Function to determine number of transmit queues to create when | ||
48 | * creating a new device. | ||
47 | */ | 49 | */ |
48 | struct rtnl_link_ops { | 50 | struct rtnl_link_ops { |
49 | struct list_head list; | 51 | struct list_head list; |
@@ -93,7 +95,7 @@ extern void rtnl_link_unregister(struct rtnl_link_ops *ops); | |||
93 | * @fill_link_af: Function to fill IFLA_AF_SPEC with address family | 95 | * @fill_link_af: Function to fill IFLA_AF_SPEC with address family |
94 | * specific netlink attributes. | 96 | * specific netlink attributes. |
95 | * @get_link_af_size: Function to calculate size of address family specific | 97 | * @get_link_af_size: Function to calculate size of address family specific |
96 | * netlink attributes exlusive the container attribute. | 98 | * netlink attributes. |
97 | * @validate_link_af: Validate a IFLA_AF_SPEC attribute, must check attr | 99 | * @validate_link_af: Validate a IFLA_AF_SPEC attribute, must check attr |
98 | * for invalid configuration settings. | 100 | * for invalid configuration settings. |
99 | * @set_link_af: Function to parse a IFLA_AF_SPEC attribute and modify | 101 | * @set_link_af: Function to parse a IFLA_AF_SPEC attribute and modify |