mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
scst_proc: Indent consistently
Detected by smatch. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6352 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1699,15 +1699,15 @@ static ssize_t scst_proc_scsi_tgt_gen_write(struct file *file,
|
||||
while (!isspace(*ppp) && *ppp != '\0')
|
||||
ppp++;
|
||||
if (*ppp != '\0') {
|
||||
*ppp = '\0';
|
||||
*ppp = '\0';
|
||||
ppp++;
|
||||
while (isspace(*ppp) && *ppp != '\0')
|
||||
ppp++;
|
||||
if (*ppp != '\0') {
|
||||
PRINT_ERROR("%s", "Too many "
|
||||
"arguments");
|
||||
res = -EINVAL;
|
||||
goto out_up_free;
|
||||
res = -EINVAL;
|
||||
goto out_up_free;
|
||||
}
|
||||
}
|
||||
if (strcasecmp(pp, "FLAT") == 0)
|
||||
|
||||
Reference in New Issue
Block a user