From patchwork Mon Aug 17 11:20:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masanari Iida X-Patchwork-Id: 7024571 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 625B49F358 for ; Mon, 17 Aug 2015 11:21:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 887FD205FD for ; Mon, 17 Aug 2015 11:20:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A0F47205DF for ; Mon, 17 Aug 2015 11:20:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753197AbbHQLUo (ORCPT ); Mon, 17 Aug 2015 07:20:44 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:34284 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751427AbbHQLUn (ORCPT ); Mon, 17 Aug 2015 07:20:43 -0400 Received: by paccq16 with SMTP id cq16so63148103pac.1; Mon, 17 Aug 2015 04:20:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=6t/8Al8YFFB/7dr7/Fn92Ie9O7JiL//Yl754ITkGKfU=; b=EPRn5ZZlX6QtpDqVbrgfHsZCgDP382jPAlXr2JR02FgQlTaQSJRdCFZNxNz8FMBztm m1IMxNlcOX1Tv34ST6UBO7SsuyiO56ePQioRLr9Z0Ztj5iUyFGZMsoMS3+V6TgSwpaNK BewgtyBzxGNtPowZwehCSTHbP+ZjnpS/f9HDopVuJ5blJ8FKFUJzh699ZZZZgaWrrSb/ AszIbvZVKe7zXE6fqoo90zcF6NPbxdc7uN4/IIPkWuk7VgMsCFY7xib3URzZTt4ZscVu fWyZNn4vZhyuh1RYxHxskjqtBRdkJAZd2Qi76xCj/fTKH7Z3EgTnB3C/U7vbon2I9AZJ gN8g== X-Received: by 10.68.250.5 with SMTP id yy5mr1772404pbc.34.1439810442336; Mon, 17 Aug 2015 04:20:42 -0700 (PDT) Received: from masabert (p485025-omed01.tokyo.ocn.ne.jp. [153.154.36.25]) by smtp.gmail.com with ESMTPSA id to5sm14425434pac.33.2015.08.17.04.20.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Aug 2015 04:20:41 -0700 (PDT) Received: by masabert (Postfix, from userid 1000) id C3F67E2096; Mon, 17 Aug 2015 20:20:58 +0900 (JST) From: Masanari Iida To: mchehab@osg.samsung.com, linux-kernel@vger.kernel.org, corbet@lwn.net, sakari.ailus@linux.intel.com, linux-media@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] [media] DocBook media: Fix typo "the the" in xml files Date: Mon, 17 Aug 2015 20:20:56 +0900 Message-Id: <1439810456-22401-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.5.0.234.gefc8a62 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, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable 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 This patch fix spelling typo "the the" found in controls.xml and vidioc-g-param.xml. These xml files are generated from NOT any files, so I have to fix these xml files. Signed-off-by: Masanari Iida --- Documentation/DocBook/media/v4l/controls.xml | 2 +- Documentation/DocBook/media/v4l/vidioc-g-parm.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index 6e1667b..33aece5 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml @@ -3414,7 +3414,7 @@ giving priority to the center of the metered area. V4L2_EXPOSURE_METERING_MATRIX  A multi-zone metering. The light intensity is measured -in several points of the frame and the the results are combined. The +in several points of the frame and the results are combined. The algorithm of the zones selection and their significance in calculating the final value is device dependent. diff --git a/Documentation/DocBook/media/v4l/vidioc-g-parm.xml b/Documentation/DocBook/media/v4l/vidioc-g-parm.xml index f4e28e7..7217287 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-parm.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-parm.xml @@ -267,7 +267,7 @@ is intended for still imaging applications. The idea is to get the best possible image quality that the hardware can deliver. It is not defined how the driver writer may achieve that; it will depend on the hardware and the ingenuity of the driver writer. High quality mode is -a different mode from the the regular motion video capture modes. In +a different mode from the regular motion video capture modes. In high quality mode: The driver may be able to capture higher