scsi: esas2r: fix spelling mistake: "requestss" -> "requests"

Trivial fix to spelling mistake in esas2r_debug message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Colin Ian King 2018-05-08 22:54:35 +01:00 committed by Martin K. Petersen
parent 769031c92c
commit eaa6d0df67

View File

@ -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;
}