Skip to content

Commit

Permalink
net: rds: fix spelling mistake "syctl" -> "sysctl"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a pr_warn warning. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Colin Ian King authored and davem330 committed May 5, 2019
1 parent 594725d commit d14a108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rds/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 sysctl table\n");
return -ENOMEM;
}
rtn->ctl_table = tbl;
Expand Down

0 comments on commit d14a108

Please sign in to comment.