From ed67e0760a51918bc29eecc5ab45158ef7ab2ad1 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 1 Sep 2020 21:58:12 +0000 Subject: [PATCH] pst: clean up empty lines in .c and .h files --- sys/dev/pst/pst-pci.c | 1 - sys/dev/pst/pst-raid.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/pst/pst-pci.c b/sys/dev/pst/pst-pci.c index 0a09e1de79f3..631f3f64cae1 100644 --- a/sys/dev/pst/pst-pci.c +++ b/sys/dev/pst/pst-pci.c @@ -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), diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c index eda4dd4022f6..809a389c76bc 100644 --- a/sys/dev/pst/pst-raid.c +++ b/sys/dev/pst/pst-raid.c @@ -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,