From: Stephen M. Cameron Date: Thu, 25 Feb 2010 20:02:56 +0000 (-0600) Subject: [SCSI] hpsa: fix firmwart typo X-Git-Tag: v2.6.34-rc2~18^2~48 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f0edafc6628f924a424ab4059df74f46f4f4241e;p=karo-tx-linux.git [SCSI] hpsa: fix firmwart typo Signed-off-by: Stephen M. Cameron Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 745c62444d25..3734f31d08a8 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -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) {