From patchwork Wed Feb 8 08:29:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomi Valkeinen X-Patchwork-Id: 13132556 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 230FCC636CC for ; Wed, 8 Feb 2023 08:29:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5DEA210E6C9; Wed, 8 Feb 2023 08:29:39 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id F1B8410E045 for ; Wed, 8 Feb 2023 08:29:37 +0000 (UTC) Received: from desky.lan (91-154-32-225.elisa-laajakaista.fi [91.154.32.225]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E872C496; Wed, 8 Feb 2023 09:29:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1675844976; bh=MDS5IDtdqwsw5d5ooAax7OknMyhhBsxtxqY9Ap06hzg=; h=From:To:Cc:Subject:Date:From; b=N4J+27nKew8Rc7HhnA6J+LxYQ1riAT1tm1+tkN9lX/aMbX7uREzt6Wh6VB6KVgrNr eU+QG0wLMDnCjBhev6IeSxFmXfOuyDm09oPYsxJRcKqDea2FKaOg6/2GzJD1GV5hyz mGL+Rj2a3X0/xqz71gXjQbCwLeDsDlxwKrQoBGQ4= From: Tomi Valkeinen To: dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org, Laurent Pinchart Subject: [PATCH] media: Fix building pdfdocs Date: Wed, 8 Feb 2023 10:29:16 +0200 Message-Id: <20230208082916.68377-1-tomi.valkeinen@ideasonboard.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Akira Yokosawa , Dave Airlie , Mauro Carvalho Chehab , Tomi Valkeinen Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Commit 8d0e3fc61abd ("media: Add 2-10-10-10 RGB formats") added documatation for a few new RGB formats. For some reason these break the pdfdocs build, even if the same style seems to work elsewhere in the file. Remove the trailing empty dash lines, which seems to fix the issue. Fixes: 8d0e3fc61abd ("media: Add 2-10-10-10 RGB formats") Reported-by: Akira Yokosawa Signed-off-by: Tomi Valkeinen Tested-by: Akira Yokosawa Reviewed-by: Laurent Pinchart Acked-by: Mauro Carvalho Chehab --- Note: the offending patch was merged via drm tree, so we may want to apply the fix to the drm tree also. Documentation/userspace-api/media/v4l/pixfmt-rgb.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst b/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst index d330aeb4d3eb..ea545ed1aeaa 100644 --- a/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst +++ b/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst @@ -868,7 +868,6 @@ number of bits for each component. - r\ :sub:`4` - r\ :sub:`3` - r\ :sub:`2` - - * .. _V4L2-PIX-FMT-RGBA1010102: - ``V4L2_PIX_FMT_RGBA1010102`` @@ -909,7 +908,6 @@ number of bits for each component. - r\ :sub:`4` - r\ :sub:`3` - r\ :sub:`2` - - * .. _V4L2-PIX-FMT-ARGB2101010: - ``V4L2_PIX_FMT_ARGB2101010`` @@ -950,7 +948,6 @@ number of bits for each component. - r\ :sub:`6` - r\ :sub:`5` - r\ :sub:`4` - - .. raw:: latex