Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e059b0fa authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (7628): au8522: codingstyle cleanups



Fixed some checkpatch.pl warnings

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent f07e8e4b
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -39,7 +39,8 @@ struct au8522_config
extern struct dvb_frontend *au8522_attach(const struct au8522_config *config,
					  struct i2c_adapter *i2c);
#else
static inline struct dvb_frontend* au8522_attach(const struct au8522_config* config,
static inline
struct dvb_frontend *au8522_attach(const struct au8522_config *config,
				   struct i2c_adapter *i2c)
{
	printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__);
+35 −35

File changed.

Contains only whitespace changes.