diff --git a/scst/src/dev_handlers/scst_user.c b/scst/src/dev_handlers/scst_user.c index 0125f7ee6..8ad6d79bd 100644 --- a/scst/src/dev_handlers/scst_user.c +++ b/scst/src/dev_handlers/scst_user.c @@ -1488,7 +1488,7 @@ static int dev_user_process_reply_exec(struct scst_user_cmd *ucmd, cmd->atomic = 0; - if (ereply->resp_data_len != 0) { + if (ereply->resp_data_len != 0) { if (ucmd->ubuff == 0) { int pages, rc; if (unlikely(ereply->pbuf == 0))