aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorAnand Gadiyar <gadiyar@ti.com>2010-05-12 03:33:13 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-14 16:16:10 -0400
commit935e99fb0739aa64d0dd7e8a0bc82faec5d8f830 (patch)
tree6379951a0dc03d7fcac881c07f6822df612f336f /drivers/staging
parent83d4b7eb5f319d8c6d8586586cb1d9c0d1a80532 (diff)
staging: trivial: fix typo "seperate"
s/seperate/separate Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Cc: Jiri Kosina <trivial@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/comedi/drivers/das08.h2
-rw-r--r--drivers/staging/dream/camera/msm_vfe8x_proc.c2
-rw-r--r--drivers/staging/echo/echo.c2
-rw-r--r--drivers/staging/rt2860/mlme.h2
-rw-r--r--drivers/staging/rtl8192e/ieee80211.h2
-rw-r--r--drivers/staging/rtl8192e/ieee80211/ieee80211.h2
-rw-r--r--drivers/staging/rtl8192e/r8190_rtl8256.c4
-rw-r--r--drivers/staging/rtl8192e/r8192E_core.c2
-rw-r--r--drivers/staging/rtl8192su/ieee80211/ieee80211.h2
-rw-r--r--drivers/staging/rtl8192su/r8192S_phy.c2
-rw-r--r--drivers/staging/rtl8192u/ieee80211.h2
-rw-r--r--drivers/staging/rtl8192u/ieee80211/ieee80211.h2
-rw-r--r--drivers/staging/wlags49_h2/README.wlags492
-rw-r--r--drivers/staging/wlags49_h2/wl_priv.c2
-rw-r--r--drivers/staging/wlags49_h2/wl_wext.c2
15 files changed, 16 insertions, 16 deletions
diff --git a/drivers/staging/comedi/drivers/das08.h b/drivers/staging/comedi/drivers/das08.h
index 35d2660cf93b..2a30d764ddfc 100644
--- a/drivers/staging/comedi/drivers/das08.h
+++ b/drivers/staging/comedi/drivers/das08.h
@@ -62,7 +62,7 @@ struct i8254_struct {
62#define I8254_CTRL 3 62#define I8254_CTRL 3
63 63
64struct das08_private_struct { 64struct das08_private_struct {
65 unsigned int do_mux_bits; /* bits for do/mux register on boards without seperate do register */ 65 unsigned int do_mux_bits; /* bits for do/mux register on boards without separate do register */
66 unsigned int do_bits; /* bits for do register on boards with register dedicated to digital out only */ 66 unsigned int do_bits; /* bits for do register on boards with register dedicated to digital out only */
67 const unsigned int *pg_gainlist; 67 const unsigned int *pg_gainlist;
68 struct pci_dev *pdev; /* struct for pci-das08 */ 68 struct pci_dev *pdev; /* struct for pci-das08 */
diff --git a/drivers/staging/dream/camera/msm_vfe8x_proc.c b/drivers/staging/dream/camera/msm_vfe8x_proc.c
index 10aef0e59bab..f80ef967ba87 100644
--- a/drivers/staging/dream/camera/msm_vfe8x_proc.c
+++ b/drivers/staging/dream/camera/msm_vfe8x_proc.c
@@ -3828,7 +3828,7 @@ void vfe_camif_config(struct vfe_cmd_camif_config *in)
3828 ctrl->vfeImaskLocal.camifEpoch2Irq = 1; 3828 ctrl->vfeImaskLocal.camifEpoch2Irq = 1;
3829 } 3829 }
3830 3830
3831 /* save the content to program CAMIF_CONFIG seperately. */ 3831 /* save the content to program CAMIF_CONFIG separately. */
3832 ctrl->vfeCamifConfigLocal.camifCfgFromCmd = in->camifConfig; 3832 ctrl->vfeCamifConfigLocal.camifCfgFromCmd = in->camifConfig;
3833 3833
3834 /* EFS_Config */ 3834 /* EFS_Config */
diff --git a/drivers/staging/echo/echo.c b/drivers/staging/echo/echo.c
index 4cc4f2eb7eb7..58c4e907e44d 100644
--- a/drivers/staging/echo/echo.c
+++ b/drivers/staging/echo/echo.c
@@ -603,7 +603,7 @@ int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx)
603} 603}
604EXPORT_SYMBOL_GPL(oslec_update); 604EXPORT_SYMBOL_GPL(oslec_update);
605 605
606/* This function is seperated from the echo canceller is it is usually called 606/* This function is separated from the echo canceller is it is usually called
607 as part of the tx process. See rx HP (DC blocking) filter above, it's 607 as part of the tx process. See rx HP (DC blocking) filter above, it's
608 the same design. 608 the same design.
609 609
diff --git a/drivers/staging/rt2860/mlme.h b/drivers/staging/rt2860/mlme.h
index 11434132f93b..99c9362bae86 100644
--- a/drivers/staging/rt2860/mlme.h
+++ b/drivers/staging/rt2860/mlme.h
@@ -322,7 +322,7 @@ struct rt_trigger_eventa {
322 u8 BSSID[6]; 322 u8 BSSID[6];
323 u8 RegClass; /* Regulatory Class */ 323 u8 RegClass; /* Regulatory Class */
324 u16 Channel; 324 u16 Channel;
325 unsigned long CDCounter; /* Maintain a seperate count down counter for each Event A. */ 325 unsigned long CDCounter; /* Maintain a separate count down counter for each Event A. */
326}; 326};
327 327
328/* 20/40 trigger event table */ 328/* 20/40 trigger event table */
diff --git a/drivers/staging/rtl8192e/ieee80211.h b/drivers/staging/rtl8192e/ieee80211.h
index c39249eb54b5..e1f03d79d2b6 100644
--- a/drivers/staging/rtl8192e/ieee80211.h
+++ b/drivers/staging/rtl8192e/ieee80211.h
@@ -1846,7 +1846,7 @@ struct ieee80211_device {
1846 spinlock_t bw_spinlock; 1846 spinlock_t bw_spinlock;
1847 1847
1848 spinlock_t reorder_spinlock; 1848 spinlock_t reorder_spinlock;
1849 // for HT operation rate set. we use this one for HT data rate to seperate different descriptors 1849 // for HT operation rate set. we use this one for HT data rate to separate different descriptors
1850 //the way fill this is the same as in the IE 1850 //the way fill this is the same as in the IE
1851 u8 Regdot11HTOperationalRateSet[16]; //use RATR format 1851 u8 Regdot11HTOperationalRateSet[16]; //use RATR format
1852 u8 dot11HTOperationalRateSet[16]; //use RATR format 1852 u8 dot11HTOperationalRateSet[16]; //use RATR format
diff --git a/drivers/staging/rtl8192e/ieee80211/ieee80211.h b/drivers/staging/rtl8192e/ieee80211/ieee80211.h
index 1f613a28152f..50728f6e9c55 100644
--- a/drivers/staging/rtl8192e/ieee80211/ieee80211.h
+++ b/drivers/staging/rtl8192e/ieee80211/ieee80211.h
@@ -2067,7 +2067,7 @@ struct ieee80211_device {
2067 spinlock_t bw_spinlock; 2067 spinlock_t bw_spinlock;
2068 2068
2069 spinlock_t reorder_spinlock; 2069 spinlock_t reorder_spinlock;
2070 // for HT operation rate set. we use this one for HT data rate to seperate different descriptors 2070 // for HT operation rate set. we use this one for HT data rate to separate different descriptors
2071 //the way fill this is the same as in the IE 2071 //the way fill this is the same as in the IE
2072 u8 Regdot11HTOperationalRateSet[16]; //use RATR format 2072 u8 Regdot11HTOperationalRateSet[16]; //use RATR format
2073 u8 dot11HTOperationalRateSet[16]; //use RATR format 2073 u8 dot11HTOperationalRateSet[16]; //use RATR format
diff --git a/drivers/staging/rtl8192e/r8190_rtl8256.c b/drivers/staging/rtl8192e/r8190_rtl8256.c
index 1bd054d42f24..7391f5f8f25f 100644
--- a/drivers/staging/rtl8192e/r8190_rtl8256.c
+++ b/drivers/staging/rtl8192e/r8190_rtl8256.c
@@ -802,7 +802,7 @@ MgntDisconnectIBSS(
802 802
803 case RT_OP_MODE_IBSS: 803 case RT_OP_MODE_IBSS:
804 btMsr |= MSR_LINK_ADHOC; 804 btMsr |= MSR_LINK_ADHOC;
805 // led link set seperate 805 // led link set separate
806 break; 806 break;
807 807
808 case RT_OP_MODE_AP: 808 case RT_OP_MODE_AP:
@@ -885,7 +885,7 @@ MlmeDisassociateRequest(
885 885
886 case RT_OP_MODE_IBSS: 886 case RT_OP_MODE_IBSS:
887 btMsr |= MSR_LINK_ADHOC; 887 btMsr |= MSR_LINK_ADHOC;
888 // led link set seperate 888 // led link set separate
889 break; 889 break;
890 890
891 case RT_OP_MODE_AP: 891 case RT_OP_MODE_AP:
diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c
index 533be4882bbf..eb41402d1d37 100644
--- a/drivers/staging/rtl8192e/r8192E_core.c
+++ b/drivers/staging/rtl8192e/r8192E_core.c
@@ -407,7 +407,7 @@ rtl8192e_SetHwReg(struct net_device *dev,u8 variable,u8* val)
407 407
408 case RT_OP_MODE_IBSS: 408 case RT_OP_MODE_IBSS:
409 btMsr |= MSR_ADHOC; 409 btMsr |= MSR_ADHOC;
410 // led link set seperate 410 // led link set separate
411 break; 411 break;
412 412
413 case RT_OP_MODE_AP: 413 case RT_OP_MODE_AP:
diff --git a/drivers/staging/rtl8192su/ieee80211/ieee80211.h b/drivers/staging/rtl8192su/ieee80211/ieee80211.h
index 32b261d15594..bcb2b12a8398 100644
--- a/drivers/staging/rtl8192su/ieee80211/ieee80211.h
+++ b/drivers/staging/rtl8192su/ieee80211/ieee80211.h
@@ -1152,7 +1152,7 @@ struct ieee80211_device {
1152 spinlock_t reorder_spinlock; 1152 spinlock_t reorder_spinlock;
1153 /* 1153 /*
1154 * for HT operation rate set, we use this one for HT data rate to 1154 * for HT operation rate set, we use this one for HT data rate to
1155 * seperate different descriptors the way fill this is the same as 1155 * separate different descriptors the way fill this is the same as
1156 * in the IE 1156 * in the IE
1157 */ 1157 */
1158 u8 Regdot11HTOperationalRateSet[16]; /* use RATR format */ 1158 u8 Regdot11HTOperationalRateSet[16]; /* use RATR format */
diff --git a/drivers/staging/rtl8192su/r8192S_phy.c b/drivers/staging/rtl8192su/r8192S_phy.c
index 69ede47dfdcc..b6c0f1990742 100644
--- a/drivers/staging/rtl8192su/r8192S_phy.c
+++ b/drivers/staging/rtl8192su/r8192S_phy.c
@@ -882,7 +882,7 @@ phy_BB8192S_Config_ParaFile(struct net_device* dev)
882 882
883 // 883 //
884 // 1. Read PHY_REG.TXT BB INIT!! 884 // 1. Read PHY_REG.TXT BB INIT!!
885 // We will seperate as 1T1R/1T2R/1T2R_GREEN/2T2R 885 // We will separate as 1T1R/1T2R/1T2R_GREEN/2T2R
886 // 886 //
887 if (priv->rf_type == RF_1T2R || priv->rf_type == RF_2T2R || 887 if (priv->rf_type == RF_1T2R || priv->rf_type == RF_2T2R ||
888 priv->rf_type == RF_1T1R ||priv->rf_type == RF_2T2R_GREEN) 888 priv->rf_type == RF_1T1R ||priv->rf_type == RF_2T2R_GREEN)
diff --git a/drivers/staging/rtl8192u/ieee80211.h b/drivers/staging/rtl8192u/ieee80211.h
index ef9e941f4967..9c726113214d 100644
--- a/drivers/staging/rtl8192u/ieee80211.h
+++ b/drivers/staging/rtl8192u/ieee80211.h
@@ -1795,7 +1795,7 @@ struct ieee80211_device {
1795 1795
1796 spinlock_t reorder_spinlock; 1796 spinlock_t reorder_spinlock;
1797 /* for HT operation rate set. we use this one for HT data rate to 1797 /* for HT operation rate set. we use this one for HT data rate to
1798 * seperate different descriptors 1798 * separate different descriptors
1799 * the way fill this is the same as in the IE 1799 * the way fill this is the same as in the IE
1800 */ 1800 */
1801 u8 Regdot11HTOperationalRateSet[16]; /* use RATR format */ 1801 u8 Regdot11HTOperationalRateSet[16]; /* use RATR format */
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211.h b/drivers/staging/rtl8192u/ieee80211/ieee80211.h
index 39847c81e29c..e1216b704959 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211.h
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211.h
@@ -1829,7 +1829,7 @@ struct ieee80211_device {
1829 spinlock_t bw_spinlock; 1829 spinlock_t bw_spinlock;
1830 1830
1831 spinlock_t reorder_spinlock; 1831 spinlock_t reorder_spinlock;
1832 // for HT operation rate set. we use this one for HT data rate to seperate different descriptors 1832 // for HT operation rate set. we use this one for HT data rate to separate different descriptors
1833 //the way fill this is the same as in the IE 1833 //the way fill this is the same as in the IE
1834 u8 Regdot11HTOperationalRateSet[16]; //use RATR format 1834 u8 Regdot11HTOperationalRateSet[16]; //use RATR format
1835 u8 dot11HTOperationalRateSet[16]; //use RATR format 1835 u8 dot11HTOperationalRateSet[16]; //use RATR format
diff --git a/drivers/staging/wlags49_h2/README.wlags49 b/drivers/staging/wlags49_h2/README.wlags49
index 7586fd09adc9..f65acd6f5f54 100644
--- a/drivers/staging/wlags49_h2/README.wlags49
+++ b/drivers/staging/wlags49_h2/README.wlags49
@@ -84,7 +84,7 @@ TABLE OF CONTENTS.
84 the functions to interface to the Network Interface Card (NIC). The HCF 84 the functions to interface to the Network Interface Card (NIC). The HCF
85 provides for all WaveLAN NIC types one standard interface to the MSF. 85 provides for all WaveLAN NIC types one standard interface to the MSF.
86 This I/F is called the Wireless Connection Interface (WCI) and is the 86 This I/F is called the Wireless Connection Interface (WCI) and is the
87 subject of a seperate document (025726). 87 subject of a separate document (025726).
88 88
89 The HCF directory contains firmware images to allow the card to operate in 89 The HCF directory contains firmware images to allow the card to operate in
90 either station (STA) or Access Point (AP) mode. In the build process, the 90 either station (STA) or Access Point (AP) mode. In the build process, the
diff --git a/drivers/staging/wlags49_h2/wl_priv.c b/drivers/staging/wlags49_h2/wl_priv.c
index f2bfd3025e9c..260d4f0d47b4 100644
--- a/drivers/staging/wlags49_h2/wl_priv.c
+++ b/drivers/staging/wlags49_h2/wl_priv.c
@@ -654,7 +654,7 @@ int wvlan_uil_put_info( struct uilreq *urq, struct wl_private *lp )
654 pLtv->u.u16[0] = CNV_INT_TO_LITTLE( pLtv->u.u16[0] ); 654 pLtv->u.u16[0] = CNV_INT_TO_LITTLE( pLtv->u.u16[0] );
655 break; 655 break;
656 /* CFG_CNF_OWN_SSID currently same as CNF_DESIRED_SSID. Do we 656 /* CFG_CNF_OWN_SSID currently same as CNF_DESIRED_SSID. Do we
657 need seperate storage for this? */ 657 need separate storage for this? */
658 //case CFG_CNF_OWN_SSID: 658 //case CFG_CNF_OWN_SSID:
659 case CFG_CNF_OWN_ATIM_WINDOW: 659 case CFG_CNF_OWN_ATIM_WINDOW:
660 lp->atimWindow = pLtv->u.u16[0]; 660 lp->atimWindow = pLtv->u.u16[0];
diff --git a/drivers/staging/wlags49_h2/wl_wext.c b/drivers/staging/wlags49_h2/wl_wext.c
index 4434e0065488..311d3c5a2ef0 100644
--- a/drivers/staging/wlags49_h2/wl_wext.c
+++ b/drivers/staging/wlags49_h2/wl_wext.c
@@ -3940,7 +3940,7 @@ void wl_wext_event_mic_failed( struct net_device *dev )
3940 MLME-MICHAELMICFAILURE.indication(keyid=# broadcast/unicast addr=addr2) 3940 MLME-MICHAELMICFAILURE.indication(keyid=# broadcast/unicast addr=addr2)
3941 */ 3941 */
3942 3942
3943 /* NOTE: Format of MAC address (using colons to seperate bytes) may cause 3943 /* NOTE: Format of MAC address (using colons to separate bytes) may cause
3944 a problem in future versions of the supplicant, if they ever 3944 a problem in future versions of the supplicant, if they ever
3945 actually parse these parameters */ 3945 actually parse these parameters */
3946#if DBG 3946#if DBG