[PATCH 12/30] drivers: net: packetengines: fix typos in comments

Julia Lawall posted 30 patches 2 years, 6 months ago
[PATCH 12/30] drivers: net: packetengines: fix typos in comments
Posted by Julia Lawall 2 years, 6 months ago
Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/net/ethernet/packetengines/yellowfin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/packetengines/yellowfin.c b/drivers/net/ethernet/packetengines/yellowfin.c
index 12105f62cbdd..03650022d444 100644
--- a/drivers/net/ethernet/packetengines/yellowfin.c
+++ b/drivers/net/ethernet/packetengines/yellowfin.c
@@ -191,7 +191,7 @@ IV. Notes
 
 Thanks to Kim Stearns of Packet Engines for providing a pair of G-NIC boards.
 Thanks to Bruce Faust of Digitalscape for providing both their SYM53C885 board
-and an AlphaStation to verifty the Alpha port!
+and an AlphaStation to verify the Alpha port!
 
 IVb. References
Re: [PATCH 12/30] drivers: net: packetengines: fix typos in comments
Posted by Jakub Kicinski 2 years, 6 months ago
On Mon, 14 Mar 2022 12:53:36 +0100 Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.

FWIW it would be easier to process the patches if they were posted
individually, there are no dependencies here.
Re: [PATCH 12/30] drivers: net: packetengines: fix typos in comments
Posted by Julia Lawall 2 years, 6 months ago

On Mon, 14 Mar 2022, Jakub Kicinski wrote:

> On Mon, 14 Mar 2022 12:53:36 +0100 Julia Lawall wrote:
> > Various spelling mistakes in comments.
> > Detected with the help of Coccinelle.
>
> FWIW it would be easier to process the patches if they were posted
> individually, there are no dependencies here.

OK, I hesitated between different options.  If I send more, I will do as
you suggest.

thanks,
julia