From: Michael Krufky Date: Mon, 10 Dec 2007 14:12:59 +0000 (-0300) Subject: V4L/DVB (6788): tda8290: fix codingstyle, open brace following struct on the same... X-Git-Tag: v2.6.25-rc1~1235^2~216 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2dcf84b36c23a2c34207ab650071f9ee33d3c4a2;p=karo-tx-linux.git V4L/DVB (6788): tda8290: fix codingstyle, open brace following struct on the same line Fix codingstyle issue discovered after using new checkpatch.pl ERROR: open brace '{' following struct go on the same line 396: FILE: linux/drivers/media/video/tda8290.h:24: +struct tda829x_config +{ Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/tda8290.h b/drivers/media/video/tda8290.h index 4c547577e7ca..7bce03183d08 100644 --- a/drivers/media/video/tda8290.h +++ b/drivers/media/video/tda8290.h @@ -20,8 +20,7 @@ #include #include "dvb_frontend.h" -struct tda829x_config -{ +struct tda829x_config { unsigned int *lna_cfg; int (*tuner_callback) (void *dev, int command, int arg); };