[PATCH] e100: e100 whitespace fixes
e100: e100 whitespace fixes These are whitespace only fixes. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: John Ronciak <john.ronciak@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
3435dbcec1
commit
0547993820
1 changed files with 37 additions and 37 deletions
|
@ -1576,10 +1576,10 @@ static void e100_watchdog(unsigned long data)
|
||||||
mii_check_link(&nic->mii);
|
mii_check_link(&nic->mii);
|
||||||
|
|
||||||
/* Software generated interrupt to recover from (rare) Rx
|
/* Software generated interrupt to recover from (rare) Rx
|
||||||
* allocation failure.
|
* allocation failure.
|
||||||
* Unfortunately have to use a spinlock to not re-enable interrupts
|
* Unfortunately have to use a spinlock to not re-enable interrupts
|
||||||
* accidentally, due to hardware that shares a register between the
|
* accidentally, due to hardware that shares a register between the
|
||||||
* interrupt mask bit and the SW Interrupt generation bit */
|
* interrupt mask bit and the SW Interrupt generation bit */
|
||||||
spin_lock_irq(&nic->cmd_lock);
|
spin_lock_irq(&nic->cmd_lock);
|
||||||
writeb(readb(&nic->csr->scb.cmd_hi) | irq_sw_gen,&nic->csr->scb.cmd_hi);
|
writeb(readb(&nic->csr->scb.cmd_hi) | irq_sw_gen,&nic->csr->scb.cmd_hi);
|
||||||
spin_unlock_irq(&nic->cmd_lock);
|
spin_unlock_irq(&nic->cmd_lock);
|
||||||
|
@ -2789,7 +2789,7 @@ static struct pci_driver e100_driver = {
|
||||||
.suspend = e100_suspend,
|
.suspend = e100_suspend,
|
||||||
.resume = e100_resume,
|
.resume = e100_resume,
|
||||||
#endif
|
#endif
|
||||||
.shutdown = e100_shutdown,
|
.shutdown = e100_shutdown,
|
||||||
};
|
};
|
||||||
|
|
||||||
static int __init e100_init_module(void)
|
static int __init e100_init_module(void)
|
||||||
|
|
Loading…
Add table
Reference in a new issue