dect
/
linux-2.6
Archived
13
0
Fork 0

[SCSI] hpsa: fix firmwart typo

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
Stephen M. Cameron 2010-02-25 14:02:56 -06:00 committed by James Bottomley
parent 667e23d4e9
commit f0edafc662
1 changed files with 1 additions and 1 deletions

View File

@ -2982,7 +2982,7 @@ static irqreturn_t do_hpsa_intr(int irq, void *dev_id)
return IRQ_HANDLED;
}
/* Send a message CDB to the firmwart. */
/* Send a message CDB to the firmware. */
static __devinit int hpsa_message(struct pci_dev *pdev, unsigned char opcode,
unsigned char type)
{