Whitespace nits.

This commit is contained in:
Navdeep Parhar 2016-09-15 22:31:49 +00:00
parent 5d7c8f2065
commit 83a202cac5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305851
2 changed files with 5 additions and 5 deletions

View File

@ -97,7 +97,7 @@ static int t4iov_attach_child(device_t dev);
static int
t4iov_probe(device_t dev)
{
uint16_t d;
uint16_t d;
size_t i;
d = pci_get_device(dev);
@ -114,7 +114,7 @@ t4iov_probe(device_t dev)
static int
t5iov_probe(device_t dev)
{
uint16_t d;
uint16_t d;
size_t i;
d = pci_get_device(dev);

View File

@ -124,7 +124,7 @@ static struct cdevsw t4vf_cdevsw = {
static int
t4vf_probe(device_t dev)
{
uint16_t d;
uint16_t d;
size_t i;
d = pci_get_device(dev);
@ -140,7 +140,7 @@ t4vf_probe(device_t dev)
static int
t5vf_probe(device_t dev)
{
uint16_t d;
uint16_t d;
size_t i;
d = pci_get_device(dev);
@ -653,7 +653,7 @@ t4vf_attach(device_t dev)
pi->vi[0].dev = pi->dev;
device_set_softc(pi->dev, pi);
}
/*
* Interrupt type, # of interrupts, # of rx/tx queues, etc.
*/