aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-05-21 13:10:31 +0200
committerDavid S. Miller <davem@davemloft.net>2022-05-22 20:44:29 +0100
commitb0ea505ba0d74dd9b5a2e40e872253b13e5c5671 (patch)
treef55fa8b09f5294a5566bb007a81d7b340380b60e /drivers/net/ethernet/mellanox/mlx5/core
parentnet: mvpp2: fix typo in comment (diff)
downloadlinux-dev-b0ea505ba0d74dd9b5a2e40e872253b13e5c5671.tar.xz
linux-dev-b0ea505ba0d74dd9b5a2e40e872253b13e5c5671.zip
net/mlx5: fix typo in comment
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>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx5/core')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c b/drivers/net/ethernet/mellanox/mlx5/core/main.c
index fbd4dd76a19f..c9b4e50a593e 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/main.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c
@@ -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);