]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/scsi_transport_iscsi.c
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[karo-tx-linux.git] / drivers / scsi / scsi_transport_iscsi.c
index 4c25539abc8441a817ca31bcf27359bdaff9d748..e4b3d8f4fd85e25f09c19af401476a261d457b49 100644 (file)
@@ -3039,7 +3039,7 @@ iscsi_get_chap(struct iscsi_transport *transport, struct nlmsghdr *nlh)
 
        shost = scsi_host_lookup(ev->u.get_chap.host_no);
        if (!shost) {
-               printk(KERN_ERR "%s: failed. Cound not find host no %u\n",
+               printk(KERN_ERR "%s: failed. Could not find host no %u\n",
                       __func__, ev->u.get_chap.host_no);
                return -ENODEV;
        }