diff mbox series

[net,2/3] net: dsa: tag_8021q: remove obsolete comment

Message ID 20200320000051.28548-3-olteanv@gmail.com
State Changes Requested
Delegated to: David Miller
Headers show
Series Bugfix, simplification and cleanup in DSA tag_8021q | expand

Commit Message

Vladimir Oltean March 20, 2020, midnight UTC
From: Vladimir Oltean <vladimir.oltean@nxp.com>

Since the commit mentioned below, the dsa_8021q_netdev_ops structure has
been removed, so the comment is no longer true. Remove it.

Fixes: 129bd7ca8ac0 ("net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocol")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
---
 net/dsa/tag_8021q.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/net/dsa/tag_8021q.c b/net/dsa/tag_8021q.c
index b97ad93d1c1a..0d51d4974826 100644
--- a/net/dsa/tag_8021q.c
+++ b/net/dsa/tag_8021q.c
@@ -2,9 +2,7 @@ 
 /* Copyright (c) 2019, Vladimir Oltean <olteanv@gmail.com>
  *
  * This module is not a complete tagger implementation. It only provides
- * primitives for taggers that rely on 802.1Q VLAN tags to use. The
- * dsa_8021q_netdev_ops is registered for API compliance and not used
- * directly by callers.
+ * primitives for taggers that rely on 802.1Q VLAN tags to use.
  */
 #include <linux/if_bridge.h>
 #include <linux/if_vlan.h>