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

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}