From 7be6652ea4cedc8cb2fd5247c5eed122b3937863 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 2 May 2015 11:29:41 +0200 Subject: [PATCH] scst_user: Fix indentation Detected by smatch. Signed-off-by: Bart Van Assche --- scst/src/dev_handlers/scst_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))