OSDN Git Service

net: microchip: sparx5: Correct the spelling of the keysets in debugfs
authorSteen Hegelund <steen.hegelund@microchip.com>
Tue, 7 Mar 2023 13:40:59 +0000 (14:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Mar 2023 13:19:43 +0000 (13:19 +0000)
Correct the name used in the debugfs output.

Signed-off-by: Steen Hegelund <steen.hegelund@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_debugfs.c

index 07b472c..12722f7 100644 (file)
@@ -198,7 +198,7 @@ static void sparx5_vcap_is2_port_keys(struct sparx5 *sparx5,
                        out->prf(out->dst, "ip6_std");
                        break;
                case VCAP_IS2_PS_IPV6_MC_IP4_TCP_UDP_OTHER:
-                       out->prf(out->dst, "ip4_tcp_udp ipv4_other");
+                       out->prf(out->dst, "ip4_tcp_udp ip4_other");
                        break;
                }
                out->prf(out->dst, "\n      ipv6_uc: ");