Skip to content

Commit

Permalink
net: microchip: sparx5: Correct the spelling of the keysets in debugfs
Browse files Browse the repository at this point in the history
Correct the name used in the debugfs output.

Signed-off-by: Steen Hegelund <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
steen-hegelund-mchp authored and davem330 committed Mar 8, 2023
1 parent 7d8c489 commit fbd3dce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: ");
Expand Down

0 comments on commit fbd3dce

Please sign in to comment.