From patchwork Wed Mar 16 20:24:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarod Wilson X-Patchwork-Id: 6124 Return-path: Envelope-to: mchehab@pedra Delivery-date: Wed, 16 Mar 2011 19:12:24 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1Pzyx5-0000YD-MY for mchehab@pedra; Wed, 16 Mar 2011 19:12:23 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Wed, 16 Mar 2011 19:12:23 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1PzxGs-0005fJ-DN; Wed, 16 Mar 2011 20:24:42 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754029Ab1CPUYg (ORCPT + 1 other); Wed, 16 Mar 2011 16:24:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50196 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753868Ab1CPUYg (ORCPT ); Wed, 16 Mar 2011 16:24:36 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2GKOZTL021241 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 16 Mar 2011 16:24:35 -0400 Received: from xavier.bos.redhat.com (xavier.bos.redhat.com [10.16.16.50]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p2GKOXHg024620; Wed, 16 Mar 2011 16:24:35 -0400 From: Jarod Wilson To: linux-media@vger.kernel.org Cc: Jarod Wilson Subject: [PATCH 1/6] docs: fix typo in lirc_device_interface.xml Date: Wed, 16 Mar 2011 16:24:26 -0400 Message-Id: <1300307071-19665-2-git-send-email-jarod@redhat.com> In-Reply-To: <1300307071-19665-1-git-send-email-jarod@redhat.com> References: <1300307071-19665-1-git-send-email-jarod@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Reported-by: Daniel Burr Signed-off-by: Jarod Wilson --- .../DocBook/v4l/lirc_device_interface.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/DocBook/v4l/lirc_device_interface.xml b/Documentation/DocBook/v4l/lirc_device_interface.xml index 68134c0..0e0453f 100644 --- a/Documentation/DocBook/v4l/lirc_device_interface.xml +++ b/Documentation/DocBook/v4l/lirc_device_interface.xml @@ -45,7 +45,7 @@ describing an IR signal are read from the chardev. The data written to the chardev is a pulse/space sequence of integer values. Pulses and spaces are only marked implicitly by their position. The data must start and end with a pulse, therefore, the data must always include -an unevent number of samples. The write function must block until the data has +an uneven number of samples. The write function must block until the data has been transmitted by the hardware.