mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
scst_user: Fix indentation
Detected by smatch. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user