Re: [PATCH] cxgb4: fix -ve error check on a signed iq

From: David Miller
Date: Sat Sep 24 2016 - 08:31:59 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Fri, 23 Sep 2016 14:45:13 +0100

> -static unsigned int get_filter_steerq(struct net_device *dev,
> +static int get_filter_steerq(struct net_device *dev,
> struct ch_filter_specification *fs)

If you change the location of the openning parenthesis of the first
line, you must reindent the second line so that the arguments are
placed preciely at the column following that openning parenthesis.