diff options
author | 2019-09-04 20:38:41 +0100 | |
---|---|---|
committer | 2019-09-05 14:44:41 -0700 | |
commit | 4938c3d84541e43757473c14efcc4253571f6cc6 (patch) | |
tree | cb147c6466e8de2c1a8bc4504edac885fff86a6b | |
parent | net/mlx5e: Remove leftover declaration (diff) | |
download | linux-dev-4938c3d84541e43757473c14efcc4253571f6cc6.tar.xz linux-dev-4938c3d84541e43757473c14efcc4253571f6cc6.zip |
net/mlx5: fix spelling mistake "offlaods" -> "offloads"
There is a spelling mistake in a NL_SET_ERR_MSG_MOD error message.
Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
-rw-r--r-- | drivers/net/ethernet/mellanox/mlx5/core/devlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c index 7bf7b6fbc776..381925c90d94 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/devlink.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/devlink.c @@ -133,7 +133,7 @@ static int mlx5_devlink_fs_mode_validate(struct devlink *devlink, u32 id, else if (eswitch_mode == MLX5_ESWITCH_OFFLOADS) { NL_SET_ERR_MSG_MOD(extack, - "Software managed steering is not supported when eswitch offlaods enabled."); + "Software managed steering is not supported when eswitch offloads enabled."); err = -EOPNOTSUPP; } } else { |