···98989999/*100100 * ACPU speed table. Complete table is shown but certain speeds are commented101101- * out to optimized speed switching. Initalize loops_per_jiffy to 0.101101+ * out to optimized speed switching. Initialize loops_per_jiffy to 0.102102 *103103 * Table stepping up/down is optimized for 256mhz jumps while staying on the104104 * same PLL.···494494 * Clock driver initialization495495 *---------------------------------------------------------------------------*/496496497497-/* Initalize the lpj field in the acpu_freq_tbl. */497497+/* Initialize the lpj field in the acpu_freq_tbl. */498498static void __init lpj_init(void)499499{500500 int i;
+1-1
arch/arm/mach-u300/gpio.c
···523523524524 /*525525 * Put all pins that are set to either 'GPIO_OUT' or 'GPIO_NOT_USED'526526- * to output and 'GPIO_IN' to input for each port. And initalize526526+ * to output and 'GPIO_IN' to input for each port. And initialize527527 * default value on outputs.528528 */529529 for (i = 0; i < U300_GPIO_NUM_PORTS; i++) {
+1-1
arch/arm/plat-s3c24xx/clock.c
···4343#include <plat/cpu.h>4444#include <plat/pll.h>45454646-/* initalise all the clocks */4646+/* initialise all the clocks */47474848void __init_or_cpufreq s3c24xx_setup_clocks(unsigned long fclk,4949 unsigned long hclk,
+1-1
arch/arm/plat-samsung/clock.c
···391391 (clkp->enable)(clkp, 0);392392}393393394394-/* initalise all the clocks */394394+/* initialise all the clocks */395395396396int __init s3c24xx_register_baseclocks(unsigned long xtal)397397{
···12341234 p_ctx->cr[2] = (unsigned long)kvm_vmm_info->vmm_ivt;12351235 p_ctx->cr[8] = 0x3c;1236123612371237- /*Initilize region register*/12371237+ /*Initialize region register*/12381238 p_ctx->rr[0] = 0x30;12391239 p_ctx->rr[1] = 0x30;12401240 p_ctx->rr[2] = 0x30;···12431243 p_ctx->rr[5] = 0x30;12441244 p_ctx->rr[7] = 0x30;1245124512461246- /*Initilize branch register 0*/12461246+ /*Initialize branch register 0*/12471247 p_ctx->br[0] = *(unsigned long *)kvm_vmm_info->vmm_entry;1248124812491249 vcpu->arch.vmm_rr = kvm->arch.vmm_init_rr;···17021702 BUG_ON(!module);1703170317041704 if (!kvm_vmm_base) {17051705- printk("kvm: kvm area hasn't been initilized yet!!\n");17051705+ printk("kvm: kvm area hasn't been initialized yet!!\n");17061706 return -EFAULT;17071707 }17081708
+1-1
arch/ia64/sn/kernel/setup.c
···507507 cnodeid_t cnode;508508509509 /*510510- * Allocate & initalize the nodepda for each node.510510+ * Allocate & initialize the nodepda for each node.511511 */512512 for_each_online_node(cnode) {513513 nodepdaindr[cnode] =
+2-2
arch/sparc/boot/btfixupprep.c
···216216 switch (buffer[nbase+3]) {217217 case 'f':218218 if (initval) {219219- fprintf(stderr, "Cannot use pre-initalized fixups for calls\n%s\n", buffer);219219+ fprintf(stderr, "Cannot use pre-initialized fixups for calls\n%s\n", buffer);220220 exit(1);221221 }222222 if (!strcmp (sect, "__ksymtab")) {···273273 break;274274 case 'i':275275 if (initval) {276276- fprintf(stderr, "Cannot use pre-initalized fixups for INT\n%s\n", buffer);276276+ fprintf(stderr, "Cannot use pre-initialized fixups for INT\n%s\n", buffer);277277 exit(1);278278 }279279 if (strncmp (buffer + mode+9, "HI22 ", 10) && strncmp (buffer + mode+9, "LO10 ", 10)) {
+1-1
arch/x86/kernel/apic/apic.c
···459459}460460461461/*462462- * Setup the local APIC timer for this CPU. Copy the initilized values462462+ * Setup the local APIC timer for this CPU. Copy the initialized values463463 * of the boot CPU and register the clock event in the framework.464464 */465465static void __cpuinit setup_APIC_timer(void)
···6969}70707171/**7272- * atc_alloc_descriptor - allocate and return an initilized descriptor7272+ * atc_alloc_descriptor - allocate and return an initialized descriptor7373 * @chan: the channel to allocate descriptors for7474 * @gfp_flags: GFP allocation flags7575 *
+1-1
drivers/gpu/drm/savage/savage_bci.c
···552552553553554554/*555555- * Initalize mappings. On Savage4 and SavageIX the alignment555555+ * Initialize mappings. On Savage4 and SavageIX the alignment556556 * and size of the aperture is not suitable for automatic MTRR setup557557 * in drm_addmap. Therefore we add them manually before the maps are558558 * initialized, and tear them down on last close.
+1-1
drivers/ide/ide-gd.c
···92929393/*9494 * On HPA drives the capacity needs to be9595- * reinitilized on resume otherwise the disk9595+ * reinitialized on resume otherwise the disk9696 * can not be used and a hard reset is required9797 */9898static void ide_gd_resume(ide_drive_t *drive)
+1-1
drivers/infiniband/hw/ehca/hcp_if.h
···4949#include "hipz_hw.h"50505151/*5252- * hipz_h_alloc_resource_eq allocates EQ resources in HW and FW, initalize5252+ * hipz_h_alloc_resource_eq allocates EQ resources in HW and FW, initialize5353 * resources, create the empty EQPT (ring).5454 */5555u64 hipz_h_alloc_resource_eq(const struct ipz_adapter_handle adapter_handle,
+1-1
drivers/input/misc/ad714x.c
···11181118 if (error)11191119 goto err_free_mem;1120112011211121- /* initilize and request sw/hw resources */11211121+ /* initialize and request sw/hw resources */1122112211231123 ad714x_hw_init(ad714x);11241124 mutex_init(&ad714x->mutex);
···391391392392 struct mutex resource_lock; /* prevent evil stuff */393393394394- u8 initialized; /* flag if zoran has been correctly initalized */394394+ u8 initialized; /* flag if zoran has been correctly initialized */395395 int user; /* number of current users */396396 struct card_info card;397397 struct tvnorm *timing;
+1-1
drivers/media/video/zoran/zr36050.c
···236236237237 Could be variable, but until it's not needed it they are just fixed to save238238 memory. Otherwise expand zr36050 structure with arrays, push the values to239239- it and initalize from there, as e.g. the linux zr36057/60 driver does it.239239+ it and initialize from there, as e.g. the linux zr36057/60 driver does it.240240 ========================================================================= */241241242242static const char zr36050_dqt[0x86] = {
+1-1
drivers/media/video/zoran/zr36060.c
···227227228228 Could be variable, but until it's not needed it they are just fixed to save229229 memory. Otherwise expand zr36060 structure with arrays, push the values to230230- it and initalize from there, as e.g. the linux zr36057/60 driver does it.230230+ it and initialize from there, as e.g. the linux zr36057/60 driver does it.231231 ========================================================================= */232232233233static const char zr36060_dqt[0x86] = {
+2-2
drivers/message/fusion/mptbase.c
···17941794 ioc->sh = NULL;17951795 ioc->cached_fw = NULL;1796179617971797- /* Initilize SCSI Config Data structure17971797+ /* Initialize SCSI Config Data structure17981798 */17991799 memset(&ioc->spi_data, 0, sizeof(SpiCfgData));18001800···24712471 if ((ret == 0) && (reason == MPT_HOSTEVENT_IOC_BRINGUP)) {2472247224732473 /*24742474- * Initalize link list for inactive raid volumes.24742474+ * Initialize link list for inactive raid volumes.24752475 */24762476 mutex_init(&ioc->raid_data.inactive_list_mutex);24772477 INIT_LIST_HEAD(&ioc->raid_data.inactive_list);
+1-1
drivers/mtd/nand/denali.c
···18361836 .pattern = mirror_pattern,18371837};1838183818391839-/* initalize driver data structures */18391839+/* initialize driver data structures */18401840void denali_drv_init(struct denali_nand_info *denali)18411841{18421842 denali->idx = 0;
+2-2
drivers/net/3c527.c
···729729 * mc32_load_rx_ring - load the ring of receive buffers730730 * @dev: 3c527 to build the ring for731731 *732732- * This initalises the on-card and driver datastructures to732732+ * This initialises the on-card and driver datastructures to733733 * the point where mc32_start_transceiver() can be called.734734 *735735 * The card sets up the receive ring for us. We are required to use the736736 * ring it provides, although the size of the ring is configurable.737737 *738738 * We allocate an sk_buff for each ring entry in turn and739739- * initalise its house-keeping info. At the same time, we read739739+ * initialise its house-keeping info. At the same time, we read740740 * each 'next' pointer in our rx_ring array. This reduces slow741741 * shared-memory reads and makes it easy to access predecessor742742 * descriptors.
+1-1
drivers/net/appletalk/ipddp.c
···8080 if (version_printed++ == 0)8181 printk(version);82828383- /* Initalize the device structure. */8383+ /* Initialize the device structure. */8484 dev->netdev_ops = &ipddp_netdev_ops;85858686 dev->type = ARPHRD_IPDDP; /* IP over DDP tunnel */
+1-1
drivers/net/hp100.c
···10711071 if (lp->mode == 1)10721072 hp100_init_pdls(dev);1073107310741074- /* Go to performance page and initalize isr and imr registers */10741074+ /* Go to performance page and initialize isr and imr registers */10751075 hp100_page(PERFORMANCE);10761076 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */10771077 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */
+1-1
drivers/net/ibm_newemac/core.c
···10441044 DBG(dev, "change_mtu(%d)" NL, new_mtu);1045104510461046 if (netif_running(ndev)) {10471047- /* Check if we really need to reinitalize RX ring */10471047+ /* Check if we really need to reinitialize RX ring */10481048 if (emac_rx_skb_size(ndev->mtu) != emac_rx_skb_size(new_mtu))10491049 ret = emac_resize_rx_ring(dev, new_mtu);10501050 }
+1-1
drivers/net/ksz884x.c
···68126812static int fast_aging;6813681368146814/**68156815- * netdev_init - initalize network device.68156815+ * netdev_init - initialize network device.68166816 * @dev: Network device.68176817 *68186818 * This function initializes the network device.
···589589 db->dm910x_chk_mode = 1; /* Enter the check mode */590590 }591591592592- /* Initilize DM910X board */592592+ /* Initialize DM910X board */593593 dmfe_init_dm910x(dev);594594595595 /* Active System Interface */···606606}607607608608609609-/* Initilize DM910X board609609+/* Initialize DM910X board610610 * Reset DM910X board611611- * Initilize TX/Rx descriptor chain structure611611+ * Initialize TX/Rx descriptor chain structure612612 * Send the set-up frame613613 * Enable Tx/Rx machine614614 */···649649 if ( !(db->media_mode & DMFE_AUTO) )650650 db->op_mode = db->media_mode; /* Force Mode */651651652652- /* Initiliaze Transmit/Receive decriptor and CR3/4 */652652+ /* Initialize Transmit/Receive decriptor and CR3/4 */653653 dmfe_descriptor_init(db, ioaddr);654654655655 /* Init CR6 to program DM910x operation */···12881288 * Stop DM910X board12891289 * Free Tx/Rx allocated memory12901290 * Reset DM910X board12911291- * Re-initilize DM910X board12911291+ * Re-initialize DM910X board12921292 */1293129312941294static void dmfe_dynamic_reset(struct DEVICE *dev)···13161316 netif_carrier_off(dev);13171317 db->wait_reset = 0;1318131813191319- /* Re-initilize DM910X board */13191319+ /* Re-initialize DM910X board */13201320 dmfe_init_dm910x(dev);1321132113221322 /* Restart upper layer interface */···1447144714481448/*14491449 * Send a setup frame for DM913214501450- * This setup frame initilize DM910X address filter mode14501450+ * This setup frame initialize DM910X address filter mode14511451*/1452145214531453static void dm9132_id_table(struct DEVICE *dev)···1489148914901490/*14911491 * Send a setup frame for DM9102/DM9102A14921492- * This setup frame initilize DM910X address filter mode14921492+ * This setup frame initialize DM910X address filter mode14931493 */1494149414951495static void send_filter_frame(struct DEVICE *dev)···21422142 pci_set_power_state(pci_dev, PCI_D0);21432143 pci_restore_state(pci_dev);2144214421452145- /* Re-initilize DM910X board */21452145+ /* Re-initialize DM910X board */21462146 dmfe_init_dm910x(dev);2147214721482148 /* Disable WOL */···2196219621972197/* Description:21982198 * when user used insmod to add module, system invoked init_module()21992199- * to initilize and register.21992199+ * to initialize and register.22002200 */2201220122022202static int __init dmfe_init_module(void)
+1-1
drivers/net/wimax/i2400m/control.c
···5050 *5151 * ROADMAP5252 *5353- * i2400m_dev_initalize() Called by i2400m_dev_start()5353+ * i2400m_dev_initialize() Called by i2400m_dev_start()5454 * i2400m_set_init_config()5555 * i2400m_cmd_get_state()5656 * i2400m_dev_shutdown() Called by i2400m_dev_stop()
+2-2
drivers/parisc/ccio-dma.c
···12411241};1242124212431243/**12441244- * ccio_ioc_init - Initalize the I/O Controller12441244+ * ccio_ioc_init - Initialize the I/O Controller12451245 * @ioc: The I/O Controller.12461246 *12471247- * Initalize the I/O Controller which includes setting up the12471247+ * Initialize the I/O Controller which includes setting up the12481248 * I/O Page Directory, the resource map, and initalizing the12491249 * U2/Uturn chip into virtual mode.12501250 */
+1-1
drivers/pcmcia/sa11xx_base.c
···231231232232 sinfo->nskt = nr;233233234234- /* Initiliaze processor specific parameters */234234+ /* Initialize processor specific parameters */235235 for (i = 0; i < nr; i++) {236236 skt = &sinfo->skt[i];237237
···588588 * asd_init_cseq_scratch -- setup and init CSEQ589589 * @asd_ha: pointer to host adapter structure590590 *591591- * Setup and initialize Central sequencers. Initialiaze the mode591591+ * Setup and initialize Central sequencers. Initialize the mode592592 * independent and dependent scratch page to the default settings.593593 */594594static void asd_init_cseq_scratch(struct asd_ha_struct *asd_ha)···782782 asd_write_reg_word(asd_ha, LmSEQ_OOB_INT_ENABLES(lseq), 0);783783 /*784784 * Set the desired interval between transmissions of the NOTIFY785785- * (ENABLE SPINUP) primitive. Must be initilized to val - 1.785785+ * (ENABLE SPINUP) primitive. Must be initialized to val - 1.786786 */787787 asd_write_reg_word(asd_ha, LmSEQ_NOTIFY_TIMER_TIMEOUT(lseq),788788 ASD_NOTIFY_TIMEOUT - 1);
+1-1
drivers/scsi/bfa/vport.c
···789789 switch (status) {790790 case BFA_STATUS_OK:791791 /*792792- * Initialiaze the V-Port fields792792+ * Initialize the V-Port fields793793 */794794 __vport_fcid(vport) = bfa_lps_get_pid(vport->lps);795795 vport->vport_stats.fdisc_accepts++;
+1-1
drivers/scsi/pm8001/pm8001_hwi.c
···10821082}1083108310841084/**10851085- * pm8001_chip_iounmap - which maped when initilized.10851085+ * pm8001_chip_iounmap - which maped when initialized.10861086 * @pm8001_ha: our hba card information10871087 */10881088static void pm8001_chip_iounmap(struct pm8001_hba_info *pm8001_ha)
···470470 }471471472472 if (port->sc_port.state) {473473- /* The serial_core stuffs are initilized, use them */473473+ /* The serial_core stuffs are initialized, use them */474474 tty = port->sc_port.state->port.tty;475475 }476476 else {···551551 BUG_ON(!port->sc_is_asynch);552552553553 if (port->sc_port.state) {554554- /* We're initilized, using serial core infrastructure */554554+ /* We're initialized, using serial core infrastructure */555555 xmit = &port->sc_port.state->xmit;556556 } else {557557 /* Probably sn_sal_switch_to_asynch has been run but serial core isn't558558- * initilized yet. Just return. Writes are going through558558+ * initialized yet. Just return. Writes are going through559559 * sn_sal_console_write (due to register_console) at this time.560560 */561561 return;
+1-1
drivers/staging/comedi/drivers/usbdux.c
···20872087 if (ret < 0)20882088 return ret;2089208920902090- /* initalise the buffer */20902090+ /* initialise the buffer */20912091 for (i = 0; i < this_usbduxsub->sizePwmBuf; i++)20922092 ((char *)(this_usbduxsub->urbPwm->transfer_buffer))[i] = 0;20932093
+3-3
drivers/staging/octeon/cvmx-cmd-queue.c
···140140 if (qstate->base_ptr_div128) {141141 if (max_depth != (int)qstate->max_depth) {142142 cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: "143143- "Queue already initalized with different "143143+ "Queue already initialized with different "144144 "max_depth (%d).\n",145145 (int)qstate->max_depth);146146 return CVMX_CMD_QUEUE_INVALID_PARAM;147147 }148148 if (fpa_pool != qstate->fpa_pool) {149149 cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: "150150- "Queue already initalized with different "150150+ "Queue already initialized with different "151151 "FPA pool (%u).\n",152152 qstate->fpa_pool);153153 return CVMX_CMD_QUEUE_INVALID_PARAM;154154 }155155 if ((pool_size >> 3) - 1 != qstate->pool_size_m1) {156156 cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: "157157- "Queue already initalized with different "157157+ "Queue already initialized with different "158158 "FPA pool size (%u).\n",159159 (qstate->pool_size_m1 + 1) << 3);160160 return CVMX_CMD_QUEUE_INVALID_PARAM;
···427427/*428428 ==========================================================================429429 Description:430430- This is a function to initilize 4-way handshake430430+ This is a function to initialize 4-way handshake431431432432 Return:433433···867867 ==========================================================================868868 Description:869869 When receiving the last packet of 4-way pairwisekey handshake.870870- Initilize 2-way groupkey handshake following.870870+ Initialize 2-way groupkey handshake following.871871 Return:872872 ==========================================================================873873*/
+3-3
drivers/staging/rtl8192e/r8190_rtl8256.c
···501501 if((priv->ieee80211->eRFPowerState == eRfOff) && RT_IN_PS_LEVEL(pPSC, RT_RF_OFF_LEVL_HALT_NIC))502502 { // The current RF state is OFF and the RF OFF level is halting the NIC, re-initialize the NIC.503503 bool rtstatus = true;504504- u32 InitilizeCount = 3;504504+ u32 InitializeCount = 3;505505 do506506 {507507- InitilizeCount--;507507+ InitializeCount--;508508 priv->RegRfOff = false;509509 rtstatus = NicIFEnableNIC(dev);510510- }while( (rtstatus != true) &&(InitilizeCount >0) );510510+ }while( (rtstatus != true) &&(InitializeCount >0) );511511512512 if(rtstatus != true)513513 {
+1-1
drivers/usb/serial/kl5kusb105.c
···261261262262 spin_lock_init(&priv->lock);263263264264- /* priv->termios is left uninitalized until port opening */264264+ /* priv->termios is left uninitialized until port opening */265265 init_waitqueue_head(&serial->port[i]->write_wait);266266 }267267
+1-1
drivers/usb/wusbcore/wusbhc.c
···2626 * the one that requires (phase B, wusbhc_b_{create,destroy}).2727 *2828 * This is so because usb_add_hcd() will start the HC, and thus, all2929- * the HC specific stuff has to be already initialiazed (like sysfs2929+ * the HC specific stuff has to be already initialized (like sysfs3030 * thingies).3131 */3232#include <linux/device.h>
+1-1
drivers/uwb/wlp/wss-lc.c
···180180 * If memory was allocated for the kobject's name then it will181181 * be freed by the kobject system during this time.182182 *183183- * The EDA cache is removed and reinitilized when the WSS is removed. We183183+ * The EDA cache is removed and reinitialized when the WSS is removed. We184184 * thus loose knowledge of members of this WSS at that time and need not do185185 * it here.186186 */
···29182918 * One of more index blocks maybe needed if the extent tree grow after29192919 * the unintialized extent split. To prevent ENOSPC occur at the IO29202920 * complete, we need to split the uninitialized extent before DIO submit29212921- * the IO. The uninitilized extent called at this time will be split29212921+ * the IO. The uninitialized extent called at this time will be split29222922 * into three uninitialized extent(at most). After IO complete, the part29232923 * being filled will be convert to initialized by the end_io callback function29242924 * via ext4_convert_unwritten_extents().
+1-1
fs/ext4/super.c
···30083008 ext4_ext_init(sb);30093009 err = ext4_mb_init(sb, needs_recovery);30103010 if (err) {30113011- ext4_msg(sb, KERN_ERR, "failed to initalize mballoc (%d)",30113011+ ext4_msg(sb, KERN_ERR, "failed to initialize mballoc (%d)",30123012 err);30133013 goto failed_mount4;30143014 }
+1-1
fs/freevxfs/vxfs_super.c
···135135}136136137137/**138138- * vxfs_read_super - read superblock into memory and initalize filesystem138138+ * vxfs_read_super - read superblock into memory and initialize filesystem139139 * @sbp: VFS superblock (to fill)140140 * @dp: fs private mount data141141 * @silent: do not complain loudly when sth is wrong
+1-1
fs/ocfs2/super.c
···24762476 kfree(osb->slot_recovery_generations);24772477 /* FIXME24782478 * This belongs in journal shutdown, but because we have to24792479- * allocate osb->journal at the start of ocfs2_initalize_osb(),24792479+ * allocate osb->journal at the start of ocfs2_initialize_osb(),24802480 * we free it here.24812481 */24822482 kfree(osb->journal);
+1-1
fs/reiserfs/inode.c
···12211221 inode_set_bytes(inode,12221222 to_real_used_space(inode, inode->i_blocks,12231223 SD_V2_SIZE));12241224- /* read persistent inode attributes from sd and initalise12241224+ /* read persistent inode attributes from sd and initialise12251225 generic inode flags from them */12261226 REISERFS_I(inode)->i_attrs = sd_v2_attrs(sd);12271227 sd_attrs_to_i_attrs(sd_v2_attrs(sd), inode);
+1-1
lib/random32.c
···131131132132/*133133 * Generate better values after random number generator134134- * is fully initalized.134134+ * is fully initialized.135135 */136136static int __init random32_reseed(void)137137{
+1-1
net/netfilter/ipvs/ip_vs_lblc.c
···1111 * Changes:1212 * Martin Hamilton : fixed the terrible locking bugs1313 * *lock(tbl->lock) ==> *lock(&tbl->lock)1414- * Wensong Zhang : fixed the uninitilized tbl->lock bug1414+ * Wensong Zhang : fixed the uninitialized tbl->lock bug1515 * Wensong Zhang : added doing full expiration check to1616 * collect stale entries of 24+ hours when1717 * no partial expire check in a half hour
+1-1
net/netfilter/ipvs/ip_vs_lblcr.c
···386386 ip_vs_addr_copy(dest->af, &en->addr, daddr);387387 en->lastuse = jiffies;388388389389- /* initilize its dest set */389389+ /* initialize its dest set */390390 atomic_set(&(en->set.size), 0);391391 INIT_LIST_HEAD(&en->set.list);392392 rwlock_init(&en->set.lock);
+1-1
net/sctp/associola.c
···172172 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] =173173 (unsigned long)sp->autoclose * HZ;174174175175- /* Initilizes the timers */175175+ /* Initializes the timers */176176 for (i = SCTP_EVENT_TIMEOUT_NONE; i < SCTP_NUM_TIMEOUT_TYPES; ++i)177177 setup_timer(&asoc->timers[i], sctp_timer_events[i],178178 (unsigned long)asoc);
+1-1
net/sctp/protocol.c
···11621162 /* Set the pressure threshold to be a fraction of global memory that11631163 * is up to 1/2 at 256 MB, decreasing toward zero with the amount of11641164 * memory, with a floor of 128 pages.11651165- * Note this initalizes the data in sctpv6_prot too11651165+ * Note this initializes the data in sctpv6_prot too11661166 * Unabashedly stolen from tcp_init11671167 */11681168 nr_pages = totalram_pages - totalhigh_pages;
···1055105510561056 spin_lock_irq(&trident->reg_lock);1057105710581058- // Initilize the channel and set channel Mode10581058+ // Initialize the channel and set channel Mode10591059 outb(0, TRID_REG(trident, LEGACY_DMAR15));1060106010611061 // Set DMA channel operation mode register
+1-1
sound/soc/fsl/mpc8610_hpcd.c
···4646};47474848/**4949- * mpc8610_hpcd_machine_probe: initalize the board4949+ * mpc8610_hpcd_machine_probe: initialize the board5050 *5151 * This function is called when platform_device_add() is called. It is used5252 * to initialize the board-specific hardware.
+1-1
sound/soc/soc-core.c
···13071307}1308130813091309/*13101310- * Attempt to initialise any uninitalised cards. Must be called with13101310+ * Attempt to initialise any uninitialised cards. Must be called with13111311 * client_mutex.13121312 */13131313static void snd_soc_instantiate_cards(void)