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: 3352231 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 5ED6C9F3EE for ; Mon, 16 Dec 2013 08:22:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4A29920378 for ; Mon, 16 Dec 2013 08:22:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7895020375 for ; Mon, 16 Dec 2013 08:22:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751971Ab3LPIWq (ORCPT ); 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-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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.