]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7cec62b4c72d54874c367999160f56a9fde8fa1d
tree3cf8172e1183df490168e26f78a2c9d47e733db1
parentf01f5ee25f9d58b8f39b5e7df9197f135263743e
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