]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
staging/trivial: fix typos concerning "initiali[zs]e"
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 1 Sep 2010 13:40:25 +0000 (15:40 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 5 Sep 2010 04:23:26 +0000 (21:23 -0700)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
14 files changed:
drivers/staging/et131x/et131x_initpci.c
drivers/staging/frontier/alphatrack.c
drivers/staging/frontier/tranzport.c
drivers/staging/mrst-touchscreen/intel-mid-touch.c
drivers/staging/quatech_usb2/quatech_usb2.c
drivers/staging/rt2860/common/rtmp_init.c
drivers/staging/rtl8192e/r819xE_firmware.c
drivers/staging/rtl8192u/r8192U_core.c
drivers/staging/rtl8192u/r819xU_firmware.c
drivers/staging/tidspbridge/include/dspbridge/drv.h
drivers/staging/tidspbridge/include/dspbridge/mgr.h
drivers/staging/tidspbridge/include/dspbridge/wdt.h
drivers/staging/wlags49_h2/wl_main.c
drivers/staging/wlan-ng/hfa384x_usb.c

index 47baab3e6ea8417d8340a23d892a202c9fde6a54..10bcb45d73a38e8d70a5b72da76b80746ae76922 100644 (file)
@@ -726,7 +726,7 @@ static int __devinit et131x_pci_setup(struct pci_dev *pdev,
        /* Initialize link state */
        et131x_link_detection_handler((unsigned long)adapter);
 
-       /* Intialize variable for counting how long we do not have
+       /* Initialize variable for counting how long we do not have
                                                        link status */
        adapter->PoMgmt.TransPhyComaModeOnBoot = 0;
 
index 4e52105e6070a9776c051311bd5df2fbb8a425d1..4b44d7cb5321a0380c61ece5fe4593f478c641e0 100644 (file)
@@ -671,7 +671,7 @@ static int usb_alphatrack_probe(struct usb_interface *intf,
        int true_size;
        int retval = -ENOMEM;
 
-       /* allocate memory for our device state and intialize it */
+       /* allocate memory for our device state and initialize it */
 
        dev = kzalloc(sizeof(*dev), GFP_KERNEL);
        if (dev == NULL) {
index eed74f0fe0b634c9d2f8cea5a6ad9df5ce41eed8..d33e1760b3a6a7275441a8cf30de6048f2aa9cd8 100644 (file)
@@ -795,7 +795,7 @@ static int usb_tranzport_probe(struct usb_interface *intf,
        int true_size;
        int retval = -ENOMEM;
 
-       /* allocate memory for our device state and intialize it */
+       /* allocate memory for our device state and initialize it */
 
         dev = kzalloc(sizeof(*dev), GFP_KERNEL);
        if (dev == NULL) {
index 031b2f8f555899047984ace5865dcf4e55192044..a45bc01511ea10177ecfbee6fe1cc37b2e046532 100644 (file)
@@ -684,7 +684,7 @@ static irqreturn_t pendet_intr_handler(int irq, void *handle)
        return IRQ_HANDLED;
 }
 
-/* Intializes input device and registers with input subsystem */
+/* Initializes input device and registers with input subsystem */
 static int ts_input_dev_init(struct mrstouch_dev *tsdev, struct spi_device *spi)
 {
        int err = 0;
index 9838ea279c5c222fd6ad8283fe7d7f4e27d73e2b..ed58f482c963d17e65d9004cf5c9fcc1f93177e4 100644 (file)
@@ -577,7 +577,7 @@ int qt2_open(struct tty_struct *tty, struct usb_serial_port *port)
                        port0->bulk_in_buffer,
                        port0->bulk_in_size,
                        qt2_read_bulk_callback, serial);
-               dbg("port0 bulk in URB intialised");
+               dbg("port0 bulk in URB initialised");
 
                /* submit URB, i.e. start reading from device (async) */
                dev_extra->ReadBulkStopped = false;
index a09038542f26c5de83a71cd93cbbf6d3fa44ed6d..701eb894d2b648848fc0e7a4a8c8a56120a80bf7 100644 (file)
@@ -704,7 +704,7 @@ void NICReadEEPROMParameters(struct rt_rtmp_adapter *pAd, u8 *mac_addr)
        DBGPRINT(RT_DEBUG_TRACE,
                 ("--> EEPROMAddressNum = %d\n", pAd->EEPROMAddressNum));
 
-       /* RT2860 MAC no longer auto load MAC address from E2PROM. Driver has to intialize */
+       /* RT2860 MAC no longer auto load MAC address from E2PROM. Driver has to initialize */
        /* MAC address registers according to E2PROM setting */
        if (mac_addr == NULL ||
            strlen((char *)mac_addr) != 17 ||
@@ -2507,7 +2507,7 @@ void UserCfgInit(struct rt_rtmp_adapter *pAd)
        DBGPRINT(RT_DEBUG_TRACE, ("--> UserCfgInit\n"));
 
        /* */
-       /*  part I. intialize common configuration */
+       /*  part I. initialize common configuration */
        /* */
 #ifdef RTMP_MAC_USB
        pAd->BulkOutReq = 0;
@@ -2646,7 +2646,7 @@ void UserCfgInit(struct rt_rtmp_adapter *pAd)
        pAd->CommonCfg.BeaconPeriod = 100;      /* in mSec */
 
        /* */
-       /* part II. intialize STA specific configuration */
+       /* part II. initialize STA specific configuration */
        /* */
        {
                RX_FILTER_SET_FLAG(pAd, fRX_FILTER_ACCEPT_DIRECT);
index f1c859d43656d3080a3a93d627c79da23057f6be..b3ffafe5706b264293dd239ed491f600303ef365 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Procedure: Init boot code/firmware code/data session
  *
- * Description: This routine will intialize firmware. If any error occurs
+ * Description: This routine will initialize firmware. If any error occurs
  *             during the initialization process, the routine shall terminate
  *             immediately and return fail.  NIC driver should call
  *             NdisOpenFile only from MiniportInitialize.
index 1ff7850cc1e72f9be0eca8f33dee850fe568a1b1..51bcd0196009dc7d4bb414eddc2bbfa640776798 100644 (file)
@@ -1534,7 +1534,7 @@ static void rtl8192_tx_isr(struct urb *tx_urb)
                                 * 1. check whether there's tx irq available, for it's a completion return
                                 *    function, it should contain enough tx irq;
                                 * 2. check pakcet type;
-                                * 3. intialize sendlist, check whether the to-be send packet no greater than 1
+                                * 3. initialize sendlist, check whether the to-be send packet no greater than 1
                                 * 4. aggregation the packets, and fill firmware info and tx desc to it, etc.
                                 * 5. check whehter the packet could be sent, otherwise just insert to wait head
                                 * */
index b136ee48828ae7ebfd578345f4ce8ba001bf18c3..49ae1705377bb22a21a3cfe5d635b473b173161a 100644 (file)
@@ -1,7 +1,7 @@
 /**************************************************************************************************
  * Procedure:    Init boot code/firmware code/data session
  *
- * Description: This routine will intialize firmware. If any error occurs during the initialization
+ * Description: This routine will initialize firmware. If any error occurs during the initialization
  *             process, the routine shall terminate immediately and return fail.
  *             NIC driver should call NdisOpenFile only from MiniportInitialize.
  *
index f3650153ef35d7bfa99cfdb2095104219d67c5cc..c1f363ec9afab51b225c1fc0007c7edf62e5dbb7 100644 (file)
@@ -193,7 +193,7 @@ struct process_context {
  *  Ensures:
  *      0:        - *drv_obj is a valid DRV interface to the device.
  *                      - List of DevObject Created and Initialized.
- *                      - List of dev_node String created and intialized.
+ *                      - List of dev_node String created and initialized.
  *                      - Registry is updated with the DRV Object.
  *      !0:       DRV Object not created
  *  Details:
index 99f7dc0116b560106be410c1c139e50f50e3f114..e506c4d494725505880a596b02e70c657a889209 100644 (file)
@@ -192,7 +192,7 @@ extern int mgr_get_dcd_handle(struct mgr_object
  *  ======== mgr_init ========
  *  Purpose:
  *      Initialize MGR's private state, keeping a reference count on each
- *      call. Intializes the DCD.
+ *      call. Initializes the DCD.
  *  Parameters:
  *  Returns:
  *      TRUE if initialized; FALSE if error occured.
index 4c00ba5fa5bf5c72b1fab58f8a4e2eea2e28739b..36193db2e9a3b742da1caaefa545fe9e1102d7ac 100644 (file)
@@ -44,7 +44,7 @@ struct dsp_wdt_setting {
 /**
  * dsp_wdt_init() - initialize wdt3 module.
  *
- * This function initilize to wdt3 module, so that
+ * This function initialize to wdt3 module, so that
  * other wdt3 function can be used.
  */
 int dsp_wdt_init(void);
index 88d0d472142fde3334516a2166ce6e80904f945f..a2bc76a59f4ba42cdbf03c9881e284beef8e6b24 100644 (file)
@@ -450,7 +450,7 @@ int wl_insert( struct net_device *dev )
        /* Initialize the adapter parameters. */
        spin_lock_init( &( lp->slock ));
 
-       /* Intialize states */
+       /* Initialize states */
        //lp->lockcount = 0; //PE1DNN
         lp->is_handling_int = WL_NOT_HANDLING_INT;
        lp->firmware_present = WL_FRIMWARE_NOT_PRESENT;
index ea81cb547bb199737b1a848243afe265d887ce8b..a6efc033fe10b41895768509a2b5603bae104c98 100644 (file)
@@ -511,7 +511,7 @@ static void hfa384x_usb_defer(struct work_struct *data)
 * hfa384x_create
 *
 * Sets up the hfa384x_t data structure for use.  Note this
-* does _not_ intialize the actual hardware, just the data structures
+* does _not_ initialize the actual hardware, just the data structures
 * we use to keep track of its state.
 *
 * Arguments: