]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/dsa/tag_gswip.c
Merge tag 'linux-cpupower-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / net / dsa / tag_gswip.c
index b678160bbd66e5992c7b7b28a819c25f6dd3ec50..408d4af390a0ee8bfd369790ca3428db7a79b156 100644 (file)
@@ -104,7 +104,7 @@ static struct sk_buff *gswip_tag_rcv(struct sk_buff *skb,
 }
 
 static const struct dsa_device_ops gswip_netdev_ops = {
-       .name = "gwsip",
+       .name = "gswip",
        .proto  = DSA_TAG_PROTO_GSWIP,
        .xmit = gswip_tag_xmit,
        .rcv = gswip_tag_rcv,