* [sailus-media-tree:metadata 2/7] htmldocs: Documentation/userspace-api/media/mediactl/media-types.rst:379: WARNING: Inline literal start-string without end-string.
@ 2023-07-01 1:11 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-07-01 1:11 UTC (permalink / raw)
To: Sakari Ailus; +Cc: oe-kbuild-all, linux-media, linux-doc
tree: git://linuxtv.org/sailus/media_tree.git metadata
head: acd95717f9d98767ad03e91b1b171352f9bcbaf9
commit: ddc2319ca1f78e14505d93d17298b951c52b3c4b [2/7] media: mc: Add INTERNAL pad flag
reproduce: (https://download.01.org/0day-ci/archive/20230701/202307010949.G2WKDFxB-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202307010949.G2WKDFxB-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> Documentation/userspace-api/media/mediactl/media-types.rst:379: WARNING: Inline literal start-string without end-string.
>> Documentation/userspace-api/media/glossary.rst:117: WARNING: term not in glossary: v4l2 api
>> Documentation/userspace-api/media/glossary.rst:130: WARNING: term not in glossary: v4l2 hardware
>> Documentation/userspace-api/media/glossary.rst:207: WARNING: term not in glossary: v4l2 sub-device
vim +379 Documentation/userspace-api/media/mediactl/media-types.rst
365
366 .. flat-table:: Media pad flags
367 :header-rows: 0
368 :stub-columns: 0
369
370 * - ``MEDIA_PAD_FL_SINK``
371 - Input pad, relative to the entity. Input pads sink data and are
372 targets of links.
373
374 * - ``MEDIA_PAD_FL_SOURCE``
375 - Output pad, relative to the entity. Output pads source data and
376 are origins of links.
377
378 * - ``MEDIA_PAD_FL_MUST_CONNECT``
> 379 - If this flag is set and the pad is linked to any other pad, then at
380 least one of those links must be enabled for the entity to be able to
381 :ref:``stream <media-glossary-stream>. There could be temporary
382 reasons (e.g. device configuration dependent) for the pad to need
383 enabled links even when this flag isn't set; the absence of the flag
384 doesn't imply there is none.
385
386 * - ``MEDIA_PAD_FL_INTERNAL``
387 - The internal flag indicates an internal pad that has no external
388 connections. Such a pad shall not be connected with a link. The
389 internal flag indicates that the stream either starts or ends in the
390 entity. For a given pad, the presence of the internal flag
391 necessitates the presence of either ``MEDIA_PAD_FL_SINK`` or
392 ``MEDIA_PAD_FL_SOURCE`` flag.
393
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-01 1:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-01 1:11 [sailus-media-tree:metadata 2/7] htmldocs: Documentation/userspace-api/media/mediactl/media-types.rst:379: WARNING: Inline literal start-string without end-string kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).