From: Colin Ian King Date: Tue, 8 May 2018 21:54:35 +0000 (+0100) Subject: scsi: esas2r: fix spelling mistake: "requestss" -> "requests" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eaa6d0df678a37733bd373f6d851840a2349a13e;p=linux.git scsi: esas2r: fix spelling mistake: "requestss" -> "requests" Trivial fix to spelling mistake in esas2r_debug message. Signed-off-by: Colin Ian King Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/esas2r/esas2r_ioctl.c b/drivers/scsi/esas2r/esas2r_ioctl.c index 97623002908f1..34bcc8c04ff4d 100644 --- a/drivers/scsi/esas2r/esas2r_ioctl.c +++ b/drivers/scsi/esas2r/esas2r_ioctl.c @@ -1849,7 +1849,7 @@ int esas2r_read_vda(struct esas2r_adapter *a, char *buf, long off, int count) /* allocate a request */ rq = esas2r_alloc_request(a); if (rq == NULL) { - esas2r_debug("esas2r_read_vda: out of requestss"); + esas2r_debug("esas2r_read_vda: out of requests"); return -EBUSY; }