projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
831527b
)
aic7xxx: Fix typo in error message
author
Nik Nyby
<nikolas@gnu.org>
Mon, 6 Jul 2015 14:59:48 +0000
(10:59 -0400)
committer
Jiri Kosina
<jkosina@suse.com>
Fri, 7 Aug 2015 12:36:05 +0000
(14:36 +0200)
This fixes "referenced" where it is spelled "referrenced".
Signed-off-by: Nik Nyby <nikolas@gnu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/scsi/aic7xxx/aic7xxx_core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/aic7xxx/aic7xxx_core.c
b/drivers/scsi/aic7xxx/aic7xxx_core.c
index c4829d84b335d4afcab21301a84f1b45a1b4052a..64ab9eaec428c53f853ae4ef5e8e749f3ac6c188 100644
(file)
--- a/
drivers/scsi/aic7xxx/aic7xxx_core.c
+++ b/
drivers/scsi/aic7xxx/aic7xxx_core.c
@@
-79,7
+79,7
@@
struct ahc_hard_error_entry {
static const struct ahc_hard_error_entry ahc_hard_errors[] = {
{ ILLHADDR, "Illegal Host Access" },
- { ILLSADDR, "Illegal Sequencer Address refer
r
enced" },
+ { ILLSADDR, "Illegal Sequencer Address referenced" },
{ ILLOPCODE, "Illegal Opcode in sequencer program" },
{ SQPARERR, "Sequencer Parity Error" },
{ DPARERR, "Data-path Parity Error" },