puc: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 21:58:04 +00:00
parent d1779f95e2
commit 232fcd1b62
2 changed files with 1 additions and 4 deletions

View file

@ -160,7 +160,7 @@ puc_pci_detach(device_t dev)
int error;
sc = device_get_softc(dev);
error = puc_bfe_detach(dev);
if (error != 0)
@ -172,7 +172,6 @@ puc_pci_detach(device_t dev)
return (error);
}
static device_method_t puc_pci_methods[] = {
/* Device interface */
DEVMETHOD(device_probe, puc_pci_probe),

View file

@ -905,7 +905,6 @@ const struct puc_cfg puc_pci_devices[] = {
PUC_PORT_8S, 0x10, 0, 8,
},
/*
* Oxford Semiconductor PCI Express Expresso family
*
@ -1279,7 +1278,6 @@ const struct puc_cfg puc_pci_devices[] = {
PUC_PORT_4S, 0x10, 0, 8,
.config_function = puc_config_icbook
},
{ 0xffff, 0, 0xffff, 0, NULL, 0 }
};