linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"
@ 2019-04-18 10:39 Colin King
  2019-04-18 10:40 ` Mukesh Ojha
  2019-04-18 17:44 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2019-04-18 10:39 UTC (permalink / raw)
  To: David S . Miller, Alexey Kuznetsov, Hideaki YOSHIFUJI, netdev
  Cc: kernel-janitors, linux-kernel

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

There is a spelling mistake in a NL_SET_ERR_MSG_MOD error message,
fix it.

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

diff --git a/net/ipv6/addrlabel.c b/net/ipv6/addrlabel.c
index d43d076c98f5..1766325423b5 100644
--- a/net/ipv6/addrlabel.c
+++ b/net/ipv6/addrlabel.c
@@ -476,7 +476,7 @@ static int ip6addrlbl_valid_dump_req(const struct nlmsghdr *nlh,
 	}
 
 	if (nlmsg_attrlen(nlh, sizeof(*ifal))) {
-		NL_SET_ERR_MSG_MOD(extack, "Invalid data after header for address label dump requewst");
+		NL_SET_ERR_MSG_MOD(extack, "Invalid data after header for address label dump request");
 		return -EINVAL;
 	}
 
-- 
2.20.1


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

* Re: [PATCH] net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"
  2019-04-18 10:39 [PATCH] net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request" Colin King
@ 2019-04-18 10:40 ` Mukesh Ojha
  2019-04-18 17:44 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Mukesh Ojha @ 2019-04-18 10:40 UTC (permalink / raw)
  To: Colin King, David S . Miller, Alexey Kuznetsov,
	Hideaki YOSHIFUJI, netdev
  Cc: kernel-janitors, linux-kernel


On 4/18/2019 4:09 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a NL_SET_ERR_MSG_MOD error message,
> fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh
> ---
>   net/ipv6/addrlabel.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/ipv6/addrlabel.c b/net/ipv6/addrlabel.c
> index d43d076c98f5..1766325423b5 100644
> --- a/net/ipv6/addrlabel.c
> +++ b/net/ipv6/addrlabel.c
> @@ -476,7 +476,7 @@ static int ip6addrlbl_valid_dump_req(const struct nlmsghdr *nlh,
>   	}
>   
>   	if (nlmsg_attrlen(nlh, sizeof(*ifal))) {
> -		NL_SET_ERR_MSG_MOD(extack, "Invalid data after header for address label dump requewst");
> +		NL_SET_ERR_MSG_MOD(extack, "Invalid data after header for address label dump request");
>   		return -EINVAL;
>   	}
>   

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

* Re: [PATCH] net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"
  2019-04-18 10:39 [PATCH] net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request" Colin King
  2019-04-18 10:40 ` Mukesh Ojha
@ 2019-04-18 17:44 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-04-18 17:44 UTC (permalink / raw)
  To: colin.king; +Cc: kuznet, yoshfuji, netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Thu, 18 Apr 2019 11:39:18 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a NL_SET_ERR_MSG_MOD error 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:[~2019-04-18 17:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18 10:39 [PATCH] net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request" Colin King
2019-04-18 10:40 ` Mukesh Ojha
2019-04-18 17:44 ` 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).