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

scsi: isci: fix typo in deg_dbg message

Trivial fix to typo "repsonse" to "response" in dev_dbg message.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarBart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 99c7b6ae
...@@ -2473,7 +2473,7 @@ static void isci_request_process_response_iu( ...@@ -2473,7 +2473,7 @@ static void isci_request_process_response_iu(
"%s: resp_iu = %p " "%s: resp_iu = %p "
"resp_iu->status = 0x%x,\nresp_iu->datapres = %d " "resp_iu->status = 0x%x,\nresp_iu->datapres = %d "
"resp_iu->response_data_len = %x, " "resp_iu->response_data_len = %x, "
"resp_iu->sense_data_len = %x\nrepsonse data: ", "resp_iu->sense_data_len = %x\nresponse data: ",
__func__, __func__,
resp_iu, resp_iu,
resp_iu->status, resp_iu->status,
......
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