linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable.
@ 2010-12-30 23:07 Justin P. Mattock
  2010-12-30 23:07 ` [PATCH 02/15]drivers:spi:dw_spi.c " Justin P. Mattock
  2010-12-31 10:33 ` [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S " Geert Uytterhoeven
  0 siblings, 2 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:07 UTC (permalink / raw)
  To: trivial
  Cc: linux-m68k, linux-kernel, netdev, ivtv-devel, linux-media,
	linux-wireless, linux-scsi, spi-devel-general, devel, linux-usb,
	Justin P. Mattock

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@gmail.com>

---
 arch/m68k/ifpsp060/src/fpsp.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/ifpsp060/src/fpsp.S b/arch/m68k/ifpsp060/src/fpsp.S
index 73613b5..26e85e2 100644
--- a/arch/m68k/ifpsp060/src/fpsp.S
+++ b/arch/m68k/ifpsp060/src/fpsp.S
@@ -3881,7 +3881,7 @@ _fpsp_fline:
 # FP Unimplemented Instruction stack frame and jump to that entry
 # point.
 #
-# but, if the FPU is disabled, then we need to jump to the FPU diabled
+# but, if the FPU is disabled, then we need to jump to the FPU disabled
 # entry point.
 	movc		%pcr,%d0
 	btst		&0x1,%d0
-- 
1.6.5.2.180.gc5b3e


^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
  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 ` Justin P. Mattock
       [not found]   ` <1293750484-1161-2-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2010-12-31  6:45   ` [PATCH 02/15]drivers:spi:dw_spi.c " Grant Likely
  2010-12-31 10:33 ` [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S " Geert Uytterhoeven
  1 sibling, 2 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:07 UTC (permalink / raw)
  To: trivial
  Cc: linux-m68k, linux-kernel, netdev, ivtv-devel, linux-media,
	linux-wireless, linux-scsi, spi-devel-general, devel, linux-usb,
	Justin P. Mattock

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@gmail.com>

---
 drivers/spi/dw_spi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/spi/dw_spi.c b/drivers/spi/dw_spi.c
index 0838c79..7c3cf21 100644
--- a/drivers/spi/dw_spi.c
+++ b/drivers/spi/dw_spi.c
@@ -592,7 +592,7 @@ static void pump_transfers(unsigned long data)
 		spi_set_clk(dws, clk_div ? clk_div : chip->clk_div);
 		spi_chip_sel(dws, spi->chip_select);
 
-		/* Set the interrupt mask, for poll mode just diable all int */
+		/* Set the interrupt mask, for poll mode just disable all int */
 		spi_mask_intr(dws, 0xff);
 		if (imask)
 			spi_umask_intr(dws, imask);
-- 
1.6.5.2.180.gc5b3e


^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.
       [not found]   ` <1293750484-1161-2-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-12-30 23:07     ` Justin P. Mattock
  2010-12-30 23:07       ` [PATCH 04/15]drivers:staging:comedi:drivers:das800.c " Justin P. Mattock
                         ` (2 more replies)
  0 siblings, 3 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:07 UTC (permalink / raw)
  To: trivial-DgEjT+Ai2ygdnm+yROfE0A
  Cc: devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	ivtv-devel-jGorlIydJmRM656bX5wj8A,
	linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b, Justin P. Mattock,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-media-u79uwXL29TY76Z2rM5mHXA

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/staging/rtl8187se/r8180_hw.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/rtl8187se/r8180_hw.h b/drivers/staging/rtl8187se/r8180_hw.h
index 3fca144..2911d40 100644
--- a/drivers/staging/rtl8187se/r8180_hw.h
+++ b/drivers/staging/rtl8187se/r8180_hw.h
@@ -554,7 +554,7 @@
 /* by amy for power save		*/
 /* by amy for antenna			*/
 #define EEPROM_SW_REVD_OFFSET 0x3f
-/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable.					*/
+/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are disabled.					*/
 #define EEPROM_SW_AD_MASK			0x0300
 #define EEPROM_SW_AD_ENABLE			0x0100
 
-- 
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

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 04/15]drivers:staging:comedi:drivers:das800.c Typo change diable to disable.
  2010-12-30 23:07     ` [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h " Justin P. Mattock
@ 2010-12-30 23:07       ` Justin P. Mattock
  2010-12-30 23:07         ` [PATCH 05/15]drivers:staging:vt6655:rf.c " Justin P. Mattock
  2010-12-31 15:32       ` [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h " Larry Finger
  2011-01-01  6:48       ` Finn Thain
  2 siblings, 1 reply; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:07 UTC (permalink / raw)
  To: trivial
  Cc: linux-m68k, linux-kernel, netdev, ivtv-devel, linux-media,
	linux-wireless, linux-scsi, spi-devel-general, devel, linux-usb,
	Justin P. Mattock

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@gmail.com>

---
 drivers/staging/comedi/drivers/das800.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/comedi/drivers/das800.c b/drivers/staging/comedi/drivers/das800.c
index aecaedc..3ecae47 100644
--- a/drivers/staging/comedi/drivers/das800.c
+++ b/drivers/staging/comedi/drivers/das800.c
@@ -450,7 +450,7 @@ static irqreturn_t das800_interrupt(int irq, void *d)
 		/* otherwise, stop taking data */
 	} else {
 		spin_unlock_irqrestore(&dev->spinlock, irq_flags);
-		disable_das800(dev);	/* diable hardware triggered conversions */
+		disable_das800(dev);	/* disable hardware triggered conversions */
 		async->events |= COMEDI_CB_EOA;
 	}
 	comedi_event(dev, s);
-- 
1.6.5.2.180.gc5b3e

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 05/15]drivers:staging:vt6655:rf.c Typo change diable to disable.
  2010-12-30 23:07       ` [PATCH 04/15]drivers:staging:comedi:drivers:das800.c " Justin P. Mattock
@ 2010-12-30 23:07         ` Justin P. Mattock
       [not found]           ` <1293750484-1161-5-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:07 UTC (permalink / raw)
  To: trivial
  Cc: linux-m68k, linux-kernel, netdev, ivtv-devel, linux-media,
	linux-wireless, linux-scsi, spi-devel-general, devel, linux-usb,
	Justin P. Mattock

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@gmail.com>

---
 drivers/staging/vt6655/rf.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/vt6655/rf.c b/drivers/staging/vt6655/rf.c
index b8ec783..cdd9165 100644
--- a/drivers/staging/vt6655/rf.c
+++ b/drivers/staging/vt6655/rf.c
@@ -496,11 +496,11 @@ bool s_bAL7230Init (unsigned long dwIoBase)
 
     //Calibration
     MACvTimer0MicroSDelay(dwIoBase, 150);//150us
-    bResult &= IFRFbWriteEmbeded(dwIoBase, (0x9ABA8F00+(BY_AL7230_REG_LEN<<3)+IFREGCTL_REGW)); //TXDCOC:active, RCK:diable
+    bResult &= IFRFbWriteEmbeded(dwIoBase, (0x9ABA8F00+(BY_AL7230_REG_LEN<<3)+IFREGCTL_REGW)); //TXDCOC:active, RCK:disable
     MACvTimer0MicroSDelay(dwIoBase, 30);//30us
-    bResult &= IFRFbWriteEmbeded(dwIoBase, (0x3ABA8F00+(BY_AL7230_REG_LEN<<3)+IFREGCTL_REGW)); //TXDCOC:diable, RCK:active
+    bResult &= IFRFbWriteEmbeded(dwIoBase, (0x3ABA8F00+(BY_AL7230_REG_LEN<<3)+IFREGCTL_REGW)); //TXDCOC:disable, RCK:active
     MACvTimer0MicroSDelay(dwIoBase, 30);//30us
-    bResult &= IFRFbWriteEmbeded(dwIoBase, dwAL7230InitTable[CB_AL7230_INIT_SEQ-1]); //TXDCOC:diable, RCK:diable
+    bResult &= IFRFbWriteEmbeded(dwIoBase, dwAL7230InitTable[CB_AL7230_INIT_SEQ-1]); //TXDCOC:diable, RCK:disable
 
     MACvWordRegBitsOn(dwIoBase, MAC_REG_SOFTPWRCTL, (SOFTPWRCTL_SWPE3    |
                                                      SOFTPWRCTL_SWPE2    |
-- 
1.6.5.2.180.gc5b3e

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 06/15]drivers:staging:xgifb:vb_setmode.c Typo change diable to disable.
       [not found]           ` <1293750484-1161-5-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-12-30 23:07             ` Justin P. Mattock
       [not found]               ` <1293750484-1161-6-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:07 UTC (permalink / raw)
  To: trivial-DgEjT+Ai2ygdnm+yROfE0A
  Cc: devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	ivtv-devel-jGorlIydJmRM656bX5wj8A,
	linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b, Justin P. Mattock,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-media-u79uwXL29TY76Z2rM5mHXA

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/staging/xgifb/vb_setmode.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/xgifb/vb_setmode.c b/drivers/staging/xgifb/vb_setmode.c
index 7016fdd..fb49641 100644
--- a/drivers/staging/xgifb/vb_setmode.c
+++ b/drivers/staging/xgifb/vb_setmode.c
@@ -1920,7 +1920,7 @@ void XGI_SetCRT1FIFO(unsigned short ModeNo,
 
 	data = XGINew_GetReg1(pVBInfo->P3c4, 0x3D);
 	data &= 0xfe;
-	XGINew_SetReg1(pVBInfo->P3c4, 0x3D, data); /* diable auto-threshold */
+	XGINew_SetReg1(pVBInfo->P3c4, 0x3D, data); /* disable auto-threshold */
 
 	if (ModeNo > 0x13) {
 		XGINew_SetReg1(pVBInfo->P3c4, 0x08, 0x34);
-- 
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

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 07/15]drivers:net:wireless:iwlwifi Typo change diable to disable.
       [not found]               ` <1293750484-1161-6-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-12-30 23:07                 ` Justin P. Mattock
  2010-12-30 23:07                   ` [PATCH 08/15]drivers:scsi:lpfc:lpfc_init.c " Justin P. Mattock
                                     ` (2 more replies)
  0 siblings, 3 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:07 UTC (permalink / raw)
  To: trivial-DgEjT+Ai2ygdnm+yROfE0A
  Cc: devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	ivtv-devel-jGorlIydJmRM656bX5wj8A,
	linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b, Justin P. Mattock,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-media-u79uwXL29TY76Z2rM5mHXA

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

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 08/15]drivers:scsi:lpfc:lpfc_init.c Typo change diable to disable.
  2010-12-30 23:07                 ` [PATCH 07/15]drivers:net:wireless:iwlwifi " Justin P. Mattock
@ 2010-12-30 23:07                   ` Justin P. Mattock
       [not found]                     ` <1293750484-1161-8-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  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-04 17:56                   ` John W. Linville
  2 siblings, 2 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:07 UTC (permalink / raw)
  To: trivial
  Cc: linux-m68k, linux-kernel, netdev, ivtv-devel, linux-media,
	linux-wireless, linux-scsi, spi-devel-general, devel, linux-usb,
	Justin P. Mattock

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@gmail.com>

---
 drivers/scsi/lpfc/lpfc_init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
index b306579..a921f16 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -7661,7 +7661,7 @@ lpfc_pci_remove_one_s3(struct pci_dev *pdev)
 	 * the HBA.
 	 */
 
-	/* HBA interrupt will be diabled after this call */
+	/* HBA interrupt will be disabled after this call */
 	lpfc_sli_hba_down(phba);
 	/* Stop kthread signal shall trigger work_done one more time */
 	kthread_stop(phba->worker_thread);
-- 
1.6.5.2.180.gc5b3e

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 09/15]drivers:usb:host Typo change diable to disable.
       [not found]                     ` <1293750484-1161-8-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-12-30 23:07                       ` Justin P. Mattock
  2010-12-30 23:07                         ` [PATCH 10/15]drivers:usb:gadget:langwell " Justin P. Mattock
  0 siblings, 1 reply; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:07 UTC (permalink / raw)
  To: trivial-DgEjT+Ai2ygdnm+yROfE0A
  Cc: devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	ivtv-devel-jGorlIydJmRM656bX5wj8A,
	linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b, Justin P. Mattock,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-media-u79uwXL29TY76Z2rM5mHXA

The below patch fixes a typo "diable" to "disable" and also fixes another typo in a comment. 
Please let me know if this is correct or not.

Signed-off-by: Justin P. Mattock <justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

---
 drivers/usb/host/fhci-hcd.c |    4 ++--
 drivers/usb/host/fhci-tds.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/usb/host/fhci-hcd.c b/drivers/usb/host/fhci-hcd.c
index 20092a2..12fd184 100644
--- a/drivers/usb/host/fhci-hcd.c
+++ b/drivers/usb/host/fhci-hcd.c
@@ -98,13 +98,13 @@ void fhci_usb_enable_interrupt(struct fhci_usb *usb)
 	usb->intr_nesting_cnt--;
 }
 
-/* diable the usb interrupt */
+/* disable the usb interrupt */
 void fhci_usb_disable_interrupt(struct fhci_usb *usb)
 {
 	struct fhci_hcd *fhci = usb->fhci;
 
 	if (usb->intr_nesting_cnt == 0) {
-		/* diable the timer interrupt */
+		/* disable the timer interrupt */
 		disable_irq_nosync(fhci->timer->irq);
 
 		/* disable the usb interrupt */
diff --git a/drivers/usb/host/fhci-tds.c b/drivers/usb/host/fhci-tds.c
index 7be548c..38fe058 100644
--- a/drivers/usb/host/fhci-tds.c
+++ b/drivers/usb/host/fhci-tds.c
@@ -271,8 +271,8 @@ void fhci_init_ep_registers(struct fhci_usb *usb, struct endpoint *ep,
 
 /*
  * Collect the submitted frames and inform the application about them
- * It is also prepearing the TDs for new frames. If the Tx interrupts
- * are diabled, the application should call that routine to get
+ * It is also preparing the TDs for new frames. If the Tx interrupts
+ * are disabled, the application should call that routine to get
  * confirmation about the submitted frames. Otherwise, the routine is
  * called frome the interrupt service routine during the Tx interrupt.
  * In that case the application is informed by calling the application
-- 
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

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 10/15]drivers:usb:gadget:langwell Typo change diable to disable.
  2010-12-30 23:07                       ` [PATCH 09/15]drivers:usb:host " Justin P. Mattock
@ 2010-12-30 23:07                         ` Justin P. Mattock
  2010-12-30 23:08                           ` [PATCH 11/15]drivers:media:video:cx18:cx23418.h " Justin P. Mattock
  0 siblings, 1 reply; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:07 UTC (permalink / raw)
  To: trivial
  Cc: linux-m68k, linux-kernel, netdev, ivtv-devel, linux-media,
	linux-wireless, linux-scsi, spi-devel-general, devel, linux-usb,
	Justin P. Mattock

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@gmail.com>

---
 drivers/usb/gadget/langwell_udc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/usb/gadget/langwell_udc.c b/drivers/usb/gadget/langwell_udc.c
index b8ec954..dad278f 100644
--- a/drivers/usb/gadget/langwell_udc.c
+++ b/drivers/usb/gadget/langwell_udc.c
@@ -3063,7 +3063,7 @@ static void langwell_udc_remove(struct pci_dev *pdev)
 
 	kfree(dev->ep);
 
-	/* diable IRQ handler */
+	/* disable IRQ handler */
 	if (dev->got_irq)
 		free_irq(pdev->irq, dev);
 
@@ -3383,7 +3383,7 @@ static int langwell_udc_suspend(struct pci_dev *pdev, pm_message_t state)
 	/* disable interrupt and set controller to stop state */
 	langwell_udc_stop(dev);
 
-	/* diable IRQ handler */
+	/* disable IRQ handler */
 	if (dev->got_irq)
 		free_irq(pdev->irq, dev);
 	dev->got_irq = 0;
-- 
1.6.5.2.180.gc5b3e


^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo change diable to disable.
  2010-12-30 23:07                         ` [PATCH 10/15]drivers:usb:gadget:langwell " Justin P. Mattock
@ 2010-12-30 23:08                           ` Justin P. Mattock
       [not found]                             ` <1293750484-1161-11-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
                                               ` (2 more replies)
  0 siblings, 3 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:08 UTC (permalink / raw)
  To: trivial
  Cc: linux-m68k, linux-kernel, netdev, ivtv-devel, linux-media,
	linux-wireless, linux-scsi, spi-devel-general, devel, linux-usb,
	Justin P. Mattock

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@gmail.com>

---
 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)
 
-- 
1.6.5.2.180.gc5b3e


^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 12/15]drivers:media:video:tvp7002.c Typo change diable to disable.
       [not found]                             ` <1293750484-1161-11-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-12-30 23:08                               ` Justin P. Mattock
       [not found]                                 ` <1293750484-1161-12-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2010-12-31 10:24                                 ` [PATCH 12/15]drivers:media:video:tvp7002.c " Mauro Carvalho Chehab
  0 siblings, 2 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:08 UTC (permalink / raw)
  To: trivial-DgEjT+Ai2ygdnm+yROfE0A
  Cc: devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	ivtv-devel-jGorlIydJmRM656bX5wj8A,
	linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b, Justin P. Mattock,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-media-u79uwXL29TY76Z2rM5mHXA

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/media/video/tvp7002.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/tvp7002.c b/drivers/media/video/tvp7002.c
index e63b40f..c799e4e 100644
--- a/drivers/media/video/tvp7002.c
+++ b/drivers/media/video/tvp7002.c
@@ -789,7 +789,7 @@ static int tvp7002_query_dv_preset(struct v4l2_subdev *sd,
  * Get the value of a TVP7002 decoder device register.
  * Returns zero when successful, -EINVAL if register read fails or
  * access to I2C client fails, -EPERM if the call is not allowed
- * by diabled CAP_SYS_ADMIN.
+ * by disabled CAP_SYS_ADMIN.
  */
 static int tvp7002_g_register(struct v4l2_subdev *sd,
 						struct v4l2_dbg_register *reg)
-- 
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

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 13/15]drivers:isdn:mISDN:dsp_cmx.c Typo change diable to disable.
       [not found]                                 ` <1293750484-1161-12-git-send-email-justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-12-30 23:08                                   ` Justin P. Mattock
  2010-12-30 23:08                                     ` [PATCH 14/15]include:media:davinci:vpss.h " Justin P. Mattock
  0 siblings, 1 reply; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:08 UTC (permalink / raw)
  To: trivial-DgEjT+Ai2ygdnm+yROfE0A
  Cc: devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	ivtv-devel-jGorlIydJmRM656bX5wj8A,
	linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b, Justin P. Mattock,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-media-u79uwXL29TY76Z2rM5mHXA

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/isdn/mISDN/dsp_cmx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/isdn/mISDN/dsp_cmx.c b/drivers/isdn/mISDN/dsp_cmx.c
index 76d9e67..309bacf 100644
--- a/drivers/isdn/mISDN/dsp_cmx.c
+++ b/drivers/isdn/mISDN/dsp_cmx.c
@@ -112,7 +112,7 @@
  * Disable rx-data:
  * If cmx is realized in hardware, rx data will be disabled if requested by
  * the upper layer. If dtmf decoding is done by software and enabled, rx data
- * will not be diabled but blocked to the upper layer.
+ * will not be disabled but blocked to the upper layer.
  *
  * HFC conference engine:
  * If it is possible to realize all features using hardware, hardware will be
-- 
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

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.
  2010-12-30 23:08                                   ` [PATCH 13/15]drivers:isdn:mISDN:dsp_cmx.c " Justin P. Mattock
@ 2010-12-30 23:08                                     ` Justin P. Mattock
  2010-12-30 23:08                                       ` [PATCH 15/15]drivers:spi:dw_spi.c " Justin P. Mattock
  2010-12-31 10:27                                       ` [PATCH 14/15]include:media:davinci:vpss.h " Mauro Carvalho Chehab
  0 siblings, 2 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:08 UTC (permalink / raw)
  To: trivial
  Cc: linux-m68k, linux-kernel, netdev, ivtv-devel, linux-media,
	linux-wireless, linux-scsi, spi-devel-general, devel, linux-usb,
	Justin P. Mattock

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@gmail.com>

---
 include/media/davinci/vpss.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/media/davinci/vpss.h b/include/media/davinci/vpss.h
index c59cc02..b586495 100644
--- a/include/media/davinci/vpss.h
+++ b/include/media/davinci/vpss.h
@@ -44,7 +44,7 @@ struct vpss_pg_frame_size {
 	short pplen;
 };
 
-/* Used for enable/diable VPSS Clock */
+/* Used for enable/disable VPSS Clock */
 enum vpss_clock_sel {
 	/* DM355/DM365 */
 	VPSS_CCDC_CLOCK,
-- 
1.6.5.2.180.gc5b3e

^ permalink raw reply related	[flat|nested] 44+ messages in thread

* [PATCH 15/15]drivers:spi:dw_spi.c Typo change diable to disable.
  2010-12-30 23:08                                     ` [PATCH 14/15]include:media:davinci:vpss.h " Justin P. Mattock
@ 2010-12-30 23:08                                       ` Justin P. Mattock
  2010-12-31  6:34                                         ` Dan Carpenter
  2010-12-31 10:27                                       ` [PATCH 14/15]include:media:davinci:vpss.h " Mauro Carvalho Chehab
  1 sibling, 1 reply; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-30 23:08 UTC (permalink / raw)
  To: trivial
  Cc: linux-m68k, linux-kernel, netdev, ivtv-devel, linux-media,
	linux-wireless, linux-scsi, spi-devel-general, devel, linux-usb,
	Justin P. Mattock

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@gmail.com>

---
 drivers/spi/dw_spi.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/spi/dw_spi.c b/drivers/spi/dw_spi.c
index 7c3cf21..a3a065f 100644
--- a/drivers/spi/dw_spi.c
+++ b/drivers/spi/dw_spi.c
@@ -910,12 +910,12 @@ int __devinit dw_spi_add_host(struct dw_spi *dws)
 	ret = init_queue(dws);
 	if (ret) {
 		dev_err(&master->dev, "problem initializing queue\n");
-		goto err_diable_hw;
+		goto err_disable_hw;
 	}
 	ret = start_queue(dws);
 	if (ret) {
 		dev_err(&master->dev, "problem starting queue\n");
-		goto err_diable_hw;
+		goto err_disable_hw;
 	}
 
 	spi_master_set_devdata(master, dws);
@@ -930,7 +930,7 @@ int __devinit dw_spi_add_host(struct dw_spi *dws)
 
 err_queue_alloc:
 	destroy_queue(dws);
-err_diable_hw:
+err_disable_hw:
 	spi_enable_chip(dws, 0);
 	free_irq(dws->irq, dws);
 err_free_master:
-- 
1.6.5.2.180.gc5b3e


^ permalink raw reply related	[flat|nested] 44+ messages in thread

* Re: [PATCH 15/15]drivers:spi:dw_spi.c Typo change diable to disable.
  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
  0 siblings, 1 reply; 44+ messages in thread
From: Dan Carpenter @ 2010-12-31  6:34 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: trivial, devel, linux-scsi, netdev, linux-usb, linux-wireless,
	linux-kernel, ivtv-devel, linux-m68k, spi-devel-general,
	linux-media

On Thu, Dec 30, 2010 at 03:08:04PM -0800, Justin P. Mattock wrote:
> 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@gmail.com>
> 
> ---
>  drivers/spi/dw_spi.c |    6 +++---

You missed one from this file:

/* Set the interrupt mask, for poll mode just diable all int */
                                              ^^^^^^
regards,
dan carpenter


^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 15/15]drivers:spi:dw_spi.c Typo change diable to disable.
  2010-12-31  6:34                                         ` Dan Carpenter
@ 2010-12-31  6:38                                           ` Justin P. Mattock
  0 siblings, 0 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-31  6:38 UTC (permalink / raw)
  To: Dan Carpenter, trivial-DgEjT+Ai2ygdnm+yROfE0A,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA, linux-wireless

On 12/30/2010 10:34 PM, Dan Carpenter wrote:
> On Thu, Dec 30, 2010 at 03:08:04PM -0800, Justin P. Mattock wrote:
>> 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/spi/dw_spi.c |    6 +++---
>
> You missed one from this file:
>
> /* Set the interrupt mask, for poll mode just diable all int */
>                                                ^^^^^^
> regards,
> dan carpenter
>
>

oh-man... my grepping wasn't so grepping after all.. thanks for that 
I'll resend this one

Justin P. Mattock

------------------------------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
  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-31  6:45   ` Grant Likely
  2010-12-31  6:52     ` Justin P. Mattock
  1 sibling, 1 reply; 44+ messages in thread
From: Grant Likely @ 2010-12-31  6:45 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: devel, trivial, linux-scsi, netdev, linux-usb, linux-wireless,
	linux-kernel, ivtv-devel, linux-m68k, spi-devel-general,
	linux-media

On Thu, Dec 30, 2010 at 03:07:51PM -0800, Justin P. Mattock wrote:
> 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@gmail.com>

applied, thanks.

g.

> 
> ---
>  drivers/spi/dw_spi.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/spi/dw_spi.c b/drivers/spi/dw_spi.c
> index 0838c79..7c3cf21 100644
> --- a/drivers/spi/dw_spi.c
> +++ b/drivers/spi/dw_spi.c
> @@ -592,7 +592,7 @@ static void pump_transfers(unsigned long data)
>  		spi_set_clk(dws, clk_div ? clk_div : chip->clk_div);
>  		spi_chip_sel(dws, spi->chip_select);
>  
> -		/* Set the interrupt mask, for poll mode just diable all int */
> +		/* Set the interrupt mask, for poll mode just disable all int */
>  		spi_mask_intr(dws, 0xff);
>  		if (imask)
>  			spi_umask_intr(dws, imask);
> -- 
> 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
> _______________________________________________
> spi-devel-general mailing list
> spi-devel-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/spi-devel-general

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
  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
  0 siblings, 1 reply; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-31  6:52 UTC (permalink / raw)
  To: Grant Likely
  Cc: trivial, devel, linux-scsi, netdev, linux-usb, linux-wireless,
	linux-kernel, ivtv-devel, linux-m68k, spi-devel-general,
	linux-media, Dan Carpenter

On 12/30/2010 10:45 PM, Grant Likely wrote:
> On Thu, Dec 30, 2010 at 03:07:51PM -0800, Justin P. Mattock wrote:
>> 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@gmail.com>
>
> applied, thanks.
>
> g.

ahh.. thanks.. just cleared up the left out diabled that I had thought I 
forgotten(ended up separating comments and code and forgot)
>
>>
>> ---
>>   drivers/spi/dw_spi.c |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/spi/dw_spi.c b/drivers/spi/dw_spi.c
>> index 0838c79..7c3cf21 100644
>> --- a/drivers/spi/dw_spi.c
>> +++ b/drivers/spi/dw_spi.c
>> @@ -592,7 +592,7 @@ static void pump_transfers(unsigned long data)
>>   		spi_set_clk(dws, clk_div ? clk_div : chip->clk_div);
>>   		spi_chip_sel(dws, spi->chip_select);
>>
>> -		/* Set the interrupt mask, for poll mode just diable all int */
>> +		/* Set the interrupt mask, for poll mode just disable all int */
>>   		spi_mask_intr(dws, 0xff);
>>   		if (imask)
>>   			spi_umask_intr(dws, imask);
>> --
>> 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
>> _______________________________________________
>> spi-devel-general mailing list
>> spi-devel-general@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/spi-devel-general
>

Justin P. Mattock

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
  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>
  0 siblings, 2 replies; 44+ messages in thread
From: Dan Carpenter @ 2010-12-31  9:11 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: Grant Likely, trivial, devel, linux-scsi, netdev, linux-usb,
	linux-wireless, linux-kernel, ivtv-devel, linux-m68k,
	spi-devel-general, linux-media

On Thu, Dec 30, 2010 at 10:52:30PM -0800, Justin P. Mattock wrote:
> On 12/30/2010 10:45 PM, Grant Likely wrote:
> >On Thu, Dec 30, 2010 at 03:07:51PM -0800, Justin P. Mattock wrote:
> >>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@gmail.com>
> >
> >applied, thanks.
> >
> >g.
> 
> ahh.. thanks.. just cleared up the left out diabled that I had
> thought I forgotten(ended up separating comments and code and
> forgot)

This is really just defensiveness and random grumbling and grumpiness on
my part, but one reason I may have missed the first patch is because
your subject lines are crap.

Wrong:  [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.

Right:  [PATCH 02/15] spi/dw_spi: Typo change diable to disable

regards,
dan carpenter

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo change diable to disable.
  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-31 10:23                             ` Mauro Carvalho Chehab
  2011-01-03 15:04                               ` Jiri Kosina
  2010-12-31 21:15                             ` Andy Walls
  2 siblings, 1 reply; 44+ messages in thread
From: Mauro Carvalho Chehab @ 2010-12-31 10:23 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: trivial, linux-m68k, linux-kernel, netdev, ivtv-devel,
	linux-media, linux-wireless, linux-scsi, spi-devel-general,
	devel, linux-usb

Em 30-12-2010 21:08, Justin P. Mattock escreveu:
> 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@gmail.com>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
> 
> ---
>  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)
>  

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 12/15]drivers:media:video:tvp7002.c Typo change diable to disable.
  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-31 10:24                                 ` Mauro Carvalho Chehab
  1 sibling, 0 replies; 44+ messages in thread
From: Mauro Carvalho Chehab @ 2010-12-31 10:24 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: devel, linux-m68k, trivial, linux-scsi, netdev, linux-usb,
	linux-wireless, linux-kernel, ivtv-devel, spi-devel-general,
	linux-media

Em 30-12-2010 21:08, Justin P. Mattock escreveu:
> 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@gmail.com>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
> 
> ---
>  drivers/media/video/tvp7002.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/media/video/tvp7002.c b/drivers/media/video/tvp7002.c
> index e63b40f..c799e4e 100644
> --- a/drivers/media/video/tvp7002.c
> +++ b/drivers/media/video/tvp7002.c
> @@ -789,7 +789,7 @@ static int tvp7002_query_dv_preset(struct v4l2_subdev *sd,
>   * Get the value of a TVP7002 decoder device register.
>   * Returns zero when successful, -EINVAL if register read fails or
>   * access to I2C client fails, -EPERM if the call is not allowed
> - * by diabled CAP_SYS_ADMIN.
> + * by disabled CAP_SYS_ADMIN.
>   */
>  static int tvp7002_g_register(struct v4l2_subdev *sd,
>  						struct v4l2_dbg_register *reg)

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.
  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 10:27                                       ` Mauro Carvalho Chehab
  2010-12-31 14:15                                         ` Justin P. Mattock
  2011-01-03 15:01                                         ` Jiri Kosina
  1 sibling, 2 replies; 44+ messages in thread
From: Mauro Carvalho Chehab @ 2010-12-31 10:27 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: trivial, linux-m68k, linux-kernel, netdev, ivtv-devel,
	linux-media, linux-wireless, linux-scsi, spi-devel-general,
	devel, linux-usb

Em 30-12-2010 21:08, Justin P. Mattock escreveu:
> 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@gmail.com>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>

PS.: Next time, please c/c linux-media ONLY on patches related to media
drivers (/drivers/video and the corresponding include files). Having to
dig into a series of 15 patches to just actually look on 3 patches 
is not nice.

> 
> ---
>  include/media/davinci/vpss.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/media/davinci/vpss.h b/include/media/davinci/vpss.h
> index c59cc02..b586495 100644
> --- a/include/media/davinci/vpss.h
> +++ b/include/media/davinci/vpss.h
> @@ -44,7 +44,7 @@ struct vpss_pg_frame_size {
>  	short pplen;
>  };
>  
> -/* Used for enable/diable VPSS Clock */
> +/* Used for enable/disable VPSS Clock */
>  enum vpss_clock_sel {
>  	/* DM355/DM365 */
>  	VPSS_CCDC_CLOCK,

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable.
  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
@ 2010-12-31 10:33 ` Geert Uytterhoeven
  2011-01-03 15:07   ` Jiri Kosina
  1 sibling, 1 reply; 44+ messages in thread
From: Geert Uytterhoeven @ 2010-12-31 10:33 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: trivial, linux-m68k, linux-kernel, netdev, ivtv-devel,
	linux-media, linux-wireless, linux-scsi, spi-devel-general,
	devel, linux-usb

On Fri, Dec 31, 2010 at 00:07, Justin P. Mattock
<justinmattock@gmail.com> wrote:
> 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@gmail.com>

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

> ---
>  arch/m68k/ifpsp060/src/fpsp.S |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/m68k/ifpsp060/src/fpsp.S b/arch/m68k/ifpsp060/src/fpsp.S
> index 73613b5..26e85e2 100644
> --- a/arch/m68k/ifpsp060/src/fpsp.S
> +++ b/arch/m68k/ifpsp060/src/fpsp.S
> @@ -3881,7 +3881,7 @@ _fpsp_fline:
>  # FP Unimplemented Instruction stack frame and jump to that entry
>  # point.
>  #
> -# but, if the FPU is disabled, then we need to jump to the FPU diabled
> +# but, if the FPU is disabled, then we need to jump to the FPU disabled
>  # entry point.
>        movc            %pcr,%d0
>        btst            &0x1,%d0

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.
  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
  1 sibling, 0 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-31 14:15 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: trivial, linux-m68k, linux-kernel, netdev, ivtv-devel,
	linux-media, linux-wireless, linux-scsi, spi-devel-general,
	devel, linux-usb

On 12/31/2010 02:27 AM, Mauro Carvalho Chehab wrote:
> Em 30-12-2010 21:08, Justin P. Mattock escreveu:
>> 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@gmail.com>
> Acked-by: Mauro Carvalho Chehab<mchehab@redhat.com>
>
> PS.: Next time, please c/c linux-media ONLY on patches related to media
> drivers (/drivers/video and the corresponding include files). Having to
> dig into a series of 15 patches to just actually look on 3 patches
> is not nice.
>

alright...

>>
>> ---
>>   include/media/davinci/vpss.h |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/include/media/davinci/vpss.h b/include/media/davinci/vpss.h
>> index c59cc02..b586495 100644
>> --- a/include/media/davinci/vpss.h
>> +++ b/include/media/davinci/vpss.h
>> @@ -44,7 +44,7 @@ struct vpss_pg_frame_size {
>>   	short pplen;
>>   };
>>
>> -/* Used for enable/diable VPSS Clock */
>> +/* Used for enable/disable VPSS Clock */
>>   enum vpss_clock_sel {
>>   	/* DM355/DM365 */
>>   	VPSS_CCDC_CLOCK,
>
>

Justin P. Mattock

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
  2010-12-31  9:11       ` Dan Carpenter
@ 2010-12-31 14:17         ` Justin P. Mattock
       [not found]         ` <4D1DE616.7010105@gmail.com>
  1 sibling, 0 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-31 14:17 UTC (permalink / raw)
  To: Dan Carpenter, Grant Likely, trivial-DgEjT+Ai2ygdnm+yROfE0A,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	li

On 12/31/2010 01:11 AM, Dan Carpenter wrote:
> On Thu, Dec 30, 2010 at 10:52:30PM -0800, Justin P. Mattock wrote:
>> On 12/30/2010 10:45 PM, Grant Likely wrote:
>>> On Thu, Dec 30, 2010 at 03:07:51PM -0800, Justin P. Mattock wrote:
>>>> 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>
>>>
>>> applied, thanks.
>>>
>>> g.
>>
>> ahh.. thanks.. just cleared up the left out diabled that I had
>> thought I forgotten(ended up separating comments and code and
>> forgot)
>
> This is really just defensiveness and random grumbling and grumpiness on
> my part, but one reason I may have missed the first patch is because
> your subject lines are crap.
>
> Wrong:  [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
>
> Right:  [PATCH 02/15] spi/dw_spi: Typo change diable to disable
>
> regards,
> dan carpenter
>

alright.. so having the backlash is alright for the subject

Thanks for the pointer on this..

Justin P. Mattock

------------------------------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
       [not found]           ` <4D1DE616.7010105-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-12-31 15:06             ` James Bottomley
  0 siblings, 0 replies; 44+ messages in thread
From: James Bottomley @ 2010-12-31 15:06 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: Dan Carpenter, Grant Likely, trivial-DgEjT+Ai2ygdnm+yROfE0A,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	ivtv-devel-jGorlIydJmRM656bX5wj8A,
	linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-media-u79uwXL29TY76Z2rM5mHXA

On Fri, 2010-12-31 at 06:17 -0800, Justin P. Mattock wrote:
> On 12/31/2010 01:11 AM, Dan Carpenter wrote:
> > On Thu, Dec 30, 2010 at 10:52:30PM -0800, Justin P. Mattock wrote:
> >> On 12/30/2010 10:45 PM, Grant Likely wrote:
> >>> On Thu, Dec 30, 2010 at 03:07:51PM -0800, Justin P. Mattock wrote:
> >>>> 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>
> >>>
> >>> applied, thanks.
> >>>
> >>> g.
> >>
> >> ahh.. thanks.. just cleared up the left out diabled that I had
> >> thought I forgotten(ended up separating comments and code and
> >> forgot)
> >
> > This is really just defensiveness and random grumbling and grumpiness on
> > my part, but one reason I may have missed the first patch is because
> > your subject lines are crap.
> >
> > Wrong:  [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
> >
> > Right:  [PATCH 02/15] spi/dw_spi: Typo change diable to disable
> >
> > regards,
> > dan carpenter
> >
> 
> alright.. so having the backlash is alright for the subject
> 
> Thanks for the pointer on this..

There is actually no specific form.  Most of us edit this part of the
subject line anyway to conform to whatever (nonuniform) conventions we
use.  I just use <component>: with no scsi or drivers prefix because the
git tree is tagged [SCSI]; others are different.

James


--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.
  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-31 15:32       ` Larry Finger
  2011-01-01  6:48       ` Finn Thain
  2 siblings, 0 replies; 44+ messages in thread
From: Larry Finger @ 2010-12-31 15:32 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: trivial, linux-m68k, linux-kernel, netdev, ivtv-devel,
	linux-media, linux-wireless, linux-scsi, spi-devel-general,
	devel, linux-usb

On 12/30/2010 05:07 PM, Justin P. Mattock wrote:
> 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@gmail.com>
> 
> ---

ACKed-by: Larry Finger <Larry.Finger@lwfinger.net>

>  drivers/staging/rtl8187se/r8180_hw.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/staging/rtl8187se/r8180_hw.h b/drivers/staging/rtl8187se/r8180_hw.h
> index 3fca144..2911d40 100644
> --- a/drivers/staging/rtl8187se/r8180_hw.h
> +++ b/drivers/staging/rtl8187se/r8180_hw.h
> @@ -554,7 +554,7 @@
>  /* by amy for power save		*/
>  /* by amy for antenna			*/
>  #define EEPROM_SW_REVD_OFFSET 0x3f
> -/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable.					*/
> +/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are disabled.					*/
>  #define EEPROM_SW_AD_MASK			0x0300
>  #define EEPROM_SW_AD_ENABLE			0x0100
>  


^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 07/15]drivers:net:wireless:iwlwifi Typo change diable to disable.
  2010-12-30 23:07                 ` [PATCH 07/15]drivers:net:wireless:iwlwifi " Justin P. Mattock
  2010-12-30 23:07                   ` [PATCH 08/15]drivers:scsi:lpfc:lpfc_init.c " Justin P. Mattock
@ 2010-12-31 15:33                   ` Larry Finger
  2011-01-03 15:06                     ` Jiri Kosina
  2011-01-04 17:56                   ` John W. Linville
  2 siblings, 1 reply; 44+ messages in thread
From: Larry Finger @ 2010-12-31 15:33 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: trivial, linux-m68k, linux-kernel, netdev, ivtv-devel,
	linux-media, linux-wireless, linux-scsi, spi-devel-general,
	devel, linux-usb

On 12/30/2010 05:07 PM, Justin P. Mattock wrote:
> 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@gmail.com>
> 

ACKed-by: Larry Finger <Larry.Finger@lwfinger.net>


> ---
>  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);


^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
       [not found]         ` <4D1DE616.7010105@gmail.com>
       [not found]           ` <4D1DE616.7010105-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-12-31 17:41           ` Dan Carpenter
  2010-12-31 17:59             ` Justin P. Mattock
  1 sibling, 1 reply; 44+ messages in thread
From: Dan Carpenter @ 2010-12-31 17:41 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: Grant Likely, trivial, devel, linux-scsi, netdev, linux-usb,
	linux-wireless, linux-kernel, ivtv-devel, linux-m68k,
	spi-devel-general, linux-media

On Fri, Dec 31, 2010 at 06:17:58AM -0800, Justin P. Mattock wrote:
> >Wrong:  [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
> >
> >Right:  [PATCH 02/15] spi/dw_spi: Typo change diable to disable
> >
> >regards,
> >dan carpenter
> >
> 
> alright.. so having the backlash is alright for the subject

Well really my point is not so much about backslashes vs colons, it's
about getting the *one* correct prefix.  This stuff is probably
scriptable most of the time, but you may still be required to think a
little on the corner cases.

Here is a script to get you started.

git log --format="%s" drivers/spi/dw_spi.c | \
	head -n 20 |                         \
	perl -ne 's/(.*):.*/$1/; print' |    \
	sort | uniq -c | sort -rn |          \
	perl -ne 's/^\W+\d+ //; print' |     \
	head -n 1

regards,
dan carpenter

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
  2010-12-31 17:41           ` Dan Carpenter
@ 2010-12-31 17:59             ` Justin P. Mattock
  0 siblings, 0 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-31 17:59 UTC (permalink / raw)
  To: Dan Carpenter, Grant Likely, trivial-DgEjT+Ai2ygdnm+yROfE0A,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	li

On 12/31/2010 09:41 AM, Dan Carpenter wrote:
> On Fri, Dec 31, 2010 at 06:17:58AM -0800, Justin P. Mattock wrote:
>>> Wrong:  [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
>>>
>>> Right:  [PATCH 02/15] spi/dw_spi: Typo change diable to disable
>>>
>>> regards,
>>> dan carpenter
>>>
>>
>> alright.. so having the backlash is alright for the subject
>
> Well really my point is not so much about backslashes vs colons, it's
> about getting the *one* correct prefix.  This stuff is probably
> scriptable most of the time, but you may still be required to think a
> little on the corner cases.
>
> Here is a script to get you started.
>
> git log --format="%s" drivers/spi/dw_spi.c | \
> 	head -n 20 |                         \
> 	perl -ne 's/(.*):.*/$1/; print' |    \
> 	sort | uniq -c | sort -rn |          \
> 	perl -ne 's/^\W+\d+ //; print' |     \
> 	head -n 1
>
> regards,
> dan carpenter
>

thats a nice little script there(just ran it) any way you want to add 
this into to getmaintainers.pl or something? (this way people get the 
maintainers address plus a subject line in the mix)

Justin P. Mattock

------------------------------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo change diable to disable.
  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-31 10:23                             ` [PATCH 11/15]drivers:media:video:cx18:cx23418.h " Mauro Carvalho Chehab
@ 2010-12-31 21:15                             ` Andy Walls
  2010-12-31 22:33                               ` Justin P. Mattock
  2 siblings, 1 reply; 44+ messages in thread
From: Andy Walls @ 2010-12-31 21:15 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: devel, trivial, linux-scsi, netdev, linux-usb, linux-wireless,
	linux-kernel, ivtv-devel, linux-m68k, spi-devel-general,
	linux-media

On Thu, 2010-12-30 at 15:08 -0800, Justin P. Mattock wrote:
> The below patch fixes a typo "diable" to "disable". Please let me know if this 
> is correct or not.
     ^^^^^^^^^^^^^^

What, else could it be?  The "diablo" chroma spatial filter type? ;)

Looks fine.

Acked-by: Andy Walls <awalls@md.metrocast.net>

> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> 
> ---
>  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)
>  

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo change diable to disable.
  2010-12-31 21:15                             ` Andy Walls
@ 2010-12-31 22:33                               ` Justin P. Mattock
  0 siblings, 0 replies; 44+ messages in thread
From: Justin P. Mattock @ 2010-12-31 22:33 UTC (permalink / raw)
  To: Andy Walls
  Cc: trivial, linux-m68k, linux-kernel, netdev, ivtv-devel,
	linux-media, linux-wireless, linux-scsi, spi-devel-general,
	devel, linux-usb

On 12/31/2010 01:15 PM, Andy Walls wrote:
> On Thu, 2010-12-30 at 15:08 -0800, Justin P. Mattock wrote:
>> The below patch fixes a typo "diable" to "disable". Please let me know if this
>> is correct or not.
>       ^^^^^^^^^^^^^^
>
> What, else could it be?  The "diablo" chroma spatial filter type? ;)
>
> Looks fine.
>
> Acked-by: Andy Walls<awalls@md.metrocast.net>

depends on what the search engine gives you.. diablo did show up
but figured better throw that in to be safe since some definitions 
appear to be incorect but are in fact correct..

>
>>
>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>
>> ---
>>   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)
>>
>
>
>

cheers,

Justin P. Mattock

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.
  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-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
  2 siblings, 1 reply; 44+ messages in thread
From: Finn Thain @ 2011-01-01  6:48 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: devel, trivial, linux-scsi, netdev, linux-usb, linux-wireless,
	linux-kernel, ivtv-devel, linux-m68k, spi-devel-general,
	linux-media


On Thu, 30 Dec 2010, Justin P. Mattock wrote:

> 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@gmail.com>
> 
> ---
>  drivers/staging/rtl8187se/r8180_hw.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/staging/rtl8187se/r8180_hw.h b/drivers/staging/rtl8187se/r8180_hw.h
> index 3fca144..2911d40 100644
> --- a/drivers/staging/rtl8187se/r8180_hw.h
> +++ b/drivers/staging/rtl8187se/r8180_hw.h
> @@ -554,7 +554,7 @@
>  /* by amy for power save		*/
>  /* by amy for antenna			*/
>  #define EEPROM_SW_REVD_OFFSET 0x3f
> -/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable.					*/
> +/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are disabled.					*/

I think, "other values disable" was what you meant?

Finn

>  #define EEPROM_SW_AD_MASK			0x0300
>  #define EEPROM_SW_AD_ENABLE			0x0100
>  
> 

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.
  2011-01-01  6:48       ` Finn Thain
@ 2011-01-01  7:43         ` Justin P. Mattock
  2011-01-01  9:09           ` Dan Carpenter
  0 siblings, 1 reply; 44+ messages in thread
From: Justin P. Mattock @ 2011-01-01  7:43 UTC (permalink / raw)
  To: Finn Thain
  Cc: devel, trivial, linux-scsi, netdev, linux-usb, linux-wireless,
	linux-kernel, ivtv-devel, linux-m68k, spi-devel-general,
	linux-media

On 12/31/2010 10:48 PM, Finn Thain wrote:
>
> On Thu, 30 Dec 2010, Justin P. Mattock wrote:
>
>> 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@gmail.com>
>>
>> ---
>>   drivers/staging/rtl8187se/r8180_hw.h |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/staging/rtl8187se/r8180_hw.h b/drivers/staging/rtl8187se/r8180_hw.h
>> index 3fca144..2911d40 100644
>> --- a/drivers/staging/rtl8187se/r8180_hw.h
>> +++ b/drivers/staging/rtl8187se/r8180_hw.h
>> @@ -554,7 +554,7 @@
>>   /* by amy for power save		*/
>>   /* by amy for antenna			*/
>>   #define EEPROM_SW_REVD_OFFSET 0x3f
>> -/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable.					*/
>> +/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are disabled.					*/
>
> I think, "other values disable" was what you meant?
>
> Finn
>
>>   #define EEPROM_SW_AD_MASK			0x0300
>>   #define EEPROM_SW_AD_ENABLE			0x0100
>>
>>
>

no! I changed it to disabled to make it proper..

Justin P. Mattock

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.
  2011-01-01  7:43         ` Justin P. Mattock
@ 2011-01-01  9:09           ` Dan Carpenter
  2011-01-01 14:53             ` Justin P. Mattock
  0 siblings, 1 reply; 44+ messages in thread
From: Dan Carpenter @ 2011-01-01  9:09 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: devel, trivial, linux-scsi, netdev, linux-usb, linux-wireless,
	linux-kernel, Finn Thain, linux-m68k, ivtv-devel,
	spi-devel-general, linux-media

On Fri, Dec 31, 2010 at 11:43:30PM -0800, Justin P. Mattock wrote:
> On 12/31/2010 10:48 PM, Finn Thain wrote:
> >>-/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable.					*/
> >>+/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are disabled.					*/
> >
> >I think, "other values disable" was what you meant?
> >
> >Finn
> >
> >>  #define EEPROM_SW_AD_MASK			0x0300
> >>  #define EEPROM_SW_AD_ENABLE			0x0100
> >>
> >>
> >
> 
> no! I changed it to disabled to make it proper..

Finn is obviously right, but maybe a compromise would be:

Only the value EEPROM_SW_AD_ENABLE means "enable", other values mean
"disable".

regards,
dan carpenter

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.
  2011-01-01  9:09           ` Dan Carpenter
@ 2011-01-01 14:53             ` Justin P. Mattock
  0 siblings, 0 replies; 44+ messages in thread
From: Justin P. Mattock @ 2011-01-01 14:53 UTC (permalink / raw)
  To: Dan Carpenter, Finn Thain,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	trivial-DgEjT+Ai2ygdnm+yROfE0A,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	lin

On 01/01/2011 01:09 AM, Dan Carpenter wrote:
> On Fri, Dec 31, 2010 at 11:43:30PM -0800, Justin P. Mattock wrote:
>> On 12/31/2010 10:48 PM, Finn Thain wrote:
>>>> -/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable.					*/
>>>> +/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are disabled.					*/
>>>
>>> I think, "other values disable" was what you meant?
>>>
>>> Finn
>>>
>>>>   #define EEPROM_SW_AD_MASK			0x0300
>>>>   #define EEPROM_SW_AD_ENABLE			0x0100
>>>>
>>>>
>>>
>>
>> no! I changed it to disabled to make it proper..
>
> Finn is obviously right, but maybe a compromise would be:
>
> Only the value EEPROM_SW_AD_ENABLE means "enable", other values mean
> "disable".
>
> regards,
> dan carpenter
>

ahh.. I see what you your saying now.. alright let me send this out that 
way..

Justin P. Mattock

------------------------------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.
  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
  1 sibling, 1 reply; 44+ messages in thread
From: Jiri Kosina @ 2011-01-03 15:01 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Justin P. Mattock, linux-m68k, linux-kernel, netdev, ivtv-devel,
	linux-media, linux-wireless, linux-scsi, spi-devel-general,
	devel, linux-usb

On Fri, 31 Dec 2010, Mauro Carvalho Chehab wrote:

> Em 30-12-2010 21:08, Justin P. Mattock escreveu:
> > 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@gmail.com>
> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Applied.

> 
> PS.: Next time, please c/c linux-media ONLY on patches related to media
> drivers (/drivers/video and the corresponding include files). Having to
> dig into a series of 15 patches to just actually look on 3 patches 
> is not nice.

Absolutely.

Justin, no kernel developer should be afraid of being CCed. But try to 
avoid really unnecessary spamming (which this was).

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo change diable to disable.
  2010-12-31 10:23                             ` [PATCH 11/15]drivers:media:video:cx18:cx23418.h " Mauro Carvalho Chehab
@ 2011-01-03 15:04                               ` Jiri Kosina
  0 siblings, 0 replies; 44+ messages in thread
From: Jiri Kosina @ 2011-01-03 15:04 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Justin P. Mattock, linux-m68k, linux-kernel, netdev, ivtv-devel,
	linux-media, linux-wireless, linux-scsi, spi-devel-general,
	devel, linux-usb

On Fri, 31 Dec 2010, Mauro Carvalho Chehab wrote:

> Em 30-12-2010 21:08, Justin P. Mattock escreveu:
> > 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@gmail.com>
> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Folded all three 'media' fixes into one and applied with your Ack. Thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 07/15]drivers:net:wireless:iwlwifi Typo change diable to disable.
  2010-12-31 15:33                   ` [PATCH 07/15]drivers:net:wireless:iwlwifi " Larry Finger
@ 2011-01-03 15:06                     ` Jiri Kosina
  0 siblings, 0 replies; 44+ messages in thread
From: Jiri Kosina @ 2011-01-03 15:06 UTC (permalink / raw)
  To: Larry Finger
  Cc: Justin P. Mattock, linux-m68k, linux-kernel, netdev, ivtv-devel,
	linux-media, linux-wireless, linux-scsi, spi-devel-general,
	devel, linux-usb

On Fri, 31 Dec 2010, Larry Finger wrote:

> On 12/30/2010 05:07 PM, Justin P. Mattock wrote:
> > 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@gmail.com>
> > 
> 
> ACKed-by: Larry Finger <Larry.Finger@lwfinger.net>

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable.
  2010-12-31 10:33 ` [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S " Geert Uytterhoeven
@ 2011-01-03 15:07   ` Jiri Kosina
  0 siblings, 0 replies; 44+ messages in thread
From: Jiri Kosina @ 2011-01-03 15:07 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devel, linux-m68k, linux-scsi, netdev, linux-usb, linux-wireless,
	linux-kernel, ivtv-devel, Justin P. Mattock, spi-devel-general,
	linux-media

On Fri, 31 Dec 2010, Geert Uytterhoeven wrote:

> On Fri, Dec 31, 2010 at 00:07, Justin P. Mattock
> <justinmattock@gmail.com> wrote:
> > 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@gmail.com>
> 
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 08/15]drivers:scsi:lpfc:lpfc_init.c Typo change diable to disable.
  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>
@ 2011-01-03 15:09                     ` Jiri Kosina
  1 sibling, 0 replies; 44+ messages in thread
From: Jiri Kosina @ 2011-01-03 15:09 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: linux-m68k, linux-kernel, netdev, ivtv-devel, linux-media,
	linux-wireless, linux-scsi, spi-devel-general, devel, linux-usb

On Thu, 30 Dec 2010, Justin P. Mattock wrote:

> 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@gmail.com>

Folded patched 8, 9, 10 and 13 together and applied.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.
  2011-01-03 15:01                                         ` Jiri Kosina
@ 2011-01-03 15:11                                           ` Justin P. Mattock
  0 siblings, 0 replies; 44+ messages in thread
From: Justin P. Mattock @ 2011-01-03 15:11 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: devel, linux-m68k, linux-scsi, netdev, linux-usb, linux-wireless,
	linux-kernel, ivtv-devel, spi-devel-general,
	Mauro Carvalho Chehab, linux-media

On 01/03/2011 07:01 AM, Jiri Kosina wrote:
> On Fri, 31 Dec 2010, Mauro Carvalho Chehab wrote:
>
>> Em 30-12-2010 21:08, Justin P. Mattock escreveu:
>>> 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@gmail.com>
>> Acked-by: Mauro Carvalho Chehab<mchehab@redhat.com>
>
> Applied.
>
>>
>> PS.: Next time, please c/c linux-media ONLY on patches related to media
>> drivers (/drivers/video and the corresponding include files). Having to
>> dig into a series of 15 patches to just actually look on 3 patches
>> is not nice.
>
> Absolutely.
>
> Justin, no kernel developer should be afraid of being CCed. But try to
> avoid really unnecessary spamming (which this was).
>

alright..

Justin P. Mattock

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PATCH 07/15]drivers:net:wireless:iwlwifi Typo change diable to disable.
  2010-12-30 23:07                 ` [PATCH 07/15]drivers:net:wireless:iwlwifi " Justin P. Mattock
  2010-12-30 23:07                   ` [PATCH 08/15]drivers:scsi:lpfc:lpfc_init.c " Justin P. Mattock
  2010-12-31 15:33                   ` [PATCH 07/15]drivers:net:wireless:iwlwifi " Larry Finger
@ 2011-01-04 17:56                   ` John W. Linville
  2 siblings, 0 replies; 44+ messages in thread
From: John W. Linville @ 2011-01-04 17:56 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: trivial, linux-m68k, linux-kernel, netdev, ivtv-devel,
	linux-media, linux-wireless, linux-scsi, spi-devel-general,
	devel, linux-usb

On Thu, Dec 30, 2010 at 03:07:56PM -0800, Justin P. Mattock wrote:
> 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@gmail.com>
Acked-by: John W. Linville <linville@tuxdriver.com>

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2011-01-04 17:56 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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                 ` [PATCH 07/15]drivers:net:wireless:iwlwifi " Justin P. Mattock
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

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).