linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] lib/test_rhashtable: fix spelling mistake "existant" -> "existent"
@ 2019-02-17 22:52 Colin King
  2019-02-18 10:23 ` Herbert Xu
  2019-02-21 21:09 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2019-02-17 22:52 UTC (permalink / raw)
  To: Thomas Graf, Herbert Xu, netdev; +Cc: kernel-janitors, linux-kernel

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

There are spelling mistakes in warning macro messages. Fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 lib/test_rhashtable.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/test_rhashtable.c b/lib/test_rhashtable.c
index e52f8cafe227..2c0c53a99734 100644
--- a/lib/test_rhashtable.c
+++ b/lib/test_rhashtable.c
@@ -395,7 +395,7 @@ static int __init test_rhltable(unsigned int entries)
 			if (WARN(err, "cannot remove element at slot %d", i))
 				continue;
 		} else {
-			if (WARN(err != -ENOENT, "removed non-existant element %d, error %d not %d",
+			if (WARN(err != -ENOENT, "removed non-existent element %d, error %d not %d",
 			     i, err, -ENOENT))
 				continue;
 		}
@@ -440,7 +440,7 @@ static int __init test_rhltable(unsigned int entries)
 			if (WARN(err, "cannot remove element at slot %d", i))
 				continue;
 		} else {
-			if (WARN(err != -ENOENT, "removed non-existant element, error %d not %d",
+			if (WARN(err != -ENOENT, "removed non-existent element, error %d not %d",
 				 err, -ENOENT))
 			continue;
 		}
-- 
2.20.1


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

* Re: [PATCH] lib/test_rhashtable: fix spelling mistake "existant" -> "existent"
  2019-02-17 22:52 [PATCH] lib/test_rhashtable: fix spelling mistake "existant" -> "existent" Colin King
@ 2019-02-18 10:23 ` Herbert Xu
  2019-02-21 21:09 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2019-02-18 10:23 UTC (permalink / raw)
  To: Colin King; +Cc: Thomas Graf, netdev, kernel-janitors, linux-kernel

On Sun, Feb 17, 2019 at 10:52:09PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There are spelling mistakes in warning macro messages. Fix them.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

* Re: [PATCH] lib/test_rhashtable: fix spelling mistake "existant" -> "existent"
  2019-02-17 22:52 [PATCH] lib/test_rhashtable: fix spelling mistake "existant" -> "existent" Colin King
  2019-02-18 10:23 ` Herbert Xu
@ 2019-02-21 21:09 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-02-21 21:09 UTC (permalink / raw)
  To: colin.king; +Cc: tgraf, herbert, netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Sun, 17 Feb 2019 22:52:09 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> There are spelling mistakes in warning macro messages. Fix them.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied to net-next.

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

end of thread, other threads:[~2019-02-21 21:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-17 22:52 [PATCH] lib/test_rhashtable: fix spelling mistake "existant" -> "existent" Colin King
2019-02-18 10:23 ` Herbert Xu
2019-02-21 21:09 ` 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).