]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net/mlx5: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:31 +0000 (13:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 May 2022 19:44:29 +0000 (20:44 +0100)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/main.c

index fbd4dd76a19f3c908dcb88c69f1c5a47a35659a1..c9b4e50a593ed6f2592ed40701d0d3b2fb5c0e1f 100644 (file)
@@ -1769,7 +1769,7 @@ static int mlx5_try_fast_unload(struct mlx5_core_dev *dev)
        }
 
        /* Panic tear down fw command will stop the PCI bus communication
-        * with the HCA, so the health polll is no longer needed.
+        * with the HCA, so the health poll is no longer needed.
         */
        mlx5_drain_health_wq(dev);
        mlx5_stop_health_poll(dev, false);