On Wed, Jun 19, 2019 at 11:16:11AM -0400, Doug Ledford wrote: > Sort the netlink policy array by netlink attribute name. This will make > it easier in the future to find the entry you are looking for when you > need to make changes, or to make sure you don't add the same entry > twice. > > Fix the whitespace while we are there. > > Signed-off-by: Doug Ledford <dledford@xxxxxxxxxx> > --- > drivers/infiniband/core/nldev.c | 153 ++++++++++++++++---------------- > 1 file changed, 78 insertions(+), 75 deletions(-) > > v0->v1: Move all whitespace changes to this patch I always love sorted things Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx> Jason