2020-07-15 12:50:02

by Kieran Bingham

[permalink] [raw]
Subject: [PATCH v2 3/8] drivers: net: wan: Fix trivial spelling

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
decriptor -> descriptor

Signed-off-by: Kieran Bingham <[email protected]>
---
v2:
- Fix commit message to reflect actual word replaced
---
drivers/net/wan/lmc/lmc_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wan/lmc/lmc_main.c b/drivers/net/wan/lmc/lmc_main.c
index a20f467ca48a..842def21e089 100644
--- a/drivers/net/wan/lmc/lmc_main.c
+++ b/drivers/net/wan/lmc/lmc_main.c
@@ -2063,7 +2063,7 @@ static void lmc_driver_timeout(struct net_device *dev, unsigned int txqueue)
/*
* Chip seems to have locked up
* Reset it
- * This whips out all our decriptor
+ * This whips out all our descriptor
* table and starts from scartch
*/

--
2.25.1


2020-07-16 01:23:24

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH v2 3/8] drivers: net: wan: Fix trivial spelling

On Wed, 15 Jul 2020 13:48:34 +0100 Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
>
> Fix it up accordingly:
> decriptor -> descriptor
>
> Signed-off-by: Kieran Bingham <[email protected]>

Applied to net-next.