Staging: media: fix space prohibited before semicolon
Fix checkpatch.pl issues with space prohibited before semicolon in dm365_ipipe.c Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5570de180d
commit
8bf961c8c2
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ static int ipipe_validate_yee_params(struct vpfe_ipipe_yee *yee)
|
|||
yee->es_ofst_grad > YEE_THR_MASK)
|
||||
return -EINVAL;
|
||||
|
||||
for (i = 0; i < VPFE_IPIPE_MAX_SIZE_YEE_LUT ; i++)
|
||||
for (i = 0; i < VPFE_IPIPE_MAX_SIZE_YEE_LUT; i++)
|
||||
if (yee->table[i] > YEE_ENTRY_MASK)
|
||||
return -EINVAL;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue