mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[NETFILTER] xt_hashlimit.c: fix typo
Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
60903f2c66
commit
9c2440bbe8
@ -745,7 +745,7 @@ static int __init xt_hashlimit_init(void)
|
||||
}
|
||||
hashlimit_procdir6 = proc_mkdir("ip6t_hashlimit", proc_net);
|
||||
if (!hashlimit_procdir6) {
|
||||
printk(KERN_ERR "xt_hashlimit: tnable to create proc dir "
|
||||
printk(KERN_ERR "xt_hashlimit: unable to create proc dir "
|
||||
"entry\n");
|
||||
goto err4;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user