mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user