aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-09-01 09:40:25 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-05 00:23:26 -0400
commit9b0131cb24182ef6cc478a89fc56fc6e004651e7 (patch)
tree0ba3cb32dbe095dfbaa272a6785359c64033ad85 /drivers/staging
parent25a606c36af7948d6351eb601e3de74845d640e1 (diff)
staging/trivial: fix typos concerning "initiali[zs]e"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/et131x/et131x_initpci.c2
-rw-r--r--drivers/staging/frontier/alphatrack.c2
-rw-r--r--drivers/staging/frontier/tranzport.c2
-rw-r--r--drivers/staging/mrst-touchscreen/intel-mid-touch.c2
-rw-r--r--drivers/staging/quatech_usb2/quatech_usb2.c2
-rw-r--r--drivers/staging/rt2860/common/rtmp_init.c6
-rw-r--r--drivers/staging/rtl8192e/r819xE_firmware.c2
-rw-r--r--drivers/staging/rtl8192u/r8192U_core.c2
-rw-r--r--drivers/staging/rtl8192u/r819xU_firmware.c2
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/drv.h2
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/mgr.h2
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/wdt.h2
-rw-r--r--drivers/staging/wlags49_h2/wl_main.c2
-rw-r--r--drivers/staging/wlan-ng/hfa384x_usb.c2
14 files changed, 16 insertions, 16 deletions
diff --git a/drivers/staging/et131x/et131x_initpci.c b/drivers/staging/et131x/et131x_initpci.c
index 47baab3e6ea..10bcb45d73a 100644
--- a/drivers/staging/et131x/et131x_initpci.c
+++ b/drivers/staging/et131x/et131x_initpci.c
@@ -726,7 +726,7 @@ static int __devinit et131x_pci_setup(struct pci_dev *pdev,
726 /* Initialize link state */ 726 /* Initialize link state */
727 et131x_link_detection_handler((unsigned long)adapter); 727 et131x_link_detection_handler((unsigned long)adapter);
728 728
729 /* Intialize variable for counting how long we do not have 729 /* Initialize variable for counting how long we do not have
730 link status */ 730 link status */
731 adapter->PoMgmt.TransPhyComaModeOnBoot = 0; 731 adapter->PoMgmt.TransPhyComaModeOnBoot = 0;
732 732
diff --git a/drivers/staging/frontier/alphatrack.c b/drivers/staging/frontier/alphatrack.c
index 4e52105e607..4b44d7cb532 100644
--- a/drivers/staging/frontier/alphatrack.c
+++ b/drivers/staging/frontier/alphatrack.c
@@ -671,7 +671,7 @@ static int usb_alphatrack_probe(struct usb_interface *intf,
671 int true_size; 671 int true_size;
672 int retval = -ENOMEM; 672 int retval = -ENOMEM;
673 673
674 /* allocate memory for our device state and intialize it */ 674 /* allocate memory for our device state and initialize it */
675 675
676 dev = kzalloc(sizeof(*dev), GFP_KERNEL); 676 dev = kzalloc(sizeof(*dev), GFP_KERNEL);
677 if (dev == NULL) { 677 if (dev == NULL) {
diff --git a/drivers/staging/frontier/tranzport.c b/drivers/staging/frontier/tranzport.c
index eed74f0fe0b..d33e1760b3a 100644
--- a/drivers/staging/frontier/tranzport.c
+++ b/drivers/staging/frontier/tranzport.c
@@ -795,7 +795,7 @@ static int usb_tranzport_probe(struct usb_interface *intf,
795 int true_size; 795 int true_size;
796 int retval = -ENOMEM; 796 int retval = -ENOMEM;
797 797
798 /* allocate memory for our device state and intialize it */ 798 /* allocate memory for our device state and initialize it */
799 799
800 dev = kzalloc(sizeof(*dev), GFP_KERNEL); 800 dev = kzalloc(sizeof(*dev), GFP_KERNEL);
801 if (dev == NULL) { 801 if (dev == NULL) {
diff --git a/drivers/staging/mrst-touchscreen/intel-mid-touch.c b/drivers/staging/mrst-touchscreen/intel-mid-touch.c
index 031b2f8f555..a45bc01511e 100644
--- a/drivers/staging/mrst-touchscreen/intel-mid-touch.c
+++ b/drivers/staging/mrst-touchscreen/intel-mid-touch.c
@@ -684,7 +684,7 @@ static irqreturn_t pendet_intr_handler(int irq, void *handle)
684 return IRQ_HANDLED; 684 return IRQ_HANDLED;
685} 685}
686 686
687/* Intializes input device and registers with input subsystem */ 687/* Initializes input device and registers with input subsystem */
688static int ts_input_dev_init(struct mrstouch_dev *tsdev, struct spi_device *spi) 688static int ts_input_dev_init(struct mrstouch_dev *tsdev, struct spi_device *spi)
689{ 689{
690 int err = 0; 690 int err = 0;
diff --git a/drivers/staging/quatech_usb2/quatech_usb2.c b/drivers/staging/quatech_usb2/quatech_usb2.c
index 9838ea279c5..ed58f482c96 100644
--- a/drivers/staging/quatech_usb2/quatech_usb2.c
+++ b/drivers/staging/quatech_usb2/quatech_usb2.c
@@ -577,7 +577,7 @@ int qt2_open(struct tty_struct *tty, struct usb_serial_port *port)
577 port0->bulk_in_buffer, 577 port0->bulk_in_buffer,
578 port0->bulk_in_size, 578 port0->bulk_in_size,
579 qt2_read_bulk_callback, serial); 579 qt2_read_bulk_callback, serial);
580 dbg("port0 bulk in URB intialised"); 580 dbg("port0 bulk in URB initialised");
581 581
582 /* submit URB, i.e. start reading from device (async) */ 582 /* submit URB, i.e. start reading from device (async) */
583 dev_extra->ReadBulkStopped = false; 583 dev_extra->ReadBulkStopped = false;
diff --git a/drivers/staging/rt2860/common/rtmp_init.c b/drivers/staging/rt2860/common/rtmp_init.c
index a09038542f2..701eb894d2b 100644
--- a/drivers/staging/rt2860/common/rtmp_init.c
+++ b/drivers/staging/rt2860/common/rtmp_init.c
@@ -704,7 +704,7 @@ void NICReadEEPROMParameters(struct rt_rtmp_adapter *pAd, u8 *mac_addr)
704 DBGPRINT(RT_DEBUG_TRACE, 704 DBGPRINT(RT_DEBUG_TRACE,
705 ("--> EEPROMAddressNum = %d\n", pAd->EEPROMAddressNum)); 705 ("--> EEPROMAddressNum = %d\n", pAd->EEPROMAddressNum));
706 706
707 /* RT2860 MAC no longer auto load MAC address from E2PROM. Driver has to intialize */ 707 /* RT2860 MAC no longer auto load MAC address from E2PROM. Driver has to initialize */
708 /* MAC address registers according to E2PROM setting */ 708 /* MAC address registers according to E2PROM setting */
709 if (mac_addr == NULL || 709 if (mac_addr == NULL ||
710 strlen((char *)mac_addr) != 17 || 710 strlen((char *)mac_addr) != 17 ||
@@ -2507,7 +2507,7 @@ void UserCfgInit(struct rt_rtmp_adapter *pAd)
2507 DBGPRINT(RT_DEBUG_TRACE, ("--> UserCfgInit\n")); 2507 DBGPRINT(RT_DEBUG_TRACE, ("--> UserCfgInit\n"));
2508 2508
2509 /* */ 2509 /* */
2510 /* part I. intialize common configuration */ 2510 /* part I. initialize common configuration */
2511 /* */ 2511 /* */
2512#ifdef RTMP_MAC_USB 2512#ifdef RTMP_MAC_USB
2513 pAd->BulkOutReq = 0; 2513 pAd->BulkOutReq = 0;
@@ -2646,7 +2646,7 @@ void UserCfgInit(struct rt_rtmp_adapter *pAd)
2646 pAd->CommonCfg.BeaconPeriod = 100; /* in mSec */ 2646 pAd->CommonCfg.BeaconPeriod = 100; /* in mSec */
2647 2647
2648 /* */ 2648 /* */
2649 /* part II. intialize STA specific configuration */ 2649 /* part II. initialize STA specific configuration */
2650 /* */ 2650 /* */
2651 { 2651 {
2652 RX_FILTER_SET_FLAG(pAd, fRX_FILTER_ACCEPT_DIRECT); 2652 RX_FILTER_SET_FLAG(pAd, fRX_FILTER_ACCEPT_DIRECT);
diff --git a/drivers/staging/rtl8192e/r819xE_firmware.c b/drivers/staging/rtl8192e/r819xE_firmware.c
index f1c859d4365..b3ffafe5706 100644
--- a/drivers/staging/rtl8192e/r819xE_firmware.c
+++ b/drivers/staging/rtl8192e/r819xE_firmware.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Procedure: Init boot code/firmware code/data session 2 * Procedure: Init boot code/firmware code/data session
3 * 3 *
4 * Description: This routine will intialize firmware. If any error occurs 4 * Description: This routine will initialize firmware. If any error occurs
5 * during the initialization process, the routine shall terminate 5 * during the initialization process, the routine shall terminate
6 * immediately and return fail. NIC driver should call 6 * immediately and return fail. NIC driver should call
7 * NdisOpenFile only from MiniportInitialize. 7 * NdisOpenFile only from MiniportInitialize.
diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c
index 1ff7850cc1e..51bcd019600 100644
--- a/drivers/staging/rtl8192u/r8192U_core.c
+++ b/drivers/staging/rtl8192u/r8192U_core.c
@@ -1534,7 +1534,7 @@ static void rtl8192_tx_isr(struct urb *tx_urb)
1534 * 1. check whether there's tx irq available, for it's a completion return 1534 * 1. check whether there's tx irq available, for it's a completion return
1535 * function, it should contain enough tx irq; 1535 * function, it should contain enough tx irq;
1536 * 2. check pakcet type; 1536 * 2. check pakcet type;
1537 * 3. intialize sendlist, check whether the to-be send packet no greater than 1 1537 * 3. initialize sendlist, check whether the to-be send packet no greater than 1
1538 * 4. aggregation the packets, and fill firmware info and tx desc to it, etc. 1538 * 4. aggregation the packets, and fill firmware info and tx desc to it, etc.
1539 * 5. check whehter the packet could be sent, otherwise just insert to wait head 1539 * 5. check whehter the packet could be sent, otherwise just insert to wait head
1540 * */ 1540 * */
diff --git a/drivers/staging/rtl8192u/r819xU_firmware.c b/drivers/staging/rtl8192u/r819xU_firmware.c
index b136ee48828..49ae1705377 100644
--- a/drivers/staging/rtl8192u/r819xU_firmware.c
+++ b/drivers/staging/rtl8192u/r819xU_firmware.c
@@ -1,7 +1,7 @@
1/************************************************************************************************** 1/**************************************************************************************************
2 * Procedure: Init boot code/firmware code/data session 2 * Procedure: Init boot code/firmware code/data session
3 * 3 *
4 * Description: This routine will intialize firmware. If any error occurs during the initialization 4 * Description: This routine will initialize firmware. If any error occurs during the initialization
5 * process, the routine shall terminate immediately and return fail. 5 * process, the routine shall terminate immediately and return fail.
6 * NIC driver should call NdisOpenFile only from MiniportInitialize. 6 * NIC driver should call NdisOpenFile only from MiniportInitialize.
7 * 7 *
diff --git a/drivers/staging/tidspbridge/include/dspbridge/drv.h b/drivers/staging/tidspbridge/include/dspbridge/drv.h
index f3650153ef3..c1f363ec9af 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/drv.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/drv.h
@@ -193,7 +193,7 @@ struct process_context {
193 * Ensures: 193 * Ensures:
194 * 0: - *drv_obj is a valid DRV interface to the device. 194 * 0: - *drv_obj is a valid DRV interface to the device.
195 * - List of DevObject Created and Initialized. 195 * - List of DevObject Created and Initialized.
196 * - List of dev_node String created and intialized. 196 * - List of dev_node String created and initialized.
197 * - Registry is updated with the DRV Object. 197 * - Registry is updated with the DRV Object.
198 * !0: DRV Object not created 198 * !0: DRV Object not created
199 * Details: 199 * Details:
diff --git a/drivers/staging/tidspbridge/include/dspbridge/mgr.h b/drivers/staging/tidspbridge/include/dspbridge/mgr.h
index 99f7dc0116b..e506c4d4947 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/mgr.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/mgr.h
@@ -192,7 +192,7 @@ extern int mgr_get_dcd_handle(struct mgr_object
192 * ======== mgr_init ======== 192 * ======== mgr_init ========
193 * Purpose: 193 * Purpose:
194 * Initialize MGR's private state, keeping a reference count on each 194 * Initialize MGR's private state, keeping a reference count on each
195 * call. Intializes the DCD. 195 * call. Initializes the DCD.
196 * Parameters: 196 * Parameters:
197 * Returns: 197 * Returns:
198 * TRUE if initialized; FALSE if error occured. 198 * TRUE if initialized; FALSE if error occured.
diff --git a/drivers/staging/tidspbridge/include/dspbridge/wdt.h b/drivers/staging/tidspbridge/include/dspbridge/wdt.h
index 4c00ba5fa5b..36193db2e9a 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/wdt.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/wdt.h
@@ -44,7 +44,7 @@ struct dsp_wdt_setting {
44/** 44/**
45 * dsp_wdt_init() - initialize wdt3 module. 45 * dsp_wdt_init() - initialize wdt3 module.
46 * 46 *
47 * This function initilize to wdt3 module, so that 47 * This function initialize to wdt3 module, so that
48 * other wdt3 function can be used. 48 * other wdt3 function can be used.
49 */ 49 */
50int dsp_wdt_init(void); 50int dsp_wdt_init(void);
diff --git a/drivers/staging/wlags49_h2/wl_main.c b/drivers/staging/wlags49_h2/wl_main.c
index 88d0d472142..a2bc76a59f4 100644
--- a/drivers/staging/wlags49_h2/wl_main.c
+++ b/drivers/staging/wlags49_h2/wl_main.c
@@ -450,7 +450,7 @@ int wl_insert( struct net_device *dev )
450 /* Initialize the adapter parameters. */ 450 /* Initialize the adapter parameters. */
451 spin_lock_init( &( lp->slock )); 451 spin_lock_init( &( lp->slock ));
452 452
453 /* Intialize states */ 453 /* Initialize states */
454 //lp->lockcount = 0; //PE1DNN 454 //lp->lockcount = 0; //PE1DNN
455 lp->is_handling_int = WL_NOT_HANDLING_INT; 455 lp->is_handling_int = WL_NOT_HANDLING_INT;
456 lp->firmware_present = WL_FRIMWARE_NOT_PRESENT; 456 lp->firmware_present = WL_FRIMWARE_NOT_PRESENT;
diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/staging/wlan-ng/hfa384x_usb.c
index ea81cb547bb..a6efc033fe1 100644
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
@@ -511,7 +511,7 @@ static void hfa384x_usb_defer(struct work_struct *data)
511* hfa384x_create 511* hfa384x_create
512* 512*
513* Sets up the hfa384x_t data structure for use. Note this 513* Sets up the hfa384x_t data structure for use. Note this
514* does _not_ intialize the actual hardware, just the data structures 514* does _not_ initialize the actual hardware, just the data structures
515* we use to keep track of its state. 515* we use to keep track of its state.
516* 516*
517* Arguments: 517* Arguments: