From 29d11c1ee20099b7389409e33321a773f272d3ed Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 16 Jun 2015 23:54:14 +0000 Subject: [PATCH] scst_user: Fix indentation Detected by smatch. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6351 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- 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 2d45bb4f1..9c2ac3bc4 100644 --- a/scst/src/dev_handlers/scst_user.c +++ b/scst/src/dev_handlers/scst_user.c @@ -1487,7 +1487,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))