diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-01-07 21:58:06 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-01-07 15:06:07 +0100 |
commit | 8faaaead62c3c7394fa6302303ce70e484b509ba (patch) | |
tree | ca56352b1313ccbbc3846e132ab1209b50c85e65 /drivers/scsi/qla4xxx | |
parent | 97e81acd31de184af22b78c4977a66f40ca1efa3 (diff) |
treewide: fix comments and printk msgs
This patch fixed several typo in printk from various
part of kernel source.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/qla4xxx')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_83xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_83xx.c b/drivers/scsi/qla4xxx/ql4_83xx.c index 8196c2f7915c..919284834ad7 100644 --- a/drivers/scsi/qla4xxx/ql4_83xx.c +++ b/drivers/scsi/qla4xxx/ql4_83xx.c @@ -465,7 +465,7 @@ int qla4_83xx_drv_lock(struct scsi_qla_host *ha) } /* Recovery Failed, some other function * has the lock, wait for 2secs and retry */ - ql4_printk(KERN_INFO, ha, "%s: IDC lock Recovery by %d failed, Retrying timout\n", + ql4_printk(KERN_INFO, ha, "%s: IDC lock Recovery by %d failed, Retrying timeout\n", __func__, ha->func_num); timeout = 0; } |