Commit 7d57b894 authored by simran singhal's avatar simran singhal Committed by Greg Kroah-Hartman

staging: sh_css_firmware: Remove parentheses from return arguments

The sematic patch used for this is:
@@
identifier i;
constant c;
@@
return
- (
    \(i\|-i\|i(...)\|c\)
- )
  ;
Signed-off-by: default avatarsimran singhal <singhalsimran0@gmail.com>
Acked-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 68e009ed
......@@ -74,7 +74,7 @@ static struct fw_param *fw_minibuffer;
char *sh_css_get_fw_version(void)
{
return(FW_rel_ver_name);
return FW_rel_ver_name;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment