aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
diff options
context:
space:
mode:
authorRaul Porcel <armin76@gentoo.org>2012-05-15 14:34:08 -0400
committerJames Bottomley <JBottomley@Parallels.com>2012-05-22 06:11:40 -0400
commit9e336520c5f673d911642035a5d84fa331ff127f (patch)
treed5688d5a70417cca73bea8c616a2f44f90a09107 /drivers/scsi/qla2xxx
parentd20ec597cba1e8ea407c9a7c668a9e04fc057c83 (diff)
[SCSI] qla2xxx: Fix typo in qla_init.c
Replace "Inconisistent" with "Inconsistent" in drivers/scsi/qla2xxx/qla_init.c Signed-off-by: Raul Porcel <armin76@gentoo.org> Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx')
-rw-r--r--drivers/scsi/qla2xxx/qla_init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
index b9465643396b..7428143e5444 100644
--- a/drivers/scsi/qla2xxx/qla_init.c
+++ b/drivers/scsi/qla2xxx/qla_init.c
@@ -2185,7 +2185,7 @@ qla2x00_nvram_config(scsi_qla_host_t *vha)
2185 nv->id[2] != 'P' || nv->id[3] != ' ' || nv->nvram_version < 1) { 2185 nv->id[2] != 'P' || nv->id[3] != ' ' || nv->nvram_version < 1) {
2186 /* Reset NVRAM data. */ 2186 /* Reset NVRAM data. */
2187 ql_log(ql_log_warn, vha, 0x0064, 2187 ql_log(ql_log_warn, vha, 0x0064,
2188 "Inconisistent NVRAM " 2188 "Inconsistent NVRAM "
2189 "detected: checksum=0x%x id=%c version=0x%x.\n", 2189 "detected: checksum=0x%x id=%c version=0x%x.\n",
2190 chksum, nv->id[0], nv->nvram_version); 2190 chksum, nv->id[0], nv->nvram_version);
2191 ql_log(ql_log_warn, vha, 0x0065, 2191 ql_log(ql_log_warn, vha, 0x0065,
@@ -4279,7 +4279,7 @@ qla24xx_nvram_config(scsi_qla_host_t *vha)
4279 nv->nvram_version < __constant_cpu_to_le16(ICB_VERSION)) { 4279 nv->nvram_version < __constant_cpu_to_le16(ICB_VERSION)) {
4280 /* Reset NVRAM data. */ 4280 /* Reset NVRAM data. */
4281 ql_log(ql_log_warn, vha, 0x006b, 4281 ql_log(ql_log_warn, vha, 0x006b,
4282 "Inconisistent NVRAM detected: checksum=0x%x id=%c " 4282 "Inconsistent NVRAM detected: checksum=0x%x id=%c "
4283 "version=0x%x.\n", chksum, nv->id[0], nv->nvram_version); 4283 "version=0x%x.\n", chksum, nv->id[0], nv->nvram_version);
4284 ql_log(ql_log_warn, vha, 0x006c, 4284 ql_log(ql_log_warn, vha, 0x006c,
4285 "Falling back to functioning (yet invalid -- WWPN) " 4285 "Falling back to functioning (yet invalid -- WWPN) "
@@ -5029,7 +5029,7 @@ qla81xx_nvram_config(scsi_qla_host_t *vha)
5029 nv->nvram_version < __constant_cpu_to_le16(ICB_VERSION)) { 5029 nv->nvram_version < __constant_cpu_to_le16(ICB_VERSION)) {
5030 /* Reset NVRAM data. */ 5030 /* Reset NVRAM data. */
5031 ql_log(ql_log_info, vha, 0x0073, 5031 ql_log(ql_log_info, vha, 0x0073,
5032 "Inconisistent NVRAM detected: checksum=0x%x id=%c " 5032 "Inconsistent NVRAM detected: checksum=0x%x id=%c "
5033 "version=0x%x.\n", chksum, nv->id[0], 5033 "version=0x%x.\n", chksum, nv->id[0],
5034 le16_to_cpu(nv->nvram_version)); 5034 le16_to_cpu(nv->nvram_version));
5035 ql_log(ql_log_info, vha, 0x0074, 5035 ql_log(ql_log_info, vha, 0x0074,