projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffaf4c7
)
vlan: Fix typos in proc output string
author
Ferenc Wagner
<wferi@niif.hu>
Mon, 10 Nov 2008 21:37:40 +0000
(13:37 -0800)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/net/8021q/vlanproc.c
b/net/8021q/vlanproc.c
index 0feefa4e1a4b784b60daea32cde2e7a6aa83d0bc..3628e0a81b40f5e5cd3c4e1523923df2645287ca 100644
(file)
--- 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 M
appings: ");
+ seq_printf(seq, "
EGRESS priority m
appings: ");
for (i = 0; i < 16; i++) {
const struct vlan_priority_tci_mapping *mp
= dev_info->egress_priority_map[i];