]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: trivial: fix typo "seperate"
authorAnand Gadiyar <gadiyar@ti.com>
Wed, 12 May 2010 07:33:13 +0000 (13:03 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 May 2010 20:16:10 +0000 (13:16 -0700)
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>
15 files changed:
drivers/staging/comedi/drivers/das08.h
drivers/staging/dream/camera/msm_vfe8x_proc.c
drivers/staging/echo/echo.c
drivers/staging/rt2860/mlme.h
drivers/staging/rtl8192e/ieee80211.h
drivers/staging/rtl8192e/ieee80211/ieee80211.h
drivers/staging/rtl8192e/r8190_rtl8256.c
drivers/staging/rtl8192e/r8192E_core.c
drivers/staging/rtl8192su/ieee80211/ieee80211.h
drivers/staging/rtl8192su/r8192S_phy.c
drivers/staging/rtl8192u/ieee80211.h
drivers/staging/rtl8192u/ieee80211/ieee80211.h
drivers/staging/wlags49_h2/README.wlags49
drivers/staging/wlags49_h2/wl_priv.c
drivers/staging/wlags49_h2/wl_wext.c

index 35d2660cf93b534b98cc13302ce5339d81e9ea59..2a30d764ddfc735c08a0251048318f926dacf234 100644 (file)
@@ -62,7 +62,7 @@ struct i8254_struct {
 #define I8254_CTRL 3
 
 struct das08_private_struct {
-       unsigned int do_mux_bits;       /*  bits for do/mux register on boards without seperate do register */
+       unsigned int do_mux_bits;       /*  bits for do/mux register on boards without separate do register */
        unsigned int do_bits;   /*  bits for do register on boards with register dedicated to digital out only */
        const unsigned int *pg_gainlist;
        struct pci_dev *pdev;   /*  struct for pci-das08 */
index 10aef0e59bab1d8187667734c40232b04a180b60..f80ef967ba873814a1e9f68e2b23a1b48f673fd0 100644 (file)
@@ -3828,7 +3828,7 @@ void vfe_camif_config(struct vfe_cmd_camif_config *in)
                ctrl->vfeImaskLocal.camifEpoch2Irq = 1;
        }
 
-       /*  save the content to program CAMIF_CONFIG seperately. */
+       /*  save the content to program CAMIF_CONFIG separately. */
        ctrl->vfeCamifConfigLocal.camifCfgFromCmd = in->camifConfig;
 
        /* EFS_Config */
index 4cc4f2eb7eb76967b6a9316868a0d8122ab2f679..58c4e907e44d23ab2ed41f0a28964aed1dda4ad3 100644 (file)
@@ -603,7 +603,7 @@ int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx)
 }
 EXPORT_SYMBOL_GPL(oslec_update);
 
-/* This function is seperated from the echo canceller is it is usually called
+/* This function is separated from the echo canceller is it is usually called
    as part of the tx process.  See rx HP (DC blocking) filter above, it's
    the same design.
 
index 11434132f93b7434bc036283a6c561a8a90f1964..99c9362bae864cb8c591c901c7cb4cde8ed3d43d 100644 (file)
@@ -322,7 +322,7 @@ struct rt_trigger_eventa {
        u8 BSSID[6];
        u8 RegClass;            /* Regulatory Class */
        u16 Channel;
-       unsigned long CDCounter;        /* Maintain a seperate count down counter for each Event A. */
+       unsigned long CDCounter;        /* Maintain a separate count down counter for each Event A. */
 };
 
 /* 20/40 trigger event table */
index c39249eb54b558307be1ad9734f323c2c4c1b36f..e1f03d79d2b6c2bf24f7e055002bf5e5616609a3 100644 (file)
@@ -1846,7 +1846,7 @@ struct ieee80211_device {
        spinlock_t bw_spinlock;
 
        spinlock_t reorder_spinlock;
-       // for HT operation rate set.  we use this one for HT data rate to seperate different descriptors
+       // for HT operation rate set.  we use this one for HT data rate to separate different descriptors
        //the way fill this is the same as in the IE
        u8      Regdot11HTOperationalRateSet[16];               //use RATR format
        u8      dot11HTOperationalRateSet[16];          //use RATR format
index 1f613a28152fe334e4b11abfd6b9c2f80064459e..50728f6e9c55032ca16043231c04dd3c97bb2d19 100644 (file)
@@ -2067,7 +2067,7 @@ struct ieee80211_device {
        spinlock_t bw_spinlock;
 
        spinlock_t reorder_spinlock;
-       // for HT operation rate set.  we use this one for HT data rate to seperate different descriptors
+       // for HT operation rate set.  we use this one for HT data rate to separate different descriptors
        //the way fill this is the same as in the IE
        u8      Regdot11HTOperationalRateSet[16];               //use RATR format
        u8      dot11HTOperationalRateSet[16];          //use RATR format
index 1bd054d42f24b923393407962f52cd9032418e2b..7391f5f8f25f823ac47a2d8fb56c8471eb78fd24 100644 (file)
@@ -802,7 +802,7 @@ MgntDisconnectIBSS(
 
                        case RT_OP_MODE_IBSS:
                                btMsr |= MSR_LINK_ADHOC;
-                               // led link set seperate
+                               // led link set separate
                                break;
 
                        case RT_OP_MODE_AP:
@@ -885,7 +885,7 @@ MlmeDisassociateRequest(
 
                        case RT_OP_MODE_IBSS:
                                btMsr |= MSR_LINK_ADHOC;
-                               // led link set seperate
+                               // led link set separate
                                break;
 
                        case RT_OP_MODE_AP:
index 533be4882bbf4db85155a379ab222f625bb3e7e2..eb41402d1d3716179e3761f5219da671b44750ee 100644 (file)
@@ -407,7 +407,7 @@ rtl8192e_SetHwReg(struct net_device *dev,u8 variable,u8* val)
 
                        case RT_OP_MODE_IBSS:
                                btMsr |= MSR_ADHOC;
-                               // led link set seperate
+                               // led link set separate
                                break;
 
                        case RT_OP_MODE_AP:
index 32b261d1559433db4d45ef4eab98d2cb9fa6f3ec..bcb2b12a8398d6d3d8b1e1c09f89f61be0fe2a5f 100644 (file)
@@ -1152,7 +1152,7 @@ struct ieee80211_device {
        spinlock_t reorder_spinlock;
        /*
         * for HT operation rate set, we use this one for HT data rate to
-        * seperate different descriptors the way fill this is the same as
+        * separate different descriptors the way fill this is the same as
         * in the IE
         */
        u8      Regdot11HTOperationalRateSet[16];       /* use RATR format */
index 69ede47dfdccd485b97a6774c6fc539b4098791a..b6c0f19907428f5d62999ada41c31678c0285cb7 100644 (file)
@@ -882,7 +882,7 @@ phy_BB8192S_Config_ParaFile(struct net_device* dev)
 
        //
        // 1. Read PHY_REG.TXT BB INIT!!
-       // We will seperate as 1T1R/1T2R/1T2R_GREEN/2T2R
+       // We will separate as 1T1R/1T2R/1T2R_GREEN/2T2R
        //
        if (priv->rf_type == RF_1T2R || priv->rf_type == RF_2T2R ||
            priv->rf_type == RF_1T1R ||priv->rf_type == RF_2T2R_GREEN)
index ef9e941f4967a280e5fc11221ee9ce85471cbd23..9c726113214d49243373f4ffee75c92cb8c2fb38 100644 (file)
@@ -1795,7 +1795,7 @@ struct ieee80211_device {
 
        spinlock_t reorder_spinlock;
        /* for HT operation rate set.  we use this one for HT data rate to
-        * seperate different descriptors
+        * separate different descriptors
         * the way fill this is the same as in the IE
         */
        u8      Regdot11HTOperationalRateSet[16];               /* use RATR format */
index 39847c81e29c0150abea3c25fb645090ad2007ca..e1216b7049597b9307dcd04de95aa553238269eb 100644 (file)
@@ -1829,7 +1829,7 @@ struct ieee80211_device {
        spinlock_t bw_spinlock;
 
        spinlock_t reorder_spinlock;
-       // for HT operation rate set.  we use this one for HT data rate to seperate different descriptors
+       // for HT operation rate set.  we use this one for HT data rate to separate different descriptors
        //the way fill this is the same as in the IE
        u8      Regdot11HTOperationalRateSet[16];               //use RATR format
        u8      dot11HTOperationalRateSet[16];          //use RATR format
index 7586fd09adc9bccb67e889c3c899ccdd87e66173..f65acd6f5f543a99fe67ee919cae5c317bb6d395 100644 (file)
@@ -84,7 +84,7 @@ TABLE OF CONTENTS.
        the functions to interface to the Network Interface Card (NIC).  The HCF
        provides for all WaveLAN NIC types one standard interface to the MSF.
        This I/F is called the Wireless Connection Interface (WCI) and is the
-       subject of a seperate document (025726).
+       subject of a separate document (025726).
 
     The HCF directory contains firmware images to allow the card to operate in
     either station (STA) or Access Point (AP) mode. In the build process, the
index f2bfd3025e9c0fb4e53268a1ab47afe9676121e7..260d4f0d47b427a8506835752fe94f9c4713f40f 100644 (file)
@@ -654,7 +654,7 @@ int wvlan_uil_put_info( struct uilreq *urq, struct wl_private *lp )
                                        pLtv->u.u16[0]  = CNV_INT_TO_LITTLE( pLtv->u.u16[0] );
                                        break;
                                /* CFG_CNF_OWN_SSID currently same as CNF_DESIRED_SSID. Do we
-                                  need seperate storage for this? */
+                                  need separate storage for this? */
                                //case CFG_CNF_OWN_SSID:
                                case CFG_CNF_OWN_ATIM_WINDOW:
                                        lp->atimWindow  = pLtv->u.u16[0];
index 4434e006548847df1c0cee808edce7439312fb0a..311d3c5a2ef0d160ef9f8530c6daef3040f33d26 100644 (file)
@@ -3940,7 +3940,7 @@ void wl_wext_event_mic_failed( struct net_device *dev )
           MLME-MICHAELMICFAILURE.indication(keyid=# broadcast/unicast addr=addr2)
    */
 
-       /* NOTE: Format of MAC address (using colons to seperate bytes) may cause
+       /* NOTE: Format of MAC address (using colons to separate bytes) may cause
                         a problem in future versions of the supplicant, if they ever
                         actually parse these parameters */
 #if DBG