[SCSI] Fix printk typos in drivers/scsi

This patch fix spme spelling typos in printk within drivers/scsi.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
Masanari Iida
2015-05-07 23:21:27 +09:00
committed by Jiri Kosina
parent 839b47bca5
commit 804ff603d2
4 changed files with 5 additions and 5 deletions

View File

@@ -299,7 +299,7 @@ NCR_700_detect(struct scsi_host_template *tpnt,
memory = dma_alloc_noncoherent(hostdata->dev, TOTAL_MEM_SIZE,
&pScript, GFP_KERNEL);
if(memory == NULL) {
printk(KERN_ERR "53c700: Failed to allocate memory for driver, detatching\n");
printk(KERN_ERR "53c700: Failed to allocate memory for driver, detaching\n");
return NULL;
}