linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RDMA/mlx5: fix typo in structure name
@ 2020-07-24  8:41 Pavel Machek
  2020-07-24 13:38 ` Leon Romanovsky
  2020-07-24 20:05 ` Jason Gunthorpe
  0 siblings, 2 replies; 3+ messages in thread
From: Pavel Machek @ 2020-07-24  8:41 UTC (permalink / raw)
  To: dledford, jgg, linux-rdma, linux-kernel, trivial

[-- Attachment #1: Type: text/plain, Size: 758 bytes --]

This is user API, but likely noone uses it...? Fix it before it
becomes problem.

Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>


diff --git a/include/uapi/rdma/mlx5_user_ioctl_cmds.h b/include/uapi/rdma/mlx5_user_ioctl_cmds.h
index 8e316ef896b5..2d889df38df6 100644
--- a/include/uapi/rdma/mlx5_user_ioctl_cmds.h
+++ b/include/uapi/rdma/mlx5_user_ioctl_cmds.h
@@ -259,7 +259,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),
 };
 

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] RDMA/mlx5: fix typo in structure name
  2020-07-24  8:41 [PATCH] RDMA/mlx5: fix typo in structure name Pavel Machek
@ 2020-07-24 13:38 ` Leon Romanovsky
  2020-07-24 20:05 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Romanovsky @ 2020-07-24 13:38 UTC (permalink / raw)
  To: Pavel Machek; +Cc: dledford, jgg, linux-rdma, linux-kernel, trivial

[-- Attachment #1: Type: text/plain, Size: 898 bytes --]

On Fri, Jul 24, 2020 at 10:41:12AM +0200, Pavel Machek wrote:
> This is user API, but likely noone uses it...? Fix it before it
> becomes problem.
>
> Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>
>
>
> diff --git a/include/uapi/rdma/mlx5_user_ioctl_cmds.h b/include/uapi/rdma/mlx5_user_ioctl_cmds.h
> index 8e316ef896b5..2d889df38df6 100644
> --- a/include/uapi/rdma/mlx5_user_ioctl_cmds.h
> +++ b/include/uapi/rdma/mlx5_user_ioctl_cmds.h
> @@ -259,7 +259,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),
>  };
>

It looks that this enum is not in use in rdma-core.

Thanks

>
> --
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] RDMA/mlx5: fix typo in structure name
  2020-07-24  8:41 [PATCH] RDMA/mlx5: fix typo in structure name Pavel Machek
  2020-07-24 13:38 ` Leon Romanovsky
@ 2020-07-24 20:05 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Gunthorpe @ 2020-07-24 20:05 UTC (permalink / raw)
  To: Pavel Machek; +Cc: dledford, linux-rdma, linux-kernel, trivial

On Fri, Jul 24, 2020 at 10:41:12AM +0200, Pavel Machek wrote:
> This is user API, but likely noone uses it...? Fix it before it
> becomes problem.
> 
> Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>

Applied to for-next, thanks

Jason

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-24 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24  8:41 [PATCH] RDMA/mlx5: fix typo in structure name Pavel Machek
2020-07-24 13:38 ` Leon Romanovsky
2020-07-24 20:05 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).