net/mlx5e: Fix spelling mistake "Faided" -> "Failed"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 4 Aug 2023 18:23:06 +0000 (19:23 +0100)
committerSaeed Mahameed <saeedm@nvidia.com>
Mon, 21 Aug 2023 17:55:15 +0000 (10:55 -0700)
There is a spelling mistake in a warning message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Rahul Rameshbabu <rrameshbabu@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c

index 455746952260f67c6cea158a0eb4a632982a4529..095f31f380fa3aa8bc9c2a122ac2dc365dc5332d 100644 (file)
@@ -316,7 +316,7 @@ void mlx5_esw_ipsec_restore_dest_uplink(struct mlx5_core_dev *mdev)
                        err = mlx5_esw_ipsec_modify_flow_dests(esw, flow);
                        if (err)
                                mlx5_core_warn_once(mdev,
-                                                   "Faided to modify flow dests for IPsec");
+                                                   "Failed to modify flow dests for IPsec");
                }
                rhashtable_walk_stop(&iter);
                rhashtable_walk_exit(&iter);