diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-29 16:04:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 09:23:32 -0300 |
commit | 36aefa35f4bfab4c40f2445864e4fcb445d0d09d (patch) | |
tree | 79ec47f003df1456cf42f4127656b80e02cbfbb9 /drivers | |
parent | 3c7d91eff7dc9477a00b8c692ffa0ccf9e84517d (diff) | |
download | op-kernel-dev-36aefa35f4bfab4c40f2445864e4fcb445d0d09d.zip op-kernel-dev-36aefa35f4bfab4c40f2445864e4fcb445d0d09d.tar.gz |
[media] demux.h: fix a documentation warning
The kernel-doc parser didn't handle well the private:
tag. Rewrite it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb-core/demux.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/media/dvb-core/demux.h b/drivers/media/dvb-core/demux.h index 0d9c535..aeda2b6 100644 --- a/drivers/media/dvb-core/demux.h +++ b/drivers/media/dvb-core/demux.h @@ -582,10 +582,12 @@ struct dmx_demux { int (*get_pes_pids)(struct dmx_demux *demux, u16 *pids); + /* private: */ + /* - * private: Only used at av7110, to read some data from firmware. - * As this was never documented, we have no clue about what's - * there, and its usage on other drivers aren't encouraged. + * Only used at av7110, to read some data from firmware. + * As this was never documented, we have no clue about what's + * there, and its usage on other drivers aren't encouraged. */ int (*get_stc)(struct dmx_demux *demux, unsigned int num, u64 *stc, unsigned int *base); |