Skip to content

Commit a8408f4

Browse files
Colin Ian KingSaeed Mahameed
authored andcommitted
net/mlx5: fix spelling mistake: "modfiy" -> "modify"
Trivial fix to spelling mistake in netdev_warn warning message Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent 6fa242a commit a8408f4

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/mellanox/mlx5/core

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ static void arfs_modify_rule_rq(struct mlx5e_priv *priv,
565565
err = mlx5_modify_rule_destination(rule, &dst, NULL);
566566
if (err)
567567
netdev_warn(priv->netdev,
568-
"Failed to modfiy aRFS rule destination to rq=%d\n", rxq);
568+
"Failed to modify aRFS rule destination to rq=%d\n", rxq);
569569
}
570570

571571
static void arfs_handle_work(struct work_struct *work)

0 commit comments

Comments
 (0)