Skip to content

Commit

Permalink
vlan: Fix typos in proc output string
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Wagner <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
wferi authored and davem330 committed Nov 10, 2008
1 parent ffaf4c7 commit 309f796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/8021q/vlanproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 309f796

Please sign in to comment.