diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2020-05-13 21:54:19 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2020-05-13 21:54:19 +0300 |
commit | 10c261551359e37670a200c55c492f4aba7d23ed (patch) | |
tree | fb23703f18de2df301f6a9471dd4a56893712d5a /include/linux/mlx5/qp.h | |
parent | 0cb9e4f9e98af4b969b9140e964c646ad6ed7d40 (diff) | |
parent | 9254f8ed15b6dcc9b04b9ad32863a7518cc5a5b1 (diff) | |
download | linux-10c261551359e37670a200c55c492f4aba7d23ed.tar.xz |
Merge branch 'mellanox/mlx5-next' into rdma.git for/next
From the mlx5-next branch at
git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Required for dependencies in following patches
* branch 'mellanox/mlx5-next':
net/mlx5: Add support in forward to namespace
{IB/net}/mlx5: Simplify don't trap code
net/mlx5: Replace zero-length array with flexible-array
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/linux/mlx5/qp.h')
-rw-r--r-- | include/linux/mlx5/qp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/qp.h b/include/linux/mlx5/qp.h index b9facdb9b9bd..def601199a1a 100644 --- a/include/linux/mlx5/qp.h +++ b/include/linux/mlx5/qp.h @@ -410,7 +410,7 @@ struct mlx5_wqe_signature_seg { struct mlx5_wqe_inline_seg { __be32 byte_count; - __be32 data[0]; + __be32 data[]; }; enum mlx5_sig_type { |