Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Uwe Kleine-König and committed by
Greg Kroah-Hartman
9b0131cb 25a606c3

+16 -16
+1 -1
drivers/staging/et131x/et131x_initpci.c
··· 726 726 /* Initialize link state */ 727 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 730 link status */ 731 731 adapter->PoMgmt.TransPhyComaModeOnBoot = 0; 732 732
+1 -1
drivers/staging/frontier/alphatrack.c
··· 671 671 int true_size; 672 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 676 dev = kzalloc(sizeof(*dev), GFP_KERNEL); 677 677 if (dev == NULL) {
+1 -1
drivers/staging/frontier/tranzport.c
··· 795 795 int true_size; 796 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 800 dev = kzalloc(sizeof(*dev), GFP_KERNEL); 801 801 if (dev == NULL) {
+1 -1
drivers/staging/mrst-touchscreen/intel-mid-touch.c
··· 684 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 */ 688 688 static int ts_input_dev_init(struct mrstouch_dev *tsdev, struct spi_device *spi) 689 689 { 690 690 int err = 0;
+1 -1
drivers/staging/quatech_usb2/quatech_usb2.c
··· 577 577 port0->bulk_in_buffer, 578 578 port0->bulk_in_size, 579 579 qt2_read_bulk_callback, serial); 580 - dbg("port0 bulk in URB intialised"); 580 + dbg("port0 bulk in URB initialised"); 581 581 582 582 /* submit URB, i.e. start reading from device (async) */ 583 583 dev_extra->ReadBulkStopped = false;
+3 -3
drivers/staging/rt2860/common/rtmp_init.c
··· 704 704 DBGPRINT(RT_DEBUG_TRACE, 705 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 708 /* MAC address registers according to E2PROM setting */ 709 709 if (mac_addr == NULL || 710 710 strlen((char *)mac_addr) != 17 || ··· 2507 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 2512 #ifdef RTMP_MAC_USB 2513 2513 pAd->BulkOutReq = 0; ··· 2646 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 2652 RX_FILTER_SET_FLAG(pAd, fRX_FILTER_ACCEPT_DIRECT);
+1 -1
drivers/staging/rtl8192e/r819xE_firmware.c
··· 1 1 /* 2 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 5 * during the initialization process, the routine shall terminate 6 6 * immediately and return fail. NIC driver should call 7 7 * NdisOpenFile only from MiniportInitialize.
+1 -1
drivers/staging/rtl8192u/r8192U_core.c
··· 1534 1534 * 1. check whether there's tx irq available, for it's a completion return 1535 1535 * function, it should contain enough tx irq; 1536 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 1538 * 4. aggregation the packets, and fill firmware info and tx desc to it, etc. 1539 1539 * 5. check whehter the packet could be sent, otherwise just insert to wait head 1540 1540 * */
+1 -1
drivers/staging/rtl8192u/r819xU_firmware.c
··· 1 1 /************************************************************************************************** 2 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 5 * process, the routine shall terminate immediately and return fail. 6 6 * NIC driver should call NdisOpenFile only from MiniportInitialize. 7 7 *
+1 -1
drivers/staging/tidspbridge/include/dspbridge/drv.h
··· 193 193 * Ensures: 194 194 * 0: - *drv_obj is a valid DRV interface to the device. 195 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 197 * - Registry is updated with the DRV Object. 198 198 * !0: DRV Object not created 199 199 * Details:
+1 -1
drivers/staging/tidspbridge/include/dspbridge/mgr.h
··· 192 192 * ======== mgr_init ======== 193 193 * Purpose: 194 194 * Initialize MGR's private state, keeping a reference count on each 195 - * call. Intializes the DCD. 195 + * call. Initializes the DCD. 196 196 * Parameters: 197 197 * Returns: 198 198 * TRUE if initialized; FALSE if error occured.
+1 -1
drivers/staging/tidspbridge/include/dspbridge/wdt.h
··· 44 44 /** 45 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 48 * other wdt3 function can be used. 49 49 */ 50 50 int dsp_wdt_init(void);
+1 -1
drivers/staging/wlags49_h2/wl_main.c
··· 450 450 /* Initialize the adapter parameters. */ 451 451 spin_lock_init( &( lp->slock )); 452 452 453 - /* Intialize states */ 453 + /* Initialize states */ 454 454 //lp->lockcount = 0; //PE1DNN 455 455 lp->is_handling_int = WL_NOT_HANDLING_INT; 456 456 lp->firmware_present = WL_FRIMWARE_NOT_PRESENT;
+1 -1
drivers/staging/wlan-ng/hfa384x_usb.c
··· 511 511 * hfa384x_create 512 512 * 513 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 515 * we use to keep track of its state. 516 516 * 517 517 * Arguments: