diff --git a/scst/src/scst_proc.c b/scst/src/scst_proc.c index e430c1a36..a7f2169b5 100644 --- a/scst/src/scst_proc.c +++ b/scst/src/scst_proc.c @@ -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)