projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
594725d
)
net: rds: fix spelling mistake "syctl" -> "sysctl"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 3 May 2019 12:10:17 +0000
(13:10 +0100)
committer
David S. Miller
<davem@davemloft.net>
Sun, 5 May 2019 17:19:43 +0000
(10:19 -0700)
There is a spelling mistake in a pr_warn warning. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/tcp.c
patch
|
blob
|
blame
|
history
diff --git
a/net/rds/tcp.c
b/net/rds/tcp.c
index faf726e00e27c75b11721dbc55518ca60bdf00a6..66121bc6f34efe44d66c2940a35f8e1fae274682 100644
(file)
--- a/
net/rds/tcp.c
+++ b/
net/rds/tcp.c
@@
-551,7
+551,7
@@
static __net_init int rds_tcp_init_net(struct net *net)
tbl = kmemdup(rds_tcp_sysctl_table,
sizeof(rds_tcp_sysctl_table), GFP_KERNEL);
if (!tbl) {
- pr_warn("could not set allocate syctl table\n");
+ pr_warn("could not set allocate sy
s
ctl table\n");
return -ENOMEM;
}
rtn->ctl_table = tbl;