Staging: media: fix space prohibited before semicolon
authorEbru Akagunduz <ebru.akagunduz@gmail.com>
Fri, 1 Nov 2013 17:00:38 +0000 (19:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 19:40:59 +0000 (11:40 -0800)
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>
drivers/staging/media/davinci_vpfe/dm365_ipipe.c

index 766a071..b7044a3 100644 (file)
@@ -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;