From: Colin Ian King <colin.k...@canonical.com>

Trivial fix to typo "repsonse" to "response" in dev_dbg message.

Signed-off-by: Colin Ian King <colin.k...@canonical.com>
---
 drivers/scsi/isci/request.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/isci/request.c b/drivers/scsi/isci/request.c
index b709d2b..47f66e9 100644
--- a/drivers/scsi/isci/request.c
+++ b/drivers/scsi/isci/request.c
@@ -2473,7 +2473,7 @@ static void isci_request_process_response_iu(
                "%s: resp_iu = %p "
                "resp_iu->status = 0x%x,\nresp_iu->datapres = %d "
                "resp_iu->response_data_len = %x, "
-               "resp_iu->sense_data_len = %x\nrepsonse data: ",
+               "resp_iu->sense_data_len = %x\nresponse data: ",
                __func__,
                resp_iu,
                resp_iu->status,
-- 
2.10.2

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to