commit | 9a119cd597769e0dd432110361ed1deec729ac06 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Wed Jul 04 08:50:28 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Jul 04 13:47:01 2018 -0600 |
tree | 6530b4315d47433a702bdf68ce26d3f82f868ef0 | |
parent | 6c61d2a55c4e5980e231fac9bb54e6ff1a5e811b [diff] |
RDMA/uverbs: Get rid of the & in method specifications Hide it inside the macros. The & is confusing and interferes with using this as a generic DSL in later patches. Since this also touches almost every line, also run the specs through clang-format (with 'BinPackParameters: false') to make the maintenance easier. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>