diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-22 20:20:58 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-14 19:28:46 +0200 |
commit | d6a03581a3f55da93763cc51b3949340824c37bc (patch) | |
tree | 457d13c946b3f861c32d23d8ebcd3e0c3c1aa778 /drivers/scsi/qla2xxx/qla_dbg.c | |
parent | [SCSI] qla2xxx: Add check in qla82xx_watchdog for failed hardware state. (diff) | |
download | linux-d6a03581a3f55da93763cc51b3949340824c37bc.tar.xz linux-d6a03581a3f55da93763cc51b3949340824c37bc.zip |
[SCSI] qla2xxx: Fix typo in qla2xxx files
Correct spelling typo within qla2xxx files.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_dbg.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_dbg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_dbg.c b/drivers/scsi/qla2xxx/qla_dbg.c index 72a1ea929cf5..d651179899fa 100644 --- a/drivers/scsi/qla2xxx/qla_dbg.c +++ b/drivers/scsi/qla2xxx/qla_dbg.c @@ -2357,7 +2357,7 @@ ql_dbg(uint32_t level, scsi_qla_host_t *vha, int32_t id, const char *fmt, ...) /* * This function is for formatting and logging debug information. - * It is to be used when vha is not available and pci is availble, + * It is to be used when vha is not available and pci is available, * i.e., before host allocation. It formats the message and logs it * to the messages file. * parameters: @@ -2452,7 +2452,7 @@ ql_log(uint32_t level, scsi_qla_host_t *vha, int32_t id, const char *fmt, ...) /* * This function is for formatting and logging log messages. - * It is to be used when vha is not available and pci is availble, + * It is to be used when vha is not available and pci is available, * i.e., before host allocation. It formats the message and logs * it to the messages file. All the messages are logged irrespective * of the value of ql2xextended_error_logging. |