The \endgroup command at the bottom of a table added in commit 5374d8fb75f3 ("media: Add P010 video format") doesn't have a corresponding \begingroup command preceding it. This imbalance causes an build error in "make pdfdocs". Fix the issue by removing it. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Fixes: 5374d8fb75f3 ("media: Add P010 video format") Cc: Benjamin Gaignard <benjamin.gaignard@xxxxxxxxxxxxx> Cc: Nicolas Dufresne <nicolas.dufresne@xxxxxxxxxxxxx> Cc: Hans Verkuil <hverkuil-cisco@xxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> --- Hi Mauro, In my (bi-weekly) test of "make pdfdocs" against next-20220629, I encountered a build error of userspace-api.tex. This patch fixes it. This is relative to 'master' of git://linuxtv.org/media_tree.git as merged by Stephen. Thanks, Akira -- Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst b/Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst index a900ff66911a..997ce2d094fc 100644 --- a/Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst +++ b/Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst @@ -570,9 +570,6 @@ Data in the 10 high bits, zeros in the 6 low bits, arranged in little endian ord - Cb\ :sub:`11` - Cr\ :sub:`11` -.. raw:: latex - - \endgroup Fully Planar YUV Formats ======================== base-commit: 945a9a8e448b65bec055d37eba58f711b39f66f0 -- 2.25.1