mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
puc: clean up empty lines in .c and .h files
This commit is contained in:
parent
d1779f95e2
commit
232fcd1b62
2 changed files with 1 additions and 4 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue