Commit eaa6d0df authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen

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

Trivial fix to spelling mistake in esas2r_debug message.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 769031c9
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment