Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: dsa: tag_gswip: fix typo in tagger name

The correct name is GSWIP (Gigabit Switch IP). Typo was introduced in
875138f81d71a ("dsa: Move tagger name into its ops structure") while
moving tagger names to their structures.

Fixes: 875138f81d71a ("dsa: Move tagger name into its ops structure")
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Alexander Lobakin <alobakin@dlink.ru>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Alexander Lobakin and committed by
David S. Miller
ad322054 82d5d6a6

+1 -1
+1 -1
net/dsa/tag_gswip.c
··· 104 104 } 105 105 106 106 static const struct dsa_device_ops gswip_netdev_ops = { 107 - .name = "gwsip", 107 + .name = "gswip", 108 108 .proto = DSA_TAG_PROTO_GSWIP, 109 109 .xmit = gswip_tag_xmit, 110 110 .rcv = gswip_tag_rcv,