OSDN Git Service

[media] demux.h: fix a documentation warning
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 29 Aug 2016 19:04:01 +0000 (16:04 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 9 Sep 2016 12:23:32 +0000 (09:23 -0300)
The kernel-doc parser didn't handle well the private:
tag. Rewrite it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/demux.h

index 0d9c535..aeda2b6 100644 (file)
@@ -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);