]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
scsi: Fix typo in pmcraid.h
authorMasanari Iida <standby24x7@gmail.com>
Wed, 15 Feb 2012 15:48:38 +0000 (00:48 +0900)
committerJiri Kosina <jkosina@suse.cz>
Tue, 21 Feb 2012 10:40:37 +0000 (11:40 +0100)
Correct spelling "thresold" to "threshold" in
drivers/scsi/pmraid.h

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/scsi/pmcraid.h

index ca496c7474e3bcb95ae3f7ae2fbdde7c74fd79ff..e1d150f3fd4d4912c2cdc9f972550874f0fd63f7 100644 (file)
@@ -857,11 +857,11 @@ static struct pmcraid_ioasc_error pmcraid_ioasc_error_table[] = {
        {0x01180600, IOASC_LOG_LEVEL_HARD,
         "Recovered Error, soft media error, sector reassignment suggested"},
        {0x015D0000, IOASC_LOG_LEVEL_HARD,
-        "Recovered Error, failure prediction thresold exceeded"},
+        "Recovered Error, failure prediction threshold exceeded"},
        {0x015D9200, IOASC_LOG_LEVEL_HARD,
-        "Recovered Error, soft Cache Card Battery error thresold"},
+        "Recovered Error, soft Cache Card Battery error threshold"},
        {0x015D9200, IOASC_LOG_LEVEL_HARD,
-        "Recovered Error, soft Cache Card Battery error thresold"},
+        "Recovered Error, soft Cache Card Battery error threshold"},
        {0x02048000, IOASC_LOG_LEVEL_HARD,
         "Not Ready, IOA Reset Required"},
        {0x02408500, IOASC_LOG_LEVEL_HARD,