Commit 0088d782 authored by Sidong Yang's avatar Sidong Yang Committed by Greg Kroah-Hartman

staging: android: Fix checkpatch.pl error

Remove space prohibited before the close parenthesis ')'.
Signed-off-by: default avatarSidong Yang <realwakka@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment