[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <877i7hyuf0.fsf@tac.ki.iif.hu>
Date: Thu, 06 Nov 2008 12:18:27 +0100
From: Ferenc Wagner <wferi@...f.hu>
To: netdev@...r.kernel.org
Subject: [PATCH] vlan: Fix typos in proc output string
Signed-off-by: Ferenc Wagner <wferi@...f.hu>
---
net/8021q/vlanproc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/8021q/vlanproc.c b/net/8021q/vlanproc.c
index 0feefa4..3628e0a 100644
--- a/net/8021q/vlanproc.c
+++ b/net/8021q/vlanproc.c
@@ -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];
--
1.5.6.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists