All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] net: qrtr: fix spelling mistake "serivce" -> "service"
@ 2020-02-24 17:35 Colin King
  2020-02-24 23:41   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2020-02-24 17:35 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Manivannan Sadhasivam, netdev
  Cc: kernel-janitors, linux-kernel

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

There is a spelling mistake in a pr_err message. Fix it.

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

diff --git a/net/qrtr/ns.c b/net/qrtr/ns.c
index 67a4e59cdf4d..7bfde01f4e8a 100644
--- a/net/qrtr/ns.c
+++ b/net/qrtr/ns.c
@@ -150,7 +150,7 @@ static int service_announce_del(struct sockaddr_qrtr *dest,
 
 	ret = kernel_sendmsg(qrtr_ns.sock, &msg, &iv, 1, sizeof(pkt));
 	if (ret < 0)
-		pr_err("failed to announce del serivce\n");
+		pr_err("failed to announce del service\n");
 
 	return ret;
 }
-- 
2.25.0


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

* Re: [PATCH][next] net: qrtr: fix spelling mistake "serivce" -> "service"
  2020-02-24 17:35 [PATCH][next] net: qrtr: fix spelling mistake "serivce" -> "service" Colin King
@ 2020-02-24 23:41   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2020-02-24 23:41 UTC (permalink / raw)
  To: colin.king
  Cc: kuba, manivannan.sadhasivam, netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Mon, 24 Feb 2020 17:35:53 +0000

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

Applied.

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

* Re: [PATCH][next] net: qrtr: fix spelling mistake "serivce" -> "service"
@ 2020-02-24 23:41   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2020-02-24 23:41 UTC (permalink / raw)
  To: colin.king
  Cc: kuba, manivannan.sadhasivam, netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Mon, 24 Feb 2020 17:35:53 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a pr_err message. 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:[~2020-02-24 23:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24 17:35 [PATCH][next] net: qrtr: fix spelling mistake "serivce" -> "service" Colin King
2020-02-24 23:41 ` David Miller
2020-02-24 23:41   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.