From patchwork Thu Dec 30 23:08:00 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Justin P. Mattock" X-Patchwork-Id: 5362 Return-path: Envelope-to: mchehab@gaivota Delivery-date: Thu, 30 Dec 2010 22:10:49 -0200 Received: from mchehab by gaivota with local (Exim 4.72) (envelope-from ) id 1PYSa1-0000PH-Jf for mchehab@gaivota; Thu, 30 Dec 2010 22:10:49 -0200 Received: from casper.infradead.org [85.118.1.10] by gaivota with IMAP (fetchmail-6.3.17) for (single-drop); Thu, 30 Dec 2010 22:10:49 -0200 (BRST) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1PYRe8-0003yo-G9; Thu, 30 Dec 2010 23:11:00 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752885Ab0L3XIq (ORCPT + 1 other); Thu, 30 Dec 2010 18:08:46 -0500 Received: from mail-yw0-f46.google.com ([209.85.213.46]:58873 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753213Ab0L3XIn (ORCPT ); Thu, 30 Dec 2010 18:08:43 -0500 Received: by mail-yw0-f46.google.com with SMTP id 5so4568382ywl.19 for ; Thu, 30 Dec 2010 15:08:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=sK/PwHifJEzZg/BOaW9E1hbFsCNZT5LOcIfminvFCMk=; b=YFtBrvzgqRuLdr0y+idQt0WGTGzvBVWr2ch4j4KmPhqovRpNiXUHLutYA1rfAmRoo6 qh2JzGtqDco56KBn0xkCon6nNyBsiDEtQlJXv5rrmo2pYJdXSfnheFcTFcCF2StFV1DW 7qvj7y3m4GsPSMFu9kE6UzFuGlWkDZOdwIsIQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=XGbl31MD/iteDsyNEcwQ3mCdZU3LUKJt+U9gos3aPPQt0IAJFpN6ouJiu7nkyOBNS5 GsKcbY2ppeVydZAM3mwdzuOp9/fE/Dybjb9OVxiZ3MbKntoG0GZbLjtT4+cZ50IBRpex RgTL0oIH80sVrCZHhJ8S28vCGEOzUWEsgO+9I= Received: by 10.90.37.28 with SMTP id k28mr7759748agk.53.1293750522975; Thu, 30 Dec 2010 15:08:42 -0800 (PST) Received: from localhost.localdomain ([76.91.45.220]) by mx.google.com with ESMTPS id z23sm5611318yhc.24.2010.12.30.15.08.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Dec 2010 15:08:42 -0800 (PST) From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, ivtv-devel@ivtvdriver.org, linux-media@vger.kernel.org, linux-wireless@vger.kernel.org, linux-scsi@vger.kernel.org, spi-devel-general@lists.sourceforge.net, devel@driverdev.osuosl.org, linux-usb@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo change diable to disable. Date: Thu, 30 Dec 2010 15:08:00 -0800 Message-Id: <1293750484-1161-11-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.6.5.2.180.gc5b3e In-Reply-To: <1293750484-1161-10-git-send-email-justinmattock@gmail.com> References: <1293750484-1161-1-git-send-email-justinmattock@gmail.com> <1293750484-1161-2-git-send-email-justinmattock@gmail.com> <1293750484-1161-3-git-send-email-justinmattock@gmail.com> <1293750484-1161-4-git-send-email-justinmattock@gmail.com> <1293750484-1161-5-git-send-email-justinmattock@gmail.com> <1293750484-1161-6-git-send-email-justinmattock@gmail.com> <1293750484-1161-7-git-send-email-justinmattock@gmail.com> <1293750484-1161-8-git-send-email-justinmattock@gmail.com> <1293750484-1161-9-git-send-email-justinmattock@gmail.com> <1293750484-1161-10-git-send-email-justinmattock@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Mauro Carvalho Chehab The below patch fixes a typo "diable" to "disable". Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock Acked-by: Mauro Carvalho Chehab Acked-by: Andy Walls --- 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 2c00980..7e40035 100644 --- a/drivers/media/video/cx18/cx23418.h +++ b/drivers/media/video/cx18/cx23418.h @@ -177,7 +177,7 @@ IN[0] - Task handle. IN[1] - luma type: 0 = disable, 1 = 1D horizontal only, 2 = 1D vertical only, 3 = 2D H/V separable, 4 = 2D symmetric non-separable - IN[2] - chroma type: 0 - diable, 1 = 1D horizontal + IN[2] - chroma type: 0 - disable, 1 = 1D horizontal ReturnCode - One of the ERR_CAPTURE_... */ #define CX18_CPU_SET_SPATIAL_FILTER_TYPE (CPU_CMD_MASK_CAPTURE | 0x000C)