scsi: scsi_transport_iscsi: fix spelling mistake: 'Cound' -> 'Could'
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Sun, 29 Oct 2017 06:09:46 +0000 (11:39 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 31 Oct 2017 16:28:05 +0000 (12:28 -0400)
Trivial fix to spelling mistakes in 'iscsi_get_host_stats'.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_transport_iscsi.c

index 8934f19..590a56c 100644 (file)
@@ -3436,7 +3436,7 @@ iscsi_get_host_stats(struct iscsi_transport *transport, struct nlmsghdr *nlh)
 
        shost = scsi_host_lookup(ev->u.get_host_stats.host_no);
        if (!shost) {
-               pr_err("%s: failed. Cound not find host no %u\n",
+               pr_err("%s: failed. Could not find host no %u\n",
                       __func__, ev->u.get_host_stats.host_no);
                return -ENODEV;
        }