Merge remote-tracking branch 'regulator/for-next'
[deliverable/linux.git] / drivers / media / dvb-core / demux.h
index 0d9c53518be2b669973d463d0287939ed87c8a00..aeda2b64931cfdf1cc718c58d31dd3fa89413aea 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);
This page took 0.043155 seconds and 5 git commands to generate.