From patchwork Mon Dec 16 08:16:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 21146 X-Patchwork-Delegate: hverkuil@xs4all.nl Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1VsTRy-0001gi-Fh; Mon, 16 Dec 2013 09:22:50 +0100 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.72/mailfrontend-5) with esmtp id 1VsTRw-0001Ik-7f; Mon, 16 Dec 2013 09:22:50 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751971Ab3LPIWq (ORCPT + 1 other); Mon, 16 Dec 2013 03:22:46 -0500 Received: from smtp207.alice.it ([82.57.200.103]:61878 "EHLO smtp207.alice.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751945Ab3LPIWq (ORCPT ); Mon, 16 Dec 2013 03:22:46 -0500 X-Greylist: delayed 340 seconds by postgrey-1.27 at vger.kernel.org; Mon, 16 Dec 2013 03:22:45 EST Received: from jcn (82.61.79.211) by smtp207.alice.it (8.6.060.28) id 525156851148E77F; Mon, 16 Dec 2013 09:17:04 +0100 Received: from ao2 by jcn with local (Exim 4.82) (envelope-from ) id 1VsTMM-0004RG-Ny; Mon, 16 Dec 2013 09:17:02 +0100 From: Antonio Ospite To: linux-media@vger.kernel.org Cc: Antonio Ospite , Mauro Carvalho Chehab Subject: [PATCH 1/2] [media] Documentation/DocBook/media/v4l/subdev-formats.xml: fix a typo Date: Mon, 16 Dec 2013 09:16:45 +0100 Message-Id: <1387181806-17021-2-git-send-email-ospite@studenti.unina.it> X-Mailer: git-send-email 1.8.5.1 In-Reply-To: <1387181806-17021-1-git-send-email-ospite@studenti.unina.it> References: <1387181806-17021-1-git-send-email-ospite@studenti.unina.it> MIME-Version: 1.0 X-Face: z*RaLf`X<@C75u6Ig9}{oW$H; 1_\2t5)({*|jhM/Vb; ]yA5\I~93>J<_`<4)A{':UrE Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.12.16.81515 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' MULTIPLE_RCPTS 0.1, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1200_1299 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, CT_TEXT_PLAIN_UTF8_CAPS 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_MAILING_LIST 0, __IN_REP_TO 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MULTIPLE_RCPTS_CC_X2 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_NO_WWW 0, __URI_NS ' The xref to the v4l2-mbus-pixelcode-yuv8 table gets rendered as "Table 4.22, “YUV Formats”", so use the verb in the third person singular because it refers to "Table": s/list/lists/ Signed-off-by: Antonio Ospite --- Documentation/DocBook/media/v4l/subdev-formats.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml b/Documentation/DocBook/media/v4l/subdev-formats.xml index f72c1cc..bbe30cd 100644 --- a/Documentation/DocBook/media/v4l/subdev-formats.xml +++ b/Documentation/DocBook/media/v4l/subdev-formats.xml @@ -1178,7 +1178,7 @@ U, Y, V, Y order will be named V4L2_MBUS_FMT_UYVY8_2X8. - list existing packet YUV + lists existing packet YUV formats and describes the organization of each pixel data in each sample. When a format pattern is split across multiple samples each of the samples in the pattern is described.