aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-07-13 14:10:28 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-07-13 14:10:28 +0000
commit82b263787e6944546bea5ab5cabee4ea94dc039e (patch)
treef0de132658d797f69336180f90b2e8ba8f47634c /sys/dev/mpt
parentd71e85ce8d0b54a71a9414658d63fa55c60c6e8e (diff)
downloadsrc-82b263787e6944546bea5ab5cabee4ea94dc039e.tar.gz
src-82b263787e6944546bea5ab5cabee4ea94dc039e.zip
Remove extra empty lines.
Notes
Notes: svn path=/head/; revision=223981
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt_pci.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c
index a3cb61151fec..98604d0de5bd 100644
--- a/sys/dev/mpt/mpt_pci.c
+++ b/sys/dev/mpt/mpt_pci.c
@@ -193,8 +193,6 @@ __FBSDID("$FreeBSD$");
#define PCIM_CMD_SERRESPEN 0x0100
#endif
-
-
static int mpt_pci_probe(device_t);
static int mpt_pci_attach(device_t);
static void mpt_free_bus_resources(struct mpt_softc *mpt);
@@ -362,7 +360,6 @@ mpt_set_options(struct mpt_softc *mpt)
mpt->cfg_role = tval;
mpt->do_cfg_role = 1;
}
-
tval = 0;
mpt->msi_enable = 0;
if (resource_int_value(device_get_name(mpt->dev),
@@ -372,7 +369,6 @@ mpt_set_options(struct mpt_softc *mpt)
}
#endif
-
static void
mpt_link_peer(struct mpt_softc *mpt)
{
@@ -411,7 +407,6 @@ mpt_unlink_peer(struct mpt_softc *mpt)
}
}
-
static int
mpt_pci_attach(device_t dev)
{
@@ -687,7 +682,6 @@ mpt_free_bus_resources(struct mpt_softc *mpt)
MPT_LOCK_DESTROY(mpt);
}
-
/*
* Disconnect ourselves from the system.
*/
@@ -712,7 +706,6 @@ mpt_pci_detach(device_t dev)
return(0);
}
-
/*
* Disable the hardware
*/
@@ -808,8 +801,6 @@ mpt_dma_mem_alloc(struct mpt_softc *mpt)
return (0);
}
-
-
/* Deallocate memory that was allocated by mpt_dma_mem_alloc
*/
static void
@@ -832,8 +823,6 @@ mpt_dma_mem_free(struct mpt_softc *mpt)
}
-
-
/* Reads modifiable (via PCI transactions) config registers */
static void
mpt_read_config_regs(struct mpt_softc *mpt)