vlan: Fix typos in proc output string
authorFerenc Wagner <wferi@niif.hu>
Mon, 10 Nov 2008 21:37:40 +0000 (13:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Nov 2008 21:37:40 +0000 (13:37 -0800)
Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlanproc.c

index 0feefa4..3628e0a 100644 (file)
@@ -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];