scst_user: Fix indentation

Detected by smatch.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
Bart Van Assche
2015-05-02 11:29:41 +02:00
parent e392bcad89
commit 7be6652ea4

View File

@@ -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))