Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 013ee633 authored by Arvind Yadav's avatar Arvind Yadav Committed by Martin K. Petersen
Browse files

scsi: scsi_transport_iscsi: fix spelling mistake: 'Cound' -> 'Could'



Trivial fix to spelling mistakes in 'iscsi_get_host_stats'.

Signed-off-by: default avatarArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 39bef87c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}