mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 12:34:19 +00:00
fix typo in switch-core
SVN-Revision: 3127
This commit is contained in:
parent
de65c016b4
commit
8d181b4022
@ -445,7 +445,7 @@ static int __init switch_init()
|
|||||||
|
|
||||||
static void __exit switch_exit()
|
static void __exit switch_exit()
|
||||||
{
|
{
|
||||||
remove_proc_entry("vlan", NULL);
|
remove_proc_entry("switch", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
MODULE_AUTHOR("Felix Fietkau <openwrt@nbd.name>");
|
MODULE_AUTHOR("Felix Fietkau <openwrt@nbd.name>");
|
||||||
|
Loading…
Reference in New Issue
Block a user