提交 36aefa35 编写于 作者: M Mauro Carvalho Chehab

[media] demux.h: fix a documentation warning

The kernel-doc parser didn't handle well the private:
tag. Rewrite it.
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 3c7d91ef
...@@ -582,10 +582,12 @@ struct dmx_demux { ...@@ -582,10 +582,12 @@ struct dmx_demux {
int (*get_pes_pids)(struct dmx_demux *demux, u16 *pids); int (*get_pes_pids)(struct dmx_demux *demux, u16 *pids);
/* private: */
/* /*
* private: Only used at av7110, to read some data from firmware. * Only used at av7110, to read some data from firmware.
* As this was never documented, we have no clue about what's * As this was never documented, we have no clue about what's
* there, and its usage on other drivers aren't encouraged. * there, and its usage on other drivers aren't encouraged.
*/ */
int (*get_stc)(struct dmx_demux *demux, unsigned int num, int (*get_stc)(struct dmx_demux *demux, unsigned int num,
u64 *stc, unsigned int *base); u64 *stc, unsigned int *base);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册