From: Mauro Carvalho Chehab Date: Mon, 29 Aug 2016 19:04:01 +0000 (-0300) Subject: [media] demux.h: fix a documentation warning X-Git-Tag: v4.9-rc1~43^2~223 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=36aefa35f4bfab4c40f2445864e4fcb445d0d09d;p=karo-tx-linux.git [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 --- diff --git a/drivers/media/dvb-core/demux.h b/drivers/media/dvb-core/demux.h index 0d9c53518be2..aeda2b64931c 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);