On Mon, Jul 19, 2021 at 09:20:17PM -0400, Ashton Fagg wrote:
> Found this while poking around - an extra newline in if_iwx.c.
>
> Index: sys/dev/pci/if_iwx.c
> ===================================================================
> RCS file: /cvs/src/sys/dev/pci/if_iwx.c,v
> retrieving revision 1.69
> diff -u -p -u -p -r1.69 if_iwx.c
> --- sys/dev/pci/if_iwx.c 18 Jul 2021 13:07:13 -0000 1.69
> +++ sys/dev/pci/if_iwx.c 20 Jul 2021 01:17:35 -0000
> @@ -502,7 +502,6 @@ iwx_is_mimo_mcs(int mcs)
> {
> int ridx = iwx_mcs2ridx[mcs];
> return iwx_is_mimo_ht_plcp(iwx_rates[ridx].ht_plcp);
> -
> }
>
> int
Sorry, but this patch is so trivial that it isn't really worth it.
A patch which grouped several stylistic fixes together might be more useful.
Since some iwx code was derived from iwm and iwn, fixing such issues across
all these 3 drivers would be even better.