commit | 4d7f693af0c9d0d6940ff36f5adca1adfa0e7e6e | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Sun Jun 18 15:44:32 2017 +0300 |
committer | Leon Romanovsky <leon@kernel.org> | Thu Aug 10 13:19:03 2017 +0300 |
tree | 4855b14fca0c0c71d7c1124c739e436be6e7f8ca | |
parent | f00e64637061876ec7b6383b0bd80197c51e7312 [diff] |
RDMA/netlink: Rename and remove redundant parameter from ibnl_multicast The pointer to netlink header was not used in the ibnl_multicast function, so let's remove it and simplify the function signature. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Steve Wise <swise@opengridcomputing.com>