* [PATCH] Corrected the comment describing the ndo operations to reflect the actual prototype for couple of operations
@ 2015-01-12 9:16 B Viswanath
2015-01-13 19:04 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: B Viswanath @ 2015-01-12 9:16 UTC (permalink / raw)
To: netdev; +Cc: B Viswanath
Corrected the comment describing the ndo operations to
reflect the actual prototype for couple of operations
Signed-off-by: B Viswanath <marichika4@gmail.com>
---
include/linux/netdevice.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 679e6e9..7f794db 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -852,11 +852,11 @@ typedef u16 (*select_queue_fallback_t)(struct net_device *dev,
* 3. Update dev->stats asynchronously and atomically, and define
* neither operation.
*
- * int (*ndo_vlan_rx_add_vid)(struct net_device *dev, __be16 proto, u16t vid);
+ * int (*ndo_vlan_rx_add_vid)(struct net_device *dev, __be16 proto, u16 vid);
* If device support VLAN filtering this function is called when a
* VLAN id is registered.
*
- * int (*ndo_vlan_rx_kill_vid)(struct net_device *dev, unsigned short vid);
+ * int (*ndo_vlan_rx_kill_vid)(struct net_device *dev, __be16 proto, u16 vid);
* If device support VLAN filtering this function is called when a
* VLAN id is unregistered.
*
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Corrected the comment describing the ndo operations to reflect the actual prototype for couple of operations
2015-01-12 9:16 [PATCH] Corrected the comment describing the ndo operations to reflect the actual prototype for couple of operations B Viswanath
@ 2015-01-13 19:04 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-01-13 19:04 UTC (permalink / raw)
To: marichika4; +Cc: netdev
From: B Viswanath <marichika4@gmail.com>
Date: Mon, 12 Jan 2015 14:46:25 +0530
> Corrected the comment describing the ndo operations to
> reflect the actual prototype for couple of operations
>
> Signed-off-by: B Viswanath <marichika4@gmail.com>
Applied, thanks.
Please in the future put proper subsystem prefixes in your Subject lines,
in this case it should have been "[PATCH] net: Corrected ..."
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-13 19:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-12 9:16 [PATCH] Corrected the comment describing the ndo operations to reflect the actual prototype for couple of operations B Viswanath
2015-01-13 19:04 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).