projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60903f2
)
[NETFILTER] xt_hashlimit.c: fix typo
author
Alexey Dobriyan
<adobriyan@openvz.org>
Tue, 2 Jan 2007 08:42:00 +0000
(
00:42
-0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 4 Jan 2007 02:38:12 +0000
(18:38 -0800)
Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/xt_hashlimit.c
patch
|
blob
|
history
diff --git
a/net/netfilter/xt_hashlimit.c
b/net/netfilter/xt_hashlimit.c
index a5a6e192ac2d07ae5fe188b81777b75e645f01cc..f28bf69d3d4270d835ffa279182377e90934bd95 100644
(file)
--- a/
net/netfilter/xt_hashlimit.c
+++ b/
net/netfilter/xt_hashlimit.c
@@
-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:
t
nable to create proc dir "
+ printk(KERN_ERR "xt_hashlimit:
u
nable to create proc dir "
"entry\n");
goto err4;
}