Commit ad322054 authored by Alexander Lobakin's avatar Alexander Lobakin Committed by David S. Miller
Browse files

net: dsa: tag_gswip: fix typo in tagger name



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

Fixes: 875138f8 ("dsa: Move tagger name into its ops structure")
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarAlexander Lobakin <alobakin@dlink.ru>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Acked-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 82d5d6a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,