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:
parent
769031c92c
commit
eaa6d0df67
|
@ -1849,7 +1849,7 @@ int esas2r_read_vda(struct esas2r_adapter *a, char *buf, long off, int count)
|
||||||
/* allocate a request */
|
/* allocate a request */
|
||||||
rq = esas2r_alloc_request(a);
|
rq = esas2r_alloc_request(a);
|
||||||
if (rq == NULL) {
|
if (rq == NULL) {
|
||||||
esas2r_debug("esas2r_read_vda: out of requestss");
|
esas2r_debug("esas2r_read_vda: out of requests");
|
||||||
return -EBUSY;
|
return -EBUSY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue