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:
959b182
)
ipvs: fix spelling mistake "to" -> "too"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 23 Jan 2020 00:43:28 +0000
(
00:43
+0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 24 Jan 2020 07:12:06 +0000
(08:12 +0100)
There is a spelling mistake in a IP_VS_ERR_RL message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/ipvs/ip_vs_sync.c
patch
|
blob
|
history
diff --git
a/net/netfilter/ipvs/ip_vs_sync.c
b/net/netfilter/ipvs/ip_vs_sync.c
index 8dc892a9dc91a9bbd0b11bf53c3da506de548fd2..605e0f68f8bd30a44b686bbbb6d625be79c23247 100644
(file)
--- a/
net/netfilter/ipvs/ip_vs_sync.c
+++ b/
net/netfilter/ipvs/ip_vs_sync.c
@@
-1239,7
+1239,7
@@
static void ip_vs_process_message(struct netns_ipvs *ipvs, __u8 *buffer,
p = msg_end;
if (p + sizeof(s->v4) > buffer+buflen) {
- IP_VS_ERR_RL("BACKUP, Dropping buffer, to small\n");
+ IP_VS_ERR_RL("BACKUP, Dropping buffer, to
o
small\n");
return;
}
s = (union ip_vs_sync_conn *)p;