Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36aefa35 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] demux.h: fix a documentation warning



The kernel-doc parser didn't handle well the private:
tag. Rewrite it.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 3c7d91ef
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -582,8 +582,10 @@ 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.
	 * 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.
	 */