提交 0088d782 编写于 作者: S Sidong Yang 提交者: Greg Kroah-Hartman

staging: android: Fix checkpatch.pl error

Remove space prohibited before the close parenthesis ')'.
Signed-off-by: NSidong Yang <realwakka@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 262edc35
......@@ -31,7 +31,7 @@ static int validate_ioctl_arg(unsigned int cmd, union ion_ioctl_arg *arg)
case ION_IOC_HEAP_QUERY:
if (arg->query.reserved0 ||
arg->query.reserved1 ||
arg->query.reserved2 )
arg->query.reserved2)
return -EINVAL;
break;
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册