]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 0feefa4e1a4b784b60daea32cde2e7a6aa83d0bc..3628e0a81b40f5e5cd3c4e1523923df2645287ca 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];