linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Justin P. Mattock" <justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: trivial-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	ivtv-devel-jGorlIydJmRM656bX5wj8A@public.gmane.org,
	linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b@public.gmane.org,
	"Justin P. Mattock"
	<justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 07/15]drivers:net:wireless:iwlwifi Typo change diable to disable.
Date: Thu, 30 Dec 2010 15:07:56 -0800	[thread overview]
Message-ID: <1293750484-1161-7-git-send-email-justinmattock@gmail.com> (raw)
In-Reply-To: <1293750484-1161-6-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

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 <justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

---
 drivers/net/wireless/iwlwifi/iwl-agn-ict.c |    2 +-
 drivers/net/wireless/iwlwifi/iwl-agn.c     |    4 ++--
 drivers/net/wireless/iwlwifi/iwl-core.c    |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-ict.c b/drivers/net/wireless/iwlwifi/iwl-agn-ict.c
index a5dbfea..b5cb3be 100644
--- a/drivers/net/wireless/iwlwifi/iwl-agn-ict.c
+++ b/drivers/net/wireless/iwlwifi/iwl-agn-ict.c
@@ -197,7 +197,7 @@ static irqreturn_t iwl_isr(int irq, void *data)
 
  none:
 	/* re-enable interrupts here since we don't have anything to service. */
-	/* only Re-enable if diabled by irq  and no schedules tasklet. */
+	/* only Re-enable if disabled by irq  and no schedules tasklet. */
 	if (test_bit(STATUS_INT_ENABLED, &priv->status) && !priv->_agn.inta)
 		iwl_enable_interrupts(priv);
 
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.c b/drivers/net/wireless/iwlwifi/iwl-agn.c
index c2636a7..9b912c0 100644
--- a/drivers/net/wireless/iwlwifi/iwl-agn.c
+++ b/drivers/net/wireless/iwlwifi/iwl-agn.c
@@ -1316,7 +1316,7 @@ static void iwl_irq_tasklet_legacy(struct iwl_priv *priv)
 	}
 
 	/* Re-enable all interrupts */
-	/* only Re-enable if diabled by irq */
+	/* only Re-enable if disabled by irq */
 	if (test_bit(STATUS_INT_ENABLED, &priv->status))
 		iwl_enable_interrupts(priv);
 
@@ -1530,7 +1530,7 @@ static void iwl_irq_tasklet(struct iwl_priv *priv)
 	}
 
 	/* Re-enable all interrupts */
-	/* only Re-enable if diabled by irq */
+	/* only Re-enable if disabled by irq */
 	if (test_bit(STATUS_INT_ENABLED, &priv->status))
 		iwl_enable_interrupts(priv);
 }
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.c b/drivers/net/wireless/iwlwifi/iwl-core.c
index 25fb391..8700ab3 100644
--- a/drivers/net/wireless/iwlwifi/iwl-core.c
+++ b/drivers/net/wireless/iwlwifi/iwl-core.c
@@ -1304,7 +1304,7 @@ irqreturn_t iwl_isr_legacy(int irq, void *data)
 
  none:
 	/* re-enable interrupts here since we don't have anything to service. */
-	/* only Re-enable if diabled by irq */
+	/* only Re-enable if disabled by irq */
 	if (test_bit(STATUS_INT_ENABLED, &priv->status))
 		iwl_enable_interrupts(priv);
 	spin_unlock_irqrestore(&priv->lock, flags);
-- 
1.6.5.2.180.gc5b3e


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl

  parent reply	other threads:[~2010-12-30 23:07 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-30 23:07 [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable Justin P. Mattock
2010-12-30 23:07 ` [PATCH 02/15]drivers:spi:dw_spi.c " Justin P. Mattock
     [not found]   ` <1293750484-1161-2-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-12-30 23:07     ` [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h " Justin P. Mattock
2010-12-30 23:07       ` [PATCH 04/15]drivers:staging:comedi:drivers:das800.c " Justin P. Mattock
2010-12-30 23:07         ` [PATCH 05/15]drivers:staging:vt6655:rf.c " Justin P. Mattock
     [not found]           ` <1293750484-1161-5-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-12-30 23:07             ` [PATCH 06/15]drivers:staging:xgifb:vb_setmode.c " Justin P. Mattock
     [not found]               ` <1293750484-1161-6-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-12-30 23:07                 ` Justin P. Mattock [this message]
2010-12-30 23:07                   ` [PATCH 08/15]drivers:scsi:lpfc:lpfc_init.c " Justin P. Mattock
     [not found]                     ` <1293750484-1161-8-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-12-30 23:07                       ` [PATCH 09/15]drivers:usb:host " Justin P. Mattock
2010-12-30 23:07                         ` [PATCH 10/15]drivers:usb:gadget:langwell " Justin P. Mattock
2010-12-30 23:08                           ` [PATCH 11/15]drivers:media:video:cx18:cx23418.h " Justin P. Mattock
     [not found]                             ` <1293750484-1161-11-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-12-30 23:08                               ` [PATCH 12/15]drivers:media:video:tvp7002.c " Justin P. Mattock
     [not found]                                 ` <1293750484-1161-12-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-12-30 23:08                                   ` [PATCH 13/15]drivers:isdn:mISDN:dsp_cmx.c " Justin P. Mattock
2010-12-30 23:08                                     ` [PATCH 14/15]include:media:davinci:vpss.h " Justin P. Mattock
2010-12-30 23:08                                       ` [PATCH 15/15]drivers:spi:dw_spi.c " Justin P. Mattock
2010-12-31  6:34                                         ` Dan Carpenter
2010-12-31  6:38                                           ` Justin P. Mattock
2010-12-31 10:27                                       ` [PATCH 14/15]include:media:davinci:vpss.h " Mauro Carvalho Chehab
2010-12-31 14:15                                         ` Justin P. Mattock
2011-01-03 15:01                                         ` Jiri Kosina
2011-01-03 15:11                                           ` Justin P. Mattock
2010-12-31 10:24                                 ` [PATCH 12/15]drivers:media:video:tvp7002.c " Mauro Carvalho Chehab
2010-12-31 10:23                             ` [PATCH 11/15]drivers:media:video:cx18:cx23418.h " Mauro Carvalho Chehab
2011-01-03 15:04                               ` Jiri Kosina
2010-12-31 21:15                             ` Andy Walls
2010-12-31 22:33                               ` Justin P. Mattock
2011-01-03 15:09                     ` [PATCH 08/15]drivers:scsi:lpfc:lpfc_init.c " Jiri Kosina
2010-12-31 15:33                   ` [PATCH 07/15]drivers:net:wireless:iwlwifi " Larry Finger
2011-01-03 15:06                     ` Jiri Kosina
2011-01-04 17:56                   ` John W. Linville
2010-12-31 15:32       ` [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h " Larry Finger
2011-01-01  6:48       ` Finn Thain
2011-01-01  7:43         ` Justin P. Mattock
2011-01-01  9:09           ` Dan Carpenter
2011-01-01 14:53             ` Justin P. Mattock
2010-12-31  6:45   ` [PATCH 02/15]drivers:spi:dw_spi.c " Grant Likely
2010-12-31  6:52     ` Justin P. Mattock
2010-12-31  9:11       ` Dan Carpenter
2010-12-31 14:17         ` Justin P. Mattock
     [not found]         ` <4D1DE616.7010105@gmail.com>
     [not found]           ` <4D1DE616.7010105-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-12-31 15:06             ` James Bottomley
2010-12-31 17:41           ` Dan Carpenter
2010-12-31 17:59             ` Justin P. Mattock
2010-12-31 10:33 ` [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S " Geert Uytterhoeven
2011-01-03 15:07   ` Jiri Kosina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1293750484-1161-7-git-send-email-justinmattock@gmail.com \
    --to=justinmattock-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org \
    --cc=ivtv-devel-jGorlIydJmRM656bX5wj8A@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b@public.gmane.org \
    --cc=linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=trivial-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).