[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:

committed by
Jiri Kosina

parent
839b47bca5
commit
804ff603d2
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user