···6262#define I8254_CTRL 363636464struct das08_private_struct {6565- unsigned int do_mux_bits; /* bits for do/mux register on boards without seperate do register */6565+ unsigned int do_mux_bits; /* bits for do/mux register on boards without separate do register */6666 unsigned int do_bits; /* bits for do register on boards with register dedicated to digital out only */6767 const unsigned int *pg_gainlist;6868 struct pci_dev *pdev; /* struct for pci-das08 */
+1-1
drivers/staging/dream/camera/msm_vfe8x_proc.c
···38283828 ctrl->vfeImaskLocal.camifEpoch2Irq = 1;38293829 }3830383038313831- /* save the content to program CAMIF_CONFIG seperately. */38313831+ /* save the content to program CAMIF_CONFIG separately. */38323832 ctrl->vfeCamifConfigLocal.camifCfgFromCmd = in->camifConfig;3833383338343834 /* EFS_Config */
+1-1
drivers/staging/echo/echo.c
···603603}604604EXPORT_SYMBOL_GPL(oslec_update);605605606606-/* This function is seperated from the echo canceller is it is usually called606606+/* This function is separated from the echo canceller is it is usually called607607 as part of the tx process. See rx HP (DC blocking) filter above, it's608608 the same design.609609
+1-1
drivers/staging/rt2860/mlme.h
···322322 u8 BSSID[6];323323 u8 RegClass; /* Regulatory Class */324324 u16 Channel;325325- unsigned long CDCounter; /* Maintain a seperate count down counter for each Event A. */325325+ unsigned long CDCounter; /* Maintain a separate count down counter for each Event A. */326326};327327328328/* 20/40 trigger event table */
+1-1
drivers/staging/rtl8192e/ieee80211.h
···18461846 spinlock_t bw_spinlock;1847184718481848 spinlock_t reorder_spinlock;18491849- // for HT operation rate set. we use this one for HT data rate to seperate different descriptors18491849+ // for HT operation rate set. we use this one for HT data rate to separate different descriptors18501850 //the way fill this is the same as in the IE18511851 u8 Regdot11HTOperationalRateSet[16]; //use RATR format18521852 u8 dot11HTOperationalRateSet[16]; //use RATR format
+1-1
drivers/staging/rtl8192e/ieee80211/ieee80211.h
···20672067 spinlock_t bw_spinlock;2068206820692069 spinlock_t reorder_spinlock;20702070- // for HT operation rate set. we use this one for HT data rate to seperate different descriptors20702070+ // for HT operation rate set. we use this one for HT data rate to separate different descriptors20712071 //the way fill this is the same as in the IE20722072 u8 Regdot11HTOperationalRateSet[16]; //use RATR format20732073 u8 dot11HTOperationalRateSet[16]; //use RATR format
+2-2
drivers/staging/rtl8192e/r8190_rtl8256.c
···802802803803 case RT_OP_MODE_IBSS:804804 btMsr |= MSR_LINK_ADHOC;805805- // led link set seperate805805+ // led link set separate806806 break;807807808808 case RT_OP_MODE_AP:···885885886886 case RT_OP_MODE_IBSS:887887 btMsr |= MSR_LINK_ADHOC;888888- // led link set seperate888888+ // led link set separate889889 break;890890891891 case RT_OP_MODE_AP:
+1-1
drivers/staging/rtl8192e/r8192E_core.c
···407407408408 case RT_OP_MODE_IBSS:409409 btMsr |= MSR_ADHOC;410410- // led link set seperate410410+ // led link set separate411411 break;412412413413 case RT_OP_MODE_AP:
+1-1
drivers/staging/rtl8192su/ieee80211/ieee80211.h
···11521152 spinlock_t reorder_spinlock;11531153 /*11541154 * for HT operation rate set, we use this one for HT data rate to11551155- * seperate different descriptors the way fill this is the same as11551155+ * separate different descriptors the way fill this is the same as11561156 * in the IE11571157 */11581158 u8 Regdot11HTOperationalRateSet[16]; /* use RATR format */
+1-1
drivers/staging/rtl8192su/r8192S_phy.c
···882882883883 //884884 // 1. Read PHY_REG.TXT BB INIT!!885885- // We will seperate as 1T1R/1T2R/1T2R_GREEN/2T2R885885+ // We will separate as 1T1R/1T2R/1T2R_GREEN/2T2R886886 //887887 if (priv->rf_type == RF_1T2R || priv->rf_type == RF_2T2R ||888888 priv->rf_type == RF_1T1R ||priv->rf_type == RF_2T2R_GREEN)
+1-1
drivers/staging/rtl8192u/ieee80211.h
···1795179517961796 spinlock_t reorder_spinlock;17971797 /* for HT operation rate set. we use this one for HT data rate to17981798- * seperate different descriptors17981798+ * separate different descriptors17991799 * the way fill this is the same as in the IE18001800 */18011801 u8 Regdot11HTOperationalRateSet[16]; /* use RATR format */
+1-1
drivers/staging/rtl8192u/ieee80211/ieee80211.h
···18291829 spinlock_t bw_spinlock;1830183018311831 spinlock_t reorder_spinlock;18321832- // for HT operation rate set. we use this one for HT data rate to seperate different descriptors18321832+ // for HT operation rate set. we use this one for HT data rate to separate different descriptors18331833 //the way fill this is the same as in the IE18341834 u8 Regdot11HTOperationalRateSet[16]; //use RATR format18351835 u8 dot11HTOperationalRateSet[16]; //use RATR format
+1-1
drivers/staging/wlags49_h2/README.wlags49
···8484 the functions to interface to the Network Interface Card (NIC). The HCF8585 provides for all WaveLAN NIC types one standard interface to the MSF.8686 This I/F is called the Wireless Connection Interface (WCI) and is the8787- subject of a seperate document (025726).8787+ subject of a separate document (025726).88888989 The HCF directory contains firmware images to allow the card to operate in9090 either station (STA) or Access Point (AP) mode. In the build process, the
+1-1
drivers/staging/wlags49_h2/wl_priv.c
···654654 pLtv->u.u16[0] = CNV_INT_TO_LITTLE( pLtv->u.u16[0] );655655 break;656656 /* CFG_CNF_OWN_SSID currently same as CNF_DESIRED_SSID. Do we657657- need seperate storage for this? */657657+ need separate storage for this? */658658 //case CFG_CNF_OWN_SSID:659659 case CFG_CNF_OWN_ATIM_WINDOW:660660 lp->atimWindow = pLtv->u.u16[0];
+1-1
drivers/staging/wlags49_h2/wl_wext.c
···39403940 MLME-MICHAELMICFAILURE.indication(keyid=# broadcast/unicast addr=addr2)39413941 */3942394239433943- /* NOTE: Format of MAC address (using colons to seperate bytes) may cause39433943+ /* NOTE: Format of MAC address (using colons to separate bytes) may cause39443944 a problem in future versions of the supplicant, if they ever39453945 actually parse these parameters */39463946#if DBG