From patchwork Fri Feb 25 06:11:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Justin P. Mattock" X-Patchwork-Id: 5946 Return-path: Envelope-to: mchehab@pedra Delivery-date: Fri, 25 Feb 2011 09:02:26 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1PswNO-0000vw-Da for mchehab@pedra; Fri, 25 Feb 2011 09:02:26 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Fri, 25 Feb 2011 09:02:26 -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 1PsquB-0000Gf-7j; Fri, 25 Feb 2011 06:11:55 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754423Ab1BYGLh (ORCPT + 1 other); Fri, 25 Feb 2011 01:11:37 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:34432 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751823Ab1BYGLg (ORCPT ); Fri, 25 Feb 2011 01:11:36 -0500 Received: by mail-iy0-f174.google.com with SMTP id 26so652372iyb.19 for ; Thu, 24 Feb 2011 22:11:35 -0800 (PST) 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=t5ozerzJe2NTXyIt9DqIJXhd4cPemxJPYRGHfJKFC3o=; b=LjutkrpV5Z+rrTPBFoobsMrWM0GyWTtzUfhapIkxj0+z78vtEx/DW1xQ6g2etgAZwV V5T/w4lg5NXp8o+SX1qaSDbRQ19l8bw3+lqyNjGqaqMUqSFX85UrhFNrNvzYyt/frP0R ySOZcxYJaXs65dAFqTGYBvRBOJQy8MTIg1deI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=e6iBqsWtW9g/v8lzMCUmp+mj9DnUZG2py7YpTKbosjPSo07MSOCj+tBxQcaon2MvhX ReP+bxdOYOeMitMdqAZsFHrAh6W/tSQ4/1p6AtO2MJxUsfee5TM/vcA/7YKAMEoNi0mC f45GHV720mWF55bidRi4epxVobfBJDo/w8EaI= Received: by 10.42.223.200 with SMTP id il8mr342088icb.486.1298614295608; Thu, 24 Feb 2011 22:11:35 -0800 (PST) Received: from localhost.localdomain (cpe-76-94-2-152.socal.res.rr.com [76.94.2.152]) by mx.google.com with ESMTPS id d21sm351247ibg.3.2011.02.24.22.11.33 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Feb 2011 22:11:34 -0800 (PST) From: "Justin P. Mattock" To: trivial@kernel.org Cc: awalls@md.metrocast.net, mchehab@infradead.org, ivtv-devel@ivtvdriver.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 06/21]drivers:media:cx23418.h remove one to many l's in the word. Date: Thu, 24 Feb 2011 22:11:17 -0800 Message-Id: <1298614277-3649-1-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.4.1 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: The patch below removes an extra "l" in the word. Signed-off-by: Justin P. Mattock --- drivers/media/video/cx18/cx23418.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/cx18/cx23418.h b/drivers/media/video/cx18/cx23418.h index 7e40035..935f557 100644 --- a/drivers/media/video/cx18/cx23418.h +++ b/drivers/media/video/cx18/cx23418.h @@ -477,7 +477,7 @@ /* The are no buffers ready. Try again soon! */ #define CXERR_NODATA_AGAIN 0x00001E -/* The stream is stopping. Function not alllowed now! */ +/* The stream is stopping. Function not allowed now! */ #define CXERR_STOPPING_STATUS 0x00001F /* Trying to access hardware when the power is turned OFF */