scst_sysfs: Fix indentation

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6642 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-11-09 21:37:33 +00:00
parent fecfbad5b7
commit b739464b4c

View File

@@ -7495,10 +7495,9 @@ int scst_wait_info_completion(struct scst_sysfs_user_info *info,
break;
}
} else if (rc != -ERESTARTSYS) {
res = rc;
PRINT_ERROR("wait_for_completion() failed: %d",
res);
goto out;
res = rc;
PRINT_ERROR("wait_for_completion() failed: %d", res);
goto out;
} else {
TRACE_DBG("Waiting for info %p finished with %d, "
"retrying", info, rc);