mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 06:36:27 +00:00
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
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user