diff --git a/net/dsa/tag_8021q.c b/net/dsa/tag_8021q.c index 01a427800797c5cc93c20df18b5892a09e3d2ccc..b5f80bc45cebd70cb2f3dc8ae2e8cfb3fa1bb63a 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_vlan.h> #include <linux/dsa/8021q.h>