Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b17876f authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

rtnetlink: fix comments



Fix spelling and references in rtnetlink.

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent efacb309
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -41,9 +41,11 @@ static inline int rtnl_msg_family(const struct nlmsghdr *nlh)
 *	@get_size: Function to calculate required room for dumping device
 *	@get_size: Function to calculate required room for dumping device
 *		   specific netlink attributes
 *		   specific netlink attributes
 *	@fill_info: Function to dump device specific netlink attributes
 *	@fill_info: Function to dump device specific netlink attributes
 *	@get_xstats_size: Function to calculate required room for dumping devic
 *	@get_xstats_size: Function to calculate required room for dumping device
 *			  specific statistics
 *			  specific statistics
 *	@fill_xstats: Function to dump device specific statistics
 *	@fill_xstats: Function to dump device specific statistics
 *	@get_tx_queues: Function to determine number of transmit queues to create when
 *		        creating a new device.
 */
 */
struct rtnl_link_ops {
struct rtnl_link_ops {
	struct list_head	list;
	struct list_head	list;
@@ -93,7 +95,7 @@ extern void rtnl_link_unregister(struct rtnl_link_ops *ops);
 * 	@fill_link_af: Function to fill IFLA_AF_SPEC with address family
 * 	@fill_link_af: Function to fill IFLA_AF_SPEC with address family
 * 		       specific netlink attributes.
 * 		       specific netlink attributes.
 * 	@get_link_af_size: Function to calculate size of address family specific
 * 	@get_link_af_size: Function to calculate size of address family specific
 * 			   netlink attributes exlusive the container attribute.
 * 			   netlink attributes.
 *	@validate_link_af: Validate a IFLA_AF_SPEC attribute, must check attr
 *	@validate_link_af: Validate a IFLA_AF_SPEC attribute, must check attr
 *			   for invalid configuration settings.
 *			   for invalid configuration settings.
 * 	@set_link_af: Function to parse a IFLA_AF_SPEC attribute and modify
 * 	@set_link_af: Function to parse a IFLA_AF_SPEC attribute and modify