mbox series

[0/2] RDMA/netlink: cleanups

Message ID cover.1560953757.git.dledford@redhat.com (mailing list archive)
Headers show
Series RDMA/netlink: cleanups | expand

Message

Doug Ledford June 19, 2019, 2:18 p.m. UTC
In order to make it easier to add new netlink attributes into the policy
array in the future while avoiding duplication, sort the array on the
attribute name.  While at it, audit the policy settings for strings and
make a few cleanups.

Doug Ledford (2):
  RDMA/netlink: Resort policy array
  RDMA/netlink: Audit policy settings for netlink attributes

 drivers/infiniband/core/nldev.c  | 157 ++++++++++++++++---------------
 include/uapi/rdma/rdma_netlink.h |   1 +
 2 files changed, 80 insertions(+), 78 deletions(-)