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

Commit 09e59098 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] stv090x: Some whitespace cleanups



While writing changeset fdf1bc9f, I noticed some checkpatch
complains about the CodingStyle for function parameters. So,
clean them.

While here, also removes uneeded "extern" from function prototype.

No functional changes.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent fdf1bc9f
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ struct stv090x_config {

#if IS_ENABLED(CONFIG_DVB_STV090x)

extern struct dvb_frontend *stv090x_attach(struct stv090x_config *config,
struct dvb_frontend *stv090x_attach(struct stv090x_config *config,
				    struct i2c_adapter *i2c,
				    enum stv090x_demodulator demod);