From patchwork Tue Nov 2 15:30:48 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Janusz Krzysztofik X-Patchwork-Id: 4781 Return-path: Envelope-to: mchehab@gaivota Delivery-date: Tue, 02 Nov 2010 11:42:47 -0400 Received: from mchehab by gaivota with local (Exim 4.72) (envelope-from ) id 1PDJ0Z-0003fk-DQ for mchehab@gaivota; Tue, 02 Nov 2010 11:42:47 -0400 Received: from casper.infradead.org [85.118.1.10] by gaivota with IMAP (fetchmail-6.3.17) for (single-drop); Tue, 02 Nov 2010 11:42:47 -0400 (EDT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1PDIpi-0006uP-6F; Tue, 02 Nov 2010 15:31:34 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753805Ab0KBPbQ (ORCPT + 1 other); Tue, 2 Nov 2010 11:31:16 -0400 Received: from d1.icnet.pl ([212.160.220.21]:55808 "EHLO d1.icnet.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753681Ab0KBPbP (ORCPT ); Tue, 2 Nov 2010 11:31:15 -0400 Received: from 87-205-12-81.ip.netia.com.pl ([87.205.12.81] helo=vclass.intranet) by d1.icnet.pl with asmtp (TLS-1.0:DHE_RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1PDIpO-0003b8-I8; Tue, 02 Nov 2010 16:31:14 +0100 From: Janusz Krzysztofik Organization: Tele-Info-System, Poznan, PL To: Guennadi Liakhovetski Subject: [PATCH] SOC Camera: OMAP1: typo fix Date: Tue, 2 Nov 2010 16:30:48 +0100 User-Agent: KMail/1.9.10 Cc: Linux Media Mailing List MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201011021630.49706.jkrzyszt@tis.icnet.pl> X-SA-Exim-Scanned: No (on d1.icnet); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Mauro Carvalho Chehab Fix an outstanding typo in the recently added driver, as requested by the subsystem maintainer. Created against linux-2.6.37-rc1. Signed-off-by: Janusz Krzysztofik --- drivers/media/video/omap1_camera.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-2.6.37-rc1/drivers/media/video/omap1_camera.c.orig 2010-11-01 23:55:26.000000000 +0100 +++ linux-2.6.37-rc1/drivers/media/video/omap1_camera.c 2010-11-02 01:48:55.000000000 +0100 @@ -504,7 +504,7 @@ static void omap1_videobuf_queue(struct * empty. Since the transfer of the DMA programming register set * content to the DMA working register set is done automatically * by the DMA hardware, this can pretty well happen while we - * are keeping the lock here. Levae fetching it from the queue + * are keeping the lock here. Leave fetching it from the queue * to be done when a next DMA interrupt occures instead. */ return;