projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix typo in switch-core
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
switch
/
src
/
switch-core.c
diff --git
a/openwrt/target/linux/package/switch/src/switch-core.c
b/openwrt/target/linux/package/switch/src/switch-core.c
index
31a0250
..
5d4693c
100644
(file)
--- a/
openwrt/target/linux/package/switch/src/switch-core.c
+++ b/
openwrt/target/linux/package/switch/src/switch-core.c
@@
-445,7
+445,7
@@
static int __init switch_init()
static void __exit switch_exit()
{
- remove_proc_entry("
vlan
", NULL);
+ remove_proc_entry("
switch
", NULL);
}
MODULE_AUTHOR("Felix Fietkau <openwrt@nbd.name>");
This page took
0.019314 seconds
and
4
git commands to generate.