From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in esas2r_debug message

Signed-off-by: Colin Ian King <[email protected]>
---
 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/esas2r/esas2r_ioctl.c 
b/drivers/scsi/esas2r/esas2r_ioctl.c
index 97623002908f..34bcc8c04ff4 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;
                }
 
-- 
2.17.0

Reply via email to