IB/mlx5: Make coding style more consistent
authorDoug Ledford <dledford@redhat.com>
Thu, 3 Mar 2016 16:23:37 +0000 (11:23 -0500)
committerDoug Ledford <dledford@redhat.com>
Fri, 4 Mar 2016 16:59:31 +0000 (11:59 -0500)
commit0025b0bdeae7c13b8ab1dce64b0108ed9c071e2e
tree3cf8172e1183df490168e26f78a2c9d47e733db1
parentadd08d765e942eab8eb15a592baeb372a3dd6831
IB/mlx5: Make coding style more consistent

These three related functions can't agree whether to put the
umrwr on the stack dirty and then memset it, or to initialize
it on the stack.  Make them all agree.

Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/mlx5/mr.c