[PATCH 05/15]drivers:staging:vt6655:rf.c Typo change diable to disable.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Justin P. Mattock
Date: Thursday, December 30, 2010 - 4:07 pm

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

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to di ..., Justin P. Mattock, (Thu Dec 30, 4:07 pm)
[PATCH 04/15]drivers:staging:comedi:drivers:das800.c Typo ..., Justin P. Mattock, (Thu Dec 30, 4:07 pm)
[PATCH 05/15]drivers:staging:vt6655:rf.c Typo change diabl ..., Justin P. Mattock, (Thu Dec 30, 4:07 pm)
[PATCH 08/15]drivers:scsi:lpfc:lpfc_init.c Typo change dia ..., Justin P. Mattock, (Thu Dec 30, 4:07 pm)
[PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo chang ..., Justin P. Mattock, (Thu Dec 30, 4:08 pm)
[PATCH 12/15]drivers:media:video:tvp7002.c Typo change dia ..., Justin P. Mattock, (Thu Dec 30, 4:08 pm)
[PATCH 14/15]include:media:davinci:vpss.h Typo change diab ..., Justin P. Mattock, (Thu Dec 30, 4:08 pm)
[PATCH 15/15]drivers:spi:dw_spi.c Typo change diable to di ..., Justin P. Mattock, (Thu Dec 30, 4:08 pm)
Re: [PATCH 15/15]drivers:spi:dw_spi.c Typo change diable t ..., Justin P. Mattock, (Thu Dec 30, 11:38 pm)
Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable t ..., Justin P. Mattock, (Thu Dec 30, 11:52 pm)
Re: [PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo c ..., Mauro Carvalho Chehab, (Fri Dec 31, 3:23 am)
Re: [PATCH 12/15]drivers:media:video:tvp7002.c Typo change ..., Mauro Carvalho Chehab, (Fri Dec 31, 3:24 am)
Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change ..., Mauro Carvalho Chehab, (Fri Dec 31, 3:27 am)
Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable t ..., Justin P. Mattock, (Fri Dec 31, 7:17 am)
Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable t ..., Justin P. Mattock, (Fri Dec 31, 10:59 am)
Re: [PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo c ..., Justin P. Mattock, (Fri Dec 31, 3:33 pm)
Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo ..., Justin P. Mattock, (Sat Jan 1, 12:43 am)
Re: [PATCH 07/15]drivers:net:wireless:iwlwifi Typo change ..., John W. Linville, (Tue Jan 4, 10:56 am)