Commit d14a108d authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

net: rds: fix spelling mistake "syctl" -> "sysctl"



There is a spelling mistake in a pr_warn warning. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarSantosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 594725db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;