Commit 309f796f authored by Ferenc Wagner's avatar Ferenc Wagner Committed by David S. Miller

vlan: Fix typos in proc output string

Signed-off-by: default avatarFerenc Wagner <wferi@niif.hu>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ffaf4c76
......@@ -314,7 +314,7 @@ static int vlandev_seq_show(struct seq_file *seq, void *offset)
dev_info->ingress_priority_map[6],
dev_info->ingress_priority_map[7]);
seq_printf(seq, "EGRESSS priority Mappings: ");
seq_printf(seq, " EGRESS priority mappings: ");
for (i = 0; i < 16; i++) {
const struct vlan_priority_tci_mapping *mp
= dev_info->egress_priority_map[i];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment