diff options
author | Daniel Scheller <d.scheller@gmx.net> | 2017-07-23 12:13:11 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-20 13:14:09 +0200 |
commit | ddb6a90dcd008c35b2c9a71a97eab69dc4c04b10 (patch) | |
tree | 500624b960db30b59b7bab7dc364ab385ae64a8d /drivers/media/dvb-frontends/stv0910.h | |
parent | media: dvb-frontends/stv0910: implement diseqc_send_burst (diff) | |
download | linux-ddb6a90dcd008c35b2c9a71a97eab69dc4c04b10.tar.xz linux-ddb6a90dcd008c35b2c9a71a97eab69dc4c04b10.zip |
media: dvb-frontends/stv0910: further coding style cleanup
Fixes up all remainders reported by "checkpatch.pl --strict"
Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/stv0910.h')
-rw-r--r-- | drivers/media/dvb-frontends/stv0910.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/stv0910.h b/drivers/media/dvb-frontends/stv0910.h index e1ab6df7c805..fccd8d9b665f 100644 --- a/drivers/media/dvb-frontends/stv0910.h +++ b/drivers/media/dvb-frontends/stv0910.h @@ -14,8 +14,8 @@ struct stv0910_cfg { #if IS_REACHABLE(CONFIG_DVB_STV0910) -extern struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c, - struct stv0910_cfg *cfg, int nr); +struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c, + struct stv0910_cfg *cfg, int nr); #else |