···726726 /* Initialize link state */727727 et131x_link_detection_handler((unsigned long)adapter);728728729729- /* Intialize variable for counting how long we do not have729729+ /* Initialize variable for counting how long we do not have730730 link status */731731 adapter->PoMgmt.TransPhyComaModeOnBoot = 0;732732
+1-1
drivers/staging/frontier/alphatrack.c
···671671 int true_size;672672 int retval = -ENOMEM;673673674674- /* allocate memory for our device state and intialize it */674674+ /* allocate memory for our device state and initialize it */675675676676 dev = kzalloc(sizeof(*dev), GFP_KERNEL);677677 if (dev == NULL) {
+1-1
drivers/staging/frontier/tranzport.c
···795795 int true_size;796796 int retval = -ENOMEM;797797798798- /* allocate memory for our device state and intialize it */798798+ /* allocate memory for our device state and initialize it */799799800800 dev = kzalloc(sizeof(*dev), GFP_KERNEL);801801 if (dev == NULL) {
···684684 return IRQ_HANDLED;685685}686686687687-/* Intializes input device and registers with input subsystem */687687+/* Initializes input device and registers with input subsystem */688688static int ts_input_dev_init(struct mrstouch_dev *tsdev, struct spi_device *spi)689689{690690 int err = 0;
+1-1
drivers/staging/quatech_usb2/quatech_usb2.c
···577577 port0->bulk_in_buffer,578578 port0->bulk_in_size,579579 qt2_read_bulk_callback, serial);580580- dbg("port0 bulk in URB intialised");580580+ dbg("port0 bulk in URB initialised");581581582582 /* submit URB, i.e. start reading from device (async) */583583 dev_extra->ReadBulkStopped = false;
+3-3
drivers/staging/rt2860/common/rtmp_init.c
···704704 DBGPRINT(RT_DEBUG_TRACE,705705 ("--> EEPROMAddressNum = %d\n", pAd->EEPROMAddressNum));706706707707- /* RT2860 MAC no longer auto load MAC address from E2PROM. Driver has to intialize */707707+ /* RT2860 MAC no longer auto load MAC address from E2PROM. Driver has to initialize */708708 /* MAC address registers according to E2PROM setting */709709 if (mac_addr == NULL ||710710 strlen((char *)mac_addr) != 17 ||···25072507 DBGPRINT(RT_DEBUG_TRACE, ("--> UserCfgInit\n"));2508250825092509 /* */25102510- /* part I. intialize common configuration */25102510+ /* part I. initialize common configuration */25112511 /* */25122512#ifdef RTMP_MAC_USB25132513 pAd->BulkOutReq = 0;···26462646 pAd->CommonCfg.BeaconPeriod = 100; /* in mSec */2647264726482648 /* */26492649- /* part II. intialize STA specific configuration */26492649+ /* part II. initialize STA specific configuration */26502650 /* */26512651 {26522652 RX_FILTER_SET_FLAG(pAd, fRX_FILTER_ACCEPT_DIRECT);
+1-1
drivers/staging/rtl8192e/r819xE_firmware.c
···11/*22 * Procedure: Init boot code/firmware code/data session33 *44- * Description: This routine will intialize firmware. If any error occurs44+ * Description: This routine will initialize firmware. If any error occurs55 * during the initialization process, the routine shall terminate66 * immediately and return fail. NIC driver should call77 * NdisOpenFile only from MiniportInitialize.
+1-1
drivers/staging/rtl8192u/r8192U_core.c
···15341534 * 1. check whether there's tx irq available, for it's a completion return15351535 * function, it should contain enough tx irq;15361536 * 2. check pakcet type;15371537- * 3. intialize sendlist, check whether the to-be send packet no greater than 115371537+ * 3. initialize sendlist, check whether the to-be send packet no greater than 115381538 * 4. aggregation the packets, and fill firmware info and tx desc to it, etc.15391539 * 5. check whehter the packet could be sent, otherwise just insert to wait head15401540 * */
+1-1
drivers/staging/rtl8192u/r819xU_firmware.c
···11/**************************************************************************************************22 * Procedure: Init boot code/firmware code/data session33 *44- * Description: This routine will intialize firmware. If any error occurs during the initialization44+ * Description: This routine will initialize firmware. If any error occurs during the initialization55 * process, the routine shall terminate immediately and return fail.66 * NIC driver should call NdisOpenFile only from MiniportInitialize.77 *
···193193 * Ensures:194194 * 0: - *drv_obj is a valid DRV interface to the device.195195 * - List of DevObject Created and Initialized.196196- * - List of dev_node String created and intialized.196196+ * - List of dev_node String created and initialized.197197 * - Registry is updated with the DRV Object.198198 * !0: DRV Object not created199199 * Details:
···4444/**4545 * dsp_wdt_init() - initialize wdt3 module.4646 *4747- * This function initilize to wdt3 module, so that4747+ * This function initialize to wdt3 module, so that4848 * other wdt3 function can be used.4949 */5050int dsp_wdt_init(void);
+1-1
drivers/staging/wlags49_h2/wl_main.c
···450450 /* Initialize the adapter parameters. */451451 spin_lock_init( &( lp->slock ));452452453453- /* Intialize states */453453+ /* Initialize states */454454 //lp->lockcount = 0; //PE1DNN455455 lp->is_handling_int = WL_NOT_HANDLING_INT;456456 lp->firmware_present = WL_FRIMWARE_NOT_PRESENT;
+1-1
drivers/staging/wlan-ng/hfa384x_usb.c
···511511* hfa384x_create512512*513513* Sets up the hfa384x_t data structure for use. Note this514514-* does _not_ intialize the actual hardware, just the data structures514514+* does _not_ initialize the actual hardware, just the data structures515515* we use to keep track of its state.516516*517517* Arguments: