From patchwork Wed Mar 12 15:57:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masanari Iida X-Patchwork-Id: 3818871 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3E9ECBF540 for ; Wed, 12 Mar 2014 15:57:56 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 61387202F0 for ; Wed, 12 Mar 2014 15:57:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6DE5E202B8 for ; Wed, 12 Mar 2014 15:57:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754761AbaCLP5b (ORCPT ); Wed, 12 Mar 2014 11:57:31 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:57542 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753206AbaCLP5a (ORCPT ); Wed, 12 Mar 2014 11:57:30 -0400 Received: by mail-pb0-f46.google.com with SMTP id rq2so1271507pbb.19 for ; Wed, 12 Mar 2014 08:57:30 -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=LLrNv/8VyXsCEWtx4z150aV2Z2b9ZrpiYr3hcUcE71Y=; b=yUUjUY628PSURwMxFiUBjYwW14lGoSs3Sr+kyev1WyJFEOK9VGK3x99XzxtaV12pyw tE49to8g81kUh8B95FqsEokwPBYaNT+jOG6jZ01B14GKNB0BIpzKTZOgx7qveRkPtzJ3 /qh0L7Q5zJeH5Da7S4WWx3LqKpgknahNommutq/lKiEE9Z2R/j0OXrjv0KbKgQLKgilc sqa4XasitH/l4YbpxDaFSvV+s68mhzbAl6tnkYJRrTFIQ8OuYMHIb+q9nr6i49NNjecd +AZbdAgONwzNznpkAZj0bSEhyUCW4FKAiTiIkgvW/A8pf61HmT1ih/C9VMKqXPVn9rTb E7Ww== X-Received: by 10.66.250.202 with SMTP id ze10mr6004919pac.153.1394639850024; Wed, 12 Mar 2014 08:57:30 -0700 (PDT) Received: from masabert (i118-21-156-233.s30.a048.ap.plala.or.jp. [118.21.156.233]) by mx.google.com with ESMTPSA id xn10sm22082005pab.0.2014.03.12.08.57.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Mar 2014 08:57:28 -0700 (PDT) Received: by masabert (Postfix, from userid 1000) id 081AA64B01; Thu, 13 Mar 2014 00:57:24 +0900 (JST) From: Masanari Iida To: linux-kernel@vger.kernel.org, trivial@kernel.org, rob@landley.net, m.chehab@samsung.com, linux-media@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] [trivial] doc: DocBook: Fix typo in xml and template file Date: Thu, 13 Mar 2014 00:57:22 +0900 Message-Id: <1394639842-31349-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 1.9.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, 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 Fix spelling typo under Documentation/DocBook/media. It is because these files are NOT generated by "make htmldocs", I have to fix the files. Signed-off-by: Masanari Iida --- Documentation/DocBook/media/dvb/dvbproperty.xml | 2 +- Documentation/DocBook/media/v4l/compat.xml | 2 +- Documentation/DocBook/media_api.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index a9b15e3..24c22ca 100644 --- a/Documentation/DocBook/media/dvb/dvbproperty.xml +++ b/Documentation/DocBook/media/dvb/dvbproperty.xml @@ -196,7 +196,7 @@ get/set up to 64 properties. The actual meaning of each property is described on 1)For satellital delivery systems, it is measured in kHz. For the other ones, it is measured in Hz. 2)For ISDB-T, the channels are usually transmitted with an offset of 143kHz. - E.g. a valid frequncy could be 474143 kHz. The stepping is bound to the bandwidth of + E.g. a valid frequency could be 474143 kHz. The stepping is bound to the bandwidth of the channel which is 6MHz. 3)As in ISDB-Tsb the channel consists of only one or three segments the diff --git a/Documentation/DocBook/media/v4l/compat.xml b/Documentation/DocBook/media/v4l/compat.xml index c4cac6d..86c6dd2 100644 --- a/Documentation/DocBook/media/v4l/compat.xml +++ b/Documentation/DocBook/media/v4l/compat.xml @@ -397,7 +397,7 @@ linkend="control" />. The depth (average number of bits per pixel) of a video image is implied by the selected image -format. V4L2 does not explicitely provide such information assuming +format. V4L2 does not explicitly provide such information assuming applications recognizing the format are aware of the image depth and others need not know. The palette field moved into the &v4l2-pix-format;: diff --git a/Documentation/DocBook/media_api.tmpl b/Documentation/DocBook/media_api.tmpl index 4c8d282..ab56f89c 100644 --- a/Documentation/DocBook/media_api.tmpl +++ b/Documentation/DocBook/media_api.tmpl @@ -58,7 +58,7 @@ Foundation. A copy of the license is included in the chapter entitled Introduction This document covers the Linux Kernel to Userspace API's used by - video and radio straming devices, including video cameras, + video and radio streaming devices, including video cameras, analog and digital TV receiver cards, AM/FM receiver cards, streaming capture devices. It is divided into four parts.