From: Mauro Carvalho Chehab Date: Tue, 28 Apr 2015 11:55:46 +0000 (-0300) Subject: [media] am437x: Fix a wrong identation X-Git-Tag: v4.2-rc1~107^2~533 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f396573e1c749c1e0b81a052dec900f2c26044cd;p=karo-tx-linux.git [media] am437x: Fix a wrong identation drivers/media/platform/am437x/am437x-vpfe.c:513 vpfe_ccdc_set_params() warn: inconsistent indenting Cc: Benoit Parrot Signed-off-by: Mauro Carvalho Chehab Acked-by: Lad, Prabhakar Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/am437x/am437x-vpfe.c b/drivers/media/platform/am437x/am437x-vpfe.c index 9c037ac10e10..57c8a653da4a 100644 --- a/drivers/media/platform/am437x/am437x-vpfe.c +++ b/drivers/media/platform/am437x/am437x-vpfe.c @@ -510,7 +510,7 @@ static int vpfe_ccdc_set_params(struct vpfe_ccdc *ccdc, void __user *params) if (!vpfe_ccdc_validate_param(ccdc, &raw_params)) { vpfe_ccdc_update_raw_params(ccdc, &raw_params); - return 0; + return 0; } return -EINVAL;