]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/osd/osd_initiator.c
Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh...
[karo-tx-linux.git] / drivers / scsi / osd / osd_initiator.c
index d8293f25ca339637ed1fe705b23a32acebb3a03f..aa66361ed44b71772da913c74c69640b43909f23 100644 (file)
@@ -1049,7 +1049,7 @@ static struct bio *_create_sg_bios(struct osd_request *or,
 
        bio = bio_kmalloc(GFP_KERNEL, numentries);
        if (unlikely(!bio)) {
-               OSD_DEBUG("Faild to allocate BIO size=%u\n", numentries);
+               OSD_DEBUG("Failed to allocate BIO size=%u\n", numentries);
                return ERR_PTR(-ENOMEM);
        }