[media] stv090x: Some whitespace cleanups

While writing changeset fdf1bc9fa2, 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: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Mauro Carvalho Chehab 2014-12-04 14:13:33 -02:00
Родитель fdf1bc9fa2
Коммит 09e59098bb
1 изменённых файлов: 16 добавлений и 16 удалений

Просмотреть файл

@ -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);