Skip to content

Commit ad32205

Browse files
solbjorndavem330
authored andcommitted
net: dsa: tag_gswip: fix typo in tagger name
The correct name is GSWIP (Gigabit Switch IP). Typo was introduced in 875138f ("dsa: Move tagger name into its ops structure") while moving tagger names to their structures. Fixes: 875138f ("dsa: Move tagger name into its ops structure") Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Alexander Lobakin <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Acked-by: Hauke Mehrtens <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 82d5d6a commit ad32205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/dsa/tag_gswip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static struct sk_buff *gswip_tag_rcv(struct sk_buff *skb,
104104
}
105105

106106
static const struct dsa_device_ops gswip_netdev_ops = {
107-
.name = "gwsip",
107+
.name = "gswip",
108108
.proto = DSA_TAG_PROTO_GSWIP,
109109
.xmit = gswip_tag_xmit,
110110
.rcv = gswip_tag_rcv,

0 commit comments

Comments
 (0)