Author: mjg Date: Tue Sep 1 21:58:12 2020 New Revision: 365172 URL: https://svnweb.freebsd.org/changeset/base/365172
Log: pst: clean up empty lines in .c and .h files Modified: head/sys/dev/pst/pst-pci.c head/sys/dev/pst/pst-raid.c Modified: head/sys/dev/pst/pst-pci.c ============================================================================== --- head/sys/dev/pst/pst-pci.c Tue Sep 1 21:58:04 2020 (r365171) +++ head/sys/dev/pst/pst-pci.c Tue Sep 1 21:58:12 2020 (r365172) @@ -116,7 +116,6 @@ iop_pci_detach(device_t dev) return (0); } - static device_method_t pst_pci_methods[] = { DEVMETHOD(device_probe, iop_pci_probe), DEVMETHOD(device_attach, iop_pci_attach), Modified: head/sys/dev/pst/pst-raid.c ============================================================================== --- head/sys/dev/pst/pst-raid.c Tue Sep 1 21:58:04 2020 (r365171) +++ head/sys/dev/pst/pst-raid.c Tue Sep 1 21:58:12 2020 (r365172) @@ -365,7 +365,7 @@ static device_method_t pst_methods[] = { DEVMETHOD(device_attach, pst_attach), { 0, 0 } }; - + static driver_t pst_driver = { "pst", pst_methods, _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"