Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: uAPI: buffer.rst: remove a left-over documentation

Changeset 129134e5415d ("media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flag")
reverted an uAPI flag, but it kept some left-overs at the documentation.

Drop them too. This should solve this warning:

Documentation/userspace-api/media/v4l/buffer.rst:692: WARNING: The "flat-table" directive is empty; content required.

.. flat-table::
:header-rows: 0
:stub-columns: 0
:widths: 3 1 4

Fixes: 129134e5415d ("media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flag")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

-14
-14
Documentation/userspace-api/media/v4l/buffer.rst
··· 678 678 679 679 .. _memory-flags: 680 680 681 - Memory Consistency Flags 682 - ======================== 683 - 684 - .. tabularcolumns:: |p{7.0cm}|p{2.2cm}|p{8.3cm}| 685 - 686 - .. cssclass:: longtable 687 - 688 - .. flat-table:: 689 - :header-rows: 0 690 - :stub-columns: 0 691 - :widths: 3 1 4 692 - 693 - .. c:type:: v4l2_memory 694 - 695 681 enum v4l2_memory 696 682 ================ 697 683