aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/rdma
diff options
context:
space:
mode:
authorGravatar Pavel Machek <pavel@ucw.cz> 2020-07-24 10:41:12 +0200
committerGravatar Jason Gunthorpe <jgg@nvidia.com> 2020-07-24 17:02:15 -0300
commit8b603d0715a372f5827d3a6b19d9568bf854b687 (patch)
treef6e539af28ee7f495c240efc53e6f157de97d274 /include/uapi/rdma
parentIB/hfi1: Use fallthrough pseudo-keyword (diff)
downloadlinux-8b603d0715a372f5827d3a6b19d9568bf854b687.tar.gz
linux-8b603d0715a372f5827d3a6b19d9568bf854b687.tar.bz2
linux-8b603d0715a372f5827d3a6b19d9568bf854b687.zip
RDMA/mlx5: Fix typo in enum name
Nnothing uses the enum name, so this is harmless. Fixes: 322694412400 ("IB/mlx5: Introduce driver create and destroy flow methods") Link: https://lore.kernel.org/r/20200724084112.GC31930@amd Signed-off-by: Pavel Machek (CIP) <pavel@denx.de> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'include/uapi/rdma')
-rw-r--r--include/uapi/rdma/mlx5_user_ioctl_cmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/rdma/mlx5_user_ioctl_cmds.h b/include/uapi/rdma/mlx5_user_ioctl_cmds.h
index b330e6eee626..e24d66d278cf 100644
--- a/include/uapi/rdma/mlx5_user_ioctl_cmds.h
+++ b/include/uapi/rdma/mlx5_user_ioctl_cmds.h
@@ -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),
};