Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932442AbZACHxV (ORCPT ); Sat, 3 Jan 2009 02:53:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750767AbZACHxM (ORCPT ); Sat, 3 Jan 2009 02:53:12 -0500 Received: from vps1.tull.net ([66.180.172.116]:49106 "HELO vps1.tull.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750759AbZACHxM (ORCPT ); Sat, 3 Jan 2009 02:53:12 -0500 From: Nick Andrew Subject: [TRIVIAL PATCH 03/11] Fix misspelling of "firmware" in ipw2100.c To: Trivial Kernel Patches Cc: Linux Kernel Mailing List Date: Sat, 03 Jan 2009 18:52:40 +1100 Message-ID: <20090103075230.27466.16505.stgit@marcab.local> In-Reply-To: <20090103074923.27466.7287.stgit@marcab.local> References: <20090103074923.27466.7287.stgit@marcab.local> User-Agent: StGIT/0.14.2 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-SMTPD: qpsmtpd/0.26, http://develooper.com/code/qpsmtpd/ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 956 Lines: 30 Fix misspelling of "firmware" in ipw2100.c It's spelled "firmware". Signed-off-by: Nick Andrew --- drivers/net/wireless/ipw2100.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c index bca7481..d617c16 100644 --- a/drivers/net/wireless/ipw2100.c +++ b/drivers/net/wireless/ipw2100.c @@ -1828,7 +1828,7 @@ static void ipw2100_down(struct ipw2100_priv *priv) cancel_delayed_work(&priv->rf_kill); } - /* Kill the firmare hang check timer */ + /* Kill the firmware hang check timer */ if (!priv->stop_hang_check) { priv->stop_hang_check = 1; cancel_delayed_work(&priv->hang_check); -- 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/