projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
667e23d
)
[SCSI] hpsa: fix firmwart typo
author
Stephen M. Cameron
<scameron@beardog.cce.hp.com>
Thu, 25 Feb 2010 20:02:56 +0000
(14:02 -0600)
committer
James Bottomley
<James.Bottomley@suse.de>
Wed, 3 Mar 2010 13:05:50 +0000
(18:35 +0530)
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/hpsa.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/hpsa.c
b/drivers/scsi/hpsa.c
index
745c624
..
3734f31
100644
(file)
--- 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 firmwar
t
. */
+/* Send a message CDB to the firmwar
e
. */
static __devinit int hpsa_message(struct pci_dev *pdev, unsigned char opcode,
unsigned char type)
{