From 5be9e4ed4b6de7fd65b1c2848ad6b53e504061bc Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 2 May 2015 11:35:02 +0200 Subject: [PATCH] scst_proc: Fix indentation level inconsistencies Detected by smatch. Signed-off-by: Bart Van Assche --- scst/src/scst_proc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)