Date: Tue, 1 Sep 2020 21:58:12 +0000 (UTC) From: Mateusz Guzik <mjg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r365172 - head/sys/dev/pst Message-ID: <202009012158.081LwCIu048099@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009012158.081LwCIu048099>