Skip to content

Commit

Permalink
RDMA/mlx5: Fix typo in enum name
Browse files Browse the repository at this point in the history
Nnothing uses the enum name, so this is harmless.

Fixes: 3226944 ("IB/mlx5: Introduce driver create and destroy flow methods")
Link: https://lore.kernel.org/r/20200724084112.GC31930@amd
Signed-off-by: Pavel Machek (CIP) <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
  • Loading branch information
pavelmachek authored and jgunthorpe committed Jul 24, 2020
1 parent 6f24b15 commit 8b603d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/rdma/mlx5_user_ioctl_cmds.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ enum mlx5_ib_create_flow_attrs {
MLX5_IB_ATTR_CREATE_FLOW_FLAGS,
};

enum mlx5_ib_destoy_flow_attrs {
enum mlx5_ib_destroy_flow_attrs {
MLX5_IB_ATTR_DESTROY_FLOW_HANDLE = (1U << UVERBS_ID_NS_SHIFT),
};

Expand Down

0 comments on commit 8b603d0

Please sign in to comment.