scst_proc: Fix indentation level inconsistencies

Detected by smatch.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
Bart Van Assche
2015-05-02 11:35:02 +02:00
parent 7be6652ea4
commit 5be9e4ed4b
+3 -3
View File
@@ -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)