scsi: qla4xxx: fix spelling mistake: "Tempalate" -> "Template"
trivial fix to spelling mistake in DEBUG2 debug message Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Manish Rangankar <Manish.Rangankar@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
9385c5be5c
commit
e7731da36f
|
@ -389,7 +389,7 @@ void qla4xxx_alloc_fw_dump(struct scsi_qla_host *ha)
|
|||
goto alloc_cleanup;
|
||||
|
||||
DEBUG2(ql4_printk(KERN_INFO, ha,
|
||||
"Minidump Tempalate Size = 0x%x KB\n",
|
||||
"Minidump Template Size = 0x%x KB\n",
|
||||
ha->fw_dump_tmplt_size));
|
||||
DEBUG2(ql4_printk(KERN_INFO, ha,
|
||||
"Total Minidump size = 0x%x KB\n", ha->fw_dump_size));
|
||||
|
|
Loading…
Reference in New Issue