projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f24c6
)
net: dsa: tag_8021q: remove old comment regarding dsa_8021q_netdev_ops
author
Vladimir Oltean
<vladimir.oltean@nxp.com>
Thu, 18 Aug 2022 14:38:08 +0000
(17:38 +0300)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 23 Aug 2022 01:11:58 +0000
(18:11 -0700)
Since commit
129bd7ca8ac0
("net: dsa: Prevent usage of NET_DSA_TAG_8021Q
as tagging protocol"), dsa_8021q_netdev_ops no longer exists, so remove
the comment that talks about it.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link:
https://lore.kernel.org/r/20220818143808.2808393-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/dsa/tag_8021q.c
patch
|
blob
|
history
diff --git
a/net/dsa/tag_8021q.c
b/net/dsa/tag_8021q.c
index 01a427800797c5cc93c20df18b5892a09e3d2ccc..b5f80bc45cebd70cb2f3dc8ae2e8cfb3fa1bb63a 100644
(file)
--- 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_vlan.h>
#include <linux/dsa/8021q.h>