aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/usb_halinit.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-05-07 07:38:22 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-09 13:46:01 -0700
commitbe10ac2b961e348919ce09d2b88471116d865087 (patch)
tree6e8fd5b67bcb435017354e3e281f3b43bc2dcb31 /drivers/staging/rtl8712/usb_halinit.c
parentstaging: comedi: refactor sysfs files in comedi_fops.c (diff)
downloadlinux-dev-be10ac2b961e348919ce09d2b88471116d865087.tar.xz
linux-dev-be10ac2b961e348919ce09d2b88471116d865087.zip
staging: rtl8712: Fix typos.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/usb_halinit.c')
-rw-r--r--drivers/staging/rtl8712/usb_halinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8712/usb_halinit.c b/drivers/staging/rtl8712/usb_halinit.c
index 46287c17a417..b4ae11a78b46 100644
--- a/drivers/staging/rtl8712/usb_halinit.c
+++ b/drivers/staging/rtl8712/usb_halinit.c
@@ -141,7 +141,7 @@ u8 r8712_usb_hal_bus_init(struct _adapter *padapter)
/* Enable AFE PLL Macro Block */
val8 = r8712_read8(padapter, AFE_PLL_CTRL);
r8712_write8(padapter, AFE_PLL_CTRL, (val8 | 0x11));
- /* Attatch AFE PLL to MACTOP/BB/PCIe Digital */
+ /* Attach AFE PLL to MACTOP/BB/PCIe Digital */
val8 = r8712_read8(padapter, SYS_ISO_CTRL);
r8712_write8(padapter, SYS_ISO_CTRL, (val8 & 0xEE));
/* Switch to 40M clock */
@@ -234,7 +234,7 @@ u8 r8712_usb_hal_bus_init(struct _adapter *padapter)
udelay(500);
r8712_write8(padapter, AFE_PLL_CTRL, (val8 | 0x11));
udelay(500);
- /* Attatch AFE PLL to MACTOP/BB/PCIe Digital */
+ /* Attach AFE PLL to MACTOP/BB/PCIe Digital */
val8 = r8712_read8(padapter, SYS_ISO_CTRL);
r8712_write8(padapter, SYS_ISO_CTRL, (val8 & 0xEE));
/* Switch to 40M clock */