Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / 53c700.c
index 82abfce1cb42b2b07c64b081beffd7aa5a538849..a209c341889830127fa6ca5e72bde71d141432e7 100644 (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;
        }