staging: android: Fix checkpatch.pl error

Remove space prohibited before the close parenthesis ')'.

Signed-off-by: Sidong Yang <realwakka@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sidong Yang 2017-11-05 16:52:54 +00:00 committed by Greg Kroah-Hartman
parent 262edc359d
commit 0088d78251
1 changed files with 1 additions and 1 deletions

View File

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