scst_targ: Fix a checkpatch complaint

Avoid that checkpatch reports the following message:

ERROR: space required before the open parenthesis '('


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5421 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-04-16 06:17:19 +00:00
parent 5d14759c69
commit 0fb32cca26

View File

@@ -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;