Skip to content

Commit

Permalink
V4L/DVB (6788): tda8290: fix codingstyle, open brace following struct…
Browse files Browse the repository at this point in the history
… 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 <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 864a6b8 commit 2dcf84b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/media/video/tda8290.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
#include <linux/i2c.h>
#include "dvb_frontend.h"

struct tda829x_config
{
struct tda829x_config {
unsigned int *lna_cfg;
int (*tuner_callback) (void *dev, int command, int arg);
};
Expand Down

0 comments on commit 2dcf84b

Please sign in to comment.