diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-11-29 20:02:22 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-11-30 10:19:05 +0100 |
commit | be9b53c83792e3898755dce90f8c632d40e7c83e (patch) | |
tree | 627ed2c0c7557f5a1da416b71d2c06883647d5ea /drivers/media/dvb-frontends/tda10071.h | |
parent | media: docs: add documentation for frontend attach info (diff) | |
download | linux-be9b53c83792e3898755dce90f8c632d40e7c83e.tar.xz linux-be9b53c83792e3898755dce90f8c632d40e7c83e.zip |
media: dvb-frontends: complete kernel-doc markups
For the dvb-frontends that are now part of the documentation,
complete the kernel-doc markups, in order for them to be
properly used at the driver's kAPI documentation.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/tda10071.h')
-rw-r--r-- | drivers/media/dvb-frontends/tda10071.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/tda10071.h b/drivers/media/dvb-frontends/tda10071.h index 8f184026ee11..da1a87bc1603 100644 --- a/drivers/media/dvb-frontends/tda10071.h +++ b/drivers/media/dvb-frontends/tda10071.h @@ -38,7 +38,6 @@ * @tuner_i2c_addr: CX24118A tuner I2C address (0x14, 0x54, ...). * @get_dvb_frontend: Get DVB frontend. */ - struct tda10071_platform_data { u32 clk; u16 i2c_wr_max; |