[PATCH] drivers/net/amt.c : fix typo

From: RuffaloLavoisier
Date: Wed Jul 27 2022 - 13:52:08 EST


Correct spelling on non-existent

Signed-off-by: RuffaloLavoisier <RuffaloLavoisier@xxxxxxxxx>
---
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