All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/net/amt.c : fix typo
@ 2022-07-27 16:56 RuffaloLavoisier
  2022-07-28  3:02 ` Jakub Kicinski
  2022-07-28  3:03 ` Jakub Kicinski
  0 siblings, 2 replies; 3+ messages in thread
From: RuffaloLavoisier @ 2022-07-27 16:56 UTC (permalink / raw)
  To: Taehee Yoo, David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: RuffaloLavoisier, netdev, linux-kernel

Correct spelling on non-existent

Signed-off-by: RuffaloLavoisier <RuffaloLavoisier@gmail.com>
---
I am sending it again after adding the recipient list.
 drivers/net/amt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/amt.c b/drivers/net/amt.c
index febfcf2d92af..9a247eb7679c 100644
--- a/drivers/net/amt.c
+++ b/drivers/net/amt.c
@@ -449,7 +449,7 @@ static void amt_group_work(struct work_struct *work)
 	dev_put(amt->dev);
 }
 
-/* Non-existant group is created as INCLUDE {empty}:
+/* Non-existent group is created as INCLUDE {empty}:
  *
  * RFC 3376 - 5.1. Action on Change of Interface State
  *
-- 
2.25.1


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

* Re: [PATCH] drivers/net/amt.c : fix typo
  2022-07-27 16:56 [PATCH] drivers/net/amt.c : fix typo RuffaloLavoisier
@ 2022-07-28  3:02 ` Jakub Kicinski
  2022-07-28  3:03 ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2022-07-28  3:02 UTC (permalink / raw)
  To: RuffaloLavoisier
  Cc: Taehee Yoo, David S. Miller, Eric Dumazet, Paolo Abeni, netdev,
	linux-kernel

On Thu, 28 Jul 2022 01:56:40 +0900 RuffaloLavoisier wrote:
> Subject: [PATCH] drivers/net/amt.c : fix typo

Please take a look at subject lines of changes to this code:

git log --oneline --  drivers/net/amt.c

and use a similar prefix rather than spelling out the full file path.
Please also mention in the subject that that typo is in a comment.

> Correct spelling on non-existent

s/on/of/

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

* Re: [PATCH] drivers/net/amt.c : fix typo
  2022-07-27 16:56 [PATCH] drivers/net/amt.c : fix typo RuffaloLavoisier
  2022-07-28  3:02 ` Jakub Kicinski
@ 2022-07-28  3:03 ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2022-07-28  3:03 UTC (permalink / raw)
  To: RuffaloLavoisier
  Cc: Taehee Yoo, David S. Miller, Eric Dumazet, Paolo Abeni, netdev,
	linux-kernel

On Thu, 28 Jul 2022 01:56:40 +0900 RuffaloLavoisier wrote:
> Signed-off-by: RuffaloLavoisier <RuffaloLavoisier@gmail.com>

And please add a space between your name and surname in the author line
and the sign-off tag.

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

end of thread, other threads:[~2022-07-28  3:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 16:56 [PATCH] drivers/net/amt.c : fix typo RuffaloLavoisier
2022-07-28  3:02 ` Jakub Kicinski
2022-07-28  3:03 ` Jakub Kicinski

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.