On Sun, Nov 29, 2020 at 07:00:53PM -0800, Greg Steuck wrote: > > Kevin Lo <ke...@kevlo.org> writes: > > > ok? > > I guess your goal was consistency (though I'd prefer the opposite > direction). There's one more case: > > ./dev/pci/if_de.c:4401: struct pci_attach_args * const pa = (struct > pci_attach_args *) aux; > > which, funny enough, has been since rev 1.1.
Regarding coding style of if_de.c, it seems to prefer making structures const. That's why I didn't touch it. > Thanks > Greg Regards, Kevin