mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-18 10:34:24 +08:00
net: rds: fix spelling mistake "syctl" -> "sysctl"
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>
This commit is contained in:
parent
594725db0c
commit
d14a108d51
@ -551,7 +551,7 @@ static __net_init int rds_tcp_init_net(struct net *net)
|
|||||||
tbl = kmemdup(rds_tcp_sysctl_table,
|
tbl = kmemdup(rds_tcp_sysctl_table,
|
||||||
sizeof(rds_tcp_sysctl_table), GFP_KERNEL);
|
sizeof(rds_tcp_sysctl_table), GFP_KERNEL);
|
||||||
if (!tbl) {
|
if (!tbl) {
|
||||||
pr_warn("could not set allocate syctl table\n");
|
pr_warn("could not set allocate sysctl table\n");
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
rtn->ctl_table = tbl;
|
rtn->ctl_table = tbl;
|
||||||
|
Loading…
Reference in New Issue
Block a user