Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754575Ab1BYGLi (ORCPT ); Fri, 25 Feb 2011 01:11:38 -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 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= 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1001 Lines: 29 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 */ -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/