From patchwork Tue Mar 13 18:34:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 10280537 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B6EA0601A0 for ; Tue, 13 Mar 2018 18:34:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A4EA624B5B for ; Tue, 13 Mar 2018 18:34:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 98095251F9; Tue, 13 Mar 2018 18:34:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 29BF424B5B for ; Tue, 13 Mar 2018 18:34:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752216AbeCMSeU (ORCPT ); Tue, 13 Mar 2018 14:34:20 -0400 Received: from lb2-smtp-cloud9.xs4all.net ([194.109.24.26]:59262 "EHLO lb2-smtp-cloud9.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751996AbeCMSeT (ORCPT ); Tue, 13 Mar 2018 14:34:19 -0400 Received: from [10.20.15.13] ([65.152.116.130]) by smtp-cloud9.xs4all.net with ESMTPA id vokXeunXhAB0wvokbeVvMl; Tue, 13 Mar 2018 19:34:17 +0100 To: Linux Media Mailing List From: Hans Verkuil Subject: [PATCH] pixfmt-v4l2.rst: fix broken enum :c:type: Message-ID: <7f33d0c1-a087-c2a8-3453-1f2cf65e1d39@xs4all.nl> Date: Tue, 13 Mar 2018 11:34:12 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Language: en-US X-CMAE-Envelope: MS4wfJkGISP59AwK4KP+kVgrDqvZcE6LkpxK1Z/+C8O6yyBEljklKxDxRhvxleMvH5v/hSJ9lQhFOekU1p3NrMQ0e3lUkkDbxa4QodKqKMxyHT4QququRCNg PVTS0XgC0XU+6Fgd2snGE2U0Xdr4S2mxpUxicAcfTSDTWnpXqxEQyBMNMMKRqox1au9k1cIxWD2iPw== Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP :c:type:: -> :c:type: Signed-off-by: Hans Verkuil diff --git a/Documentation/media/uapi/v4l/pixfmt-v4l2.rst b/Documentation/media/uapi/v4l/pixfmt-v4l2.rst index 2ee164c25637..6622938c1b41 100644 --- a/Documentation/media/uapi/v4l/pixfmt-v4l2.rst +++ b/Documentation/media/uapi/v4l/pixfmt-v4l2.rst @@ -40,7 +40,7 @@ Single-planar format structure RGB formats in :ref:`rgb-formats`, YUV formats in :ref:`yuv-formats`, and reserved codes in :ref:`reserved-formats` - * - enum :c:type::`v4l2_field` + * - enum :c:type:`v4l2_field` - ``field`` - Video images are typically interlaced. Applications can request to capture or output only the top or bottom field, or both fields