diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index 9090509d7..add6a2766 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -2241,7 +2241,7 @@ static int scst_report_supported_opcodes(struct scst_cmd *cmd) memset(buf, 0, buf_len); - switch(options) { + switch (options) { case 0: /* all */ put_unaligned_be32(buf_len - 3, &buf[0]); offs = 4;