From patchwork Sat Jun 18 08:52:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sylwester Nawrocki X-Patchwork-Id: 7280 Return-path: Envelope-to: mchehab@pedra Delivery-date: Sat, 18 Jun 2011 06:34:15 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1QXruw-0004ek-KV for mchehab@pedra; Sat, 18 Jun 2011 06:34:14 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Sat, 18 Jun 2011 06:34:14 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QXrGz-0004r9-Dp; Sat, 18 Jun 2011 08:52:57 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753700Ab1FRIwu (ORCPT + 1 other); Sat, 18 Jun 2011 04:52:50 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:53760 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753165Ab1FRIwt (ORCPT ); Sat, 18 Jun 2011 04:52:49 -0400 Received: by eyx24 with SMTP id 24so66714eyx.19 for ; Sat, 18 Jun 2011 01:52:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=5MnzmsiBCn3R/jz37+5rbNIR/kkf1JQRHYHO2bQ1xT8=; b=DRFlz1fcgP1cOBCQfVpqCFZbkABjJzpZ+dEP3WnF/26GewkEvxxexLQlbqeqt6ZVr7 FMzucB2plXwAi9/YFeQ8OgmaSgVDTj+itZDzhH9psBCpXHzlrO60zBLc6Bdwaqzy6Juk x+pMGU786WpeR1foxtxoSkZHx+tEZWkY2bGpU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=xAl6rHNNyZLbhvRMBsizkcuMrkdFZDMwycLgIwyQm+KfFDRPrM+PE89bPvwOCgPoBG dDTPzKSflI95VjrP6gTqepycrgoXckaRtMqbU9Oe1Va00WvdR+SnQfsbPV2yfthI23vf rMArf9In344EfIL/+Sc/ZIwLJwpTZie3u5du4= Received: by 10.14.24.76 with SMTP id w52mr944464eew.171.1308387168469; Sat, 18 Jun 2011 01:52:48 -0700 (PDT) Received: from localhost.localdomain (84-dzi-26.acn.waw.pl [85.222.29.84]) by mx.google.com with ESMTPS id z1sm2845163eeb.6.2011.06.18.01.52.45 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 18 Jun 2011 01:52:47 -0700 (PDT) From: Sylwester Nawrocki To: linux-media@vger.kernel.org Cc: Sylwester Nawrocki Subject: [PATCH] v4l: Fix minor typos in the documentation Date: Sat, 18 Jun 2011 10:52:21 +0200 Message-Id: <1308387141-12395-1-git-send-email-snjw23@gmail.com> X-Mailer: git-send-email 1.7.1 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Signed-off-by: Sylwester Nawrocki --- .../DocBook/media/v4l/media-ioc-enum-links.xml | 2 +- Documentation/DocBook/media/v4l/subdev-formats.xml | 2 +- Documentation/media-framework.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/DocBook/media/v4l/media-ioc-enum-links.xml b/Documentation/DocBook/media/v4l/media-ioc-enum-links.xml index d2fc73e..355df43 100644 --- a/Documentation/DocBook/media/v4l/media-ioc-enum-links.xml +++ b/Documentation/DocBook/media/v4l/media-ioc-enum-links.xml @@ -139,7 +139,7 @@ - struct <structname>media_links_desc</structname> + struct <structname>media_link_desc</structname> &cs-str; diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml b/Documentation/DocBook/media/v4l/subdev-formats.xml index 8d3409d..383b88e 100644 --- a/Documentation/DocBook/media/v4l/subdev-formats.xml +++ b/Documentation/DocBook/media/v4l/subdev-formats.xml @@ -2528,7 +2528,7 @@ Those data formats consist of an ordered sequence of 8-bit bytes obtained from JPEG compression process. Additionally to the - _JPEG prefix the format code is made of + _JPEG postfix the format code is made of the following information. The number of bus samples per entropy encoded byte. diff --git a/Documentation/media-framework.txt b/Documentation/media-framework.txt index 76a2087..669b5fb 100644 --- a/Documentation/media-framework.txt +++ b/Documentation/media-framework.txt @@ -310,7 +310,7 @@ is non-immutable. The operation must either configure the hardware or store the configuration information to be applied later. Link configuration must not have any side effect on other links. If an enabled -link at a sink pad prevents another link at the same pad from being disabled, +link at a sink pad prevents another link at the same pad from being enabled, the link_setup operation must return -EBUSY and can't implicitly disable the first enabled link.