From: Ruslan Pisarev Date: Wed, 20 Oct 2010 09:36:18 +0000 (-0300) Subject: [media] Staging: tm6000: Delete braces from return in tm6000-cards.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=51a5d39610f433f282985bcba18b90c2791c2669;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git [media] Staging: tm6000: Delete braces from return in tm6000-cards.c This is a patch to the tm6000-cards.c file that fixed up a space error found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 7e15d7818d17..b04f6712cd9a 100644 --- a/drivers/staging/tm6000/tm6000-cards.c +++ b/drivers/staging/tm6000/tm6000-cards.c @@ -349,7 +349,7 @@ int tm6000_xc5000_callback(void *ptr, int component, int command, int arg) dev->gpio.tuner_reset, 0x01); break; } - return (rc); + return rc; } EXPORT_SYMBOL_GPL(tm6000_xc5000_callback);