diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-02-08 06:53:12 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-18 05:23:24 -0400 |
commit | c19ca6cb4c0891049009d48a0da79d9e8c475462 (patch) | |
tree | b7927fc145c359e3143026ede13fef96f3ad5458 /drivers/scsi/aic94xx/aic94xx_seq.c | |
parent | 9938b04472d5c59f8bd8152a548533a8599596a2 (diff) |
treewide: Fix typos in printk
This patch fix spelling typos found in printk
within various part of the kernel sources.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/aic94xx/aic94xx_seq.c')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_seq.c b/drivers/scsi/aic94xx/aic94xx_seq.c index 5fdca93892ad..da1e0568510d 100644 --- a/drivers/scsi/aic94xx/aic94xx_seq.c +++ b/drivers/scsi/aic94xx/aic94xx_seq.c | |||
@@ -1352,7 +1352,7 @@ int asd_start_seqs(struct asd_ha_struct *asd_ha) | |||
1352 | for_each_sequencer(lseq_mask, lseq_mask, lseq) { | 1352 | for_each_sequencer(lseq_mask, lseq_mask, lseq) { |
1353 | err = asd_seq_start_lseq(asd_ha, lseq); | 1353 | err = asd_seq_start_lseq(asd_ha, lseq); |
1354 | if (err) { | 1354 | if (err) { |
1355 | asd_printk("coudln't start LSEQ %d for %s\n", lseq, | 1355 | asd_printk("couldn't start LSEQ %d for %s\n", lseq, |
1356 | pci_name(asd_ha->pcidev)); | 1356 | pci_name(asd_ha->pcidev)); |
1357 | return err; | 1357 | return err; |
1358 | } | 1358 | } |