linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: rds: fix spelling mistake "syctl" -> "sysctl"
@ 2019-05-03 12:10 Colin King
  2019-05-03 17:05 ` Santosh Shilimkar
  2019-05-05 17:19 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2019-05-03 12:10 UTC (permalink / raw)
  To: Santosh Shilimkar, David S . Miller, netdev, linux-rdma, rds-devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 net/rds/tcp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/rds/tcp.c b/net/rds/tcp.c
index faf726e00e27..66121bc6f34e 100644
--- 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 sysctl table\n");
 			return -ENOMEM;
 		}
 		rtn->ctl_table = tbl;
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: rds: fix spelling mistake "syctl" -> "sysctl"
  2019-05-03 12:10 [PATCH] net: rds: fix spelling mistake "syctl" -> "sysctl" Colin King
@ 2019-05-03 17:05 ` Santosh Shilimkar
  2019-05-05 17:19 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Santosh Shilimkar @ 2019-05-03 17:05 UTC (permalink / raw)
  To: Colin King, David S . Miller, netdev, linux-rdma, rds-devel
  Cc: kernel-janitors, linux-kernel

On 5/3/2019 5:10 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> 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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: rds: fix spelling mistake "syctl" -> "sysctl"
  2019-05-03 12:10 [PATCH] net: rds: fix spelling mistake "syctl" -> "sysctl" Colin King
  2019-05-03 17:05 ` Santosh Shilimkar
@ 2019-05-05 17:19 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-05-05 17:19 UTC (permalink / raw)
  To: colin.king
  Cc: santosh.shilimkar, netdev, linux-rdma, rds-devel,
	kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Fri,  3 May 2019 13:10:17 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a pr_warn warning. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-05 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-03 12:10 [PATCH] net: rds: fix spelling mistake "syctl" -> "sysctl" Colin King
2019-05-03 17:05 ` Santosh Shilimkar
2019-05-05 17:19 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).