]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Merge branch 'master' into for-next
authorJiri Kosina <jkosina@suse.cz>
Wed, 16 Jun 2010 16:08:13 +0000 (18:08 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 16 Jun 2010 16:08:13 +0000 (18:08 +0200)
93 files changed:
Documentation/rt-mutex-design.txt
arch/arm/mach-msm/acpuclock-arm11.c
arch/arm/mach-omap2/dpll3xxx.c
arch/arm/mach-omap2/sleep34xx.S
arch/arm/mach-u300/gpio.c
arch/arm/plat-s3c24xx/clock.c
arch/arm/plat-samsung/clock.c
arch/cris/arch-v32/mm/intmem.c
arch/h8300/kernel/timer/itu.c
arch/h8300/kernel/timer/timer16.c
arch/h8300/kernel/timer/timer8.c
arch/ia64/kvm/kvm-ia64.c
arch/ia64/sn/kernel/setup.c
arch/microblaze/Makefile
arch/mips/sibyte/bcm1480/irq.c
arch/powerpc/platforms/ps3/htab.c
arch/sparc/boot/btfixupprep.c
arch/x86/kernel/apic/apic.c
arch/x86/kernel/head32.c
drivers/crypto/amcc/crypto4xx_reg_def.h
drivers/dma/at_hdmac.c
drivers/gpu/drm/savage/savage_bci.c
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
drivers/ide/ide-gd.c
drivers/infiniband/hw/cxgb3/iwch_qp.c
drivers/infiniband/hw/cxgb4/qp.c
drivers/infiniband/hw/ehca/hcp_if.h
drivers/input/misc/ad714x.c
drivers/media/dvb/siano/smscoreapi.c
drivers/media/video/ov511.c
drivers/media/video/zoran/zoran.h
drivers/media/video/zoran/zr36050.c
drivers/media/video/zoran/zr36060.c
drivers/message/fusion/mptbase.c
drivers/mtd/nand/denali.c
drivers/net/3c527.c
drivers/net/appletalk/ipddp.c
drivers/net/benet/be_hw.h
drivers/net/gianfar.c
drivers/net/hp100.c
drivers/net/ibm_newemac/core.c
drivers/net/ksz884x.c
drivers/net/ll_temac_main.c
drivers/net/tulip/dmfe.c
drivers/net/wimax/i2400m/control.c
drivers/parisc/ccio-dma.c
drivers/pcmcia/sa11xx_base.c
drivers/rtc/rtc-fm3130.c
drivers/scsi/advansys.c
drivers/scsi/aic94xx/aic94xx_seq.c
drivers/scsi/bfa/vport.c
drivers/scsi/fcoe/fcoe.c
drivers/scsi/libfc/fc_lport.c
drivers/scsi/libfc/fc_rport.c
drivers/scsi/mpt2sas/mpt2sas_base.h
drivers/scsi/mpt2sas/mpt2sas_scsih.c
drivers/scsi/pm8001/pm8001_hwi.c
drivers/scsi/qla2xxx/qla_iocb.c
drivers/scsi/qla2xxx/qla_nx.h
drivers/scsi/qla4xxx/ql4_init.c
drivers/scsi/scsi_transport_fc.c
drivers/serial/sn_console.c
drivers/staging/comedi/drivers/usbdux.c
drivers/staging/octeon/cvmx-cmd-queue.c
drivers/staging/pohmelfs/inode.c
drivers/staging/rt2860/common/cmm_wpa.c
drivers/staging/rtl8192e/r8190_rtl8256.c
drivers/usb/serial/kl5kusb105.c
drivers/usb/wusbcore/wusbhc.c
drivers/uwb/wlp/wss-lc.c
drivers/video/carminefb.c
drivers/video/tgafb.c
fs/befs/linuxvfs.c
fs/ecryptfs/crypto.c
fs/ext4/extents.c
fs/ext4/super.c
fs/freevxfs/vxfs_super.c
fs/ocfs2/super.c
fs/reiserfs/inode.c
include/linux/ide.h
include/linux/if_link.h
include/linux/lru_cache.h
include/linux/netdevice.h
kernel/cpuset.c
lib/random32.c
net/netfilter/ipvs/ip_vs_lblc.c
net/netfilter/ipvs/ip_vs_lblcr.c
net/sctp/associola.c
net/sctp/protocol.c
security/smack/smack_lsm.c
sound/pci/trident/trident_main.c
sound/soc/fsl/mpc8610_hpcd.c
sound/soc/soc-core.c

index 8df0b782c4d7f7ed8c3c617869db844b5f8321d8..33ed8007a8458893572046e3d5acf2248ca39e8e 100644 (file)
@@ -364,7 +364,7 @@ process this is rather easy to know what needs to be adjusted.
 
 The functions implementing the task adjustments are rt_mutex_adjust_prio,
 __rt_mutex_adjust_prio (same as the former, but expects the task pi_lock
-to already be taken), rt_mutex_get_prio, and rt_mutex_setprio.
+to already be taken), rt_mutex_getprio, and rt_mutex_setprio.
 
 rt_mutex_getprio and rt_mutex_setprio are only used in __rt_mutex_adjust_prio.
 
index af5e85b91d02f40fbbb8d1aefdb81989da157e84..f060a3959a75fe08bfc490e48b95ee22dc8421a0 100644 (file)
@@ -98,7 +98,7 @@ struct clkctl_acpu_speed {
 
 /*
  * ACPU speed table. Complete table is shown but certain speeds are commented
- * out to optimized speed switching. Initalize loops_per_jiffy to 0.
+ * out to optimized speed switching. Initialize loops_per_jiffy to 0.
  *
  * Table stepping up/down is optimized for 256mhz jumps while staying on the
  * same PLL.
@@ -494,7 +494,7 @@ uint32_t acpuclk_get_switch_time(void)
  * Clock driver initialization
  *---------------------------------------------------------------------------*/
 
-/* Initalize the lpj field in the acpu_freq_tbl. */
+/* Initialize the lpj field in the acpu_freq_tbl. */
 static void __init lpj_init(void)
 {
        int i;
index b32ccd954a1bf43766440db8e19b8ebb92343c7c..ed8d330522f18043a0b8ce6be06023a92988e988 100644 (file)
@@ -463,7 +463,7 @@ int omap3_noncore_dpll_set_rate(struct clk *clk, unsigned long rate)
        }
        if (!ret) {
                /*
-                * Switch the parent clock in the heirarchy, and make sure
+                * Switch the parent clock in the hierarchy, and make sure
                 * that the new parent's usecount is correct.  Note: we
                 * enable the new parent before disabling the old to avoid
                 * any unnecessary hardware disable->enable transitions.
index d522cd70bf53485d0a3af2453845777e3a89edd7..ba53191ae4c55bfdaf4515f4edd0a9ca67bce4b9 100644 (file)
@@ -60,7 +60,7 @@
 #define SDRC_DLLA_CTRL_V       OMAP34XX_SDRC_REGADDR(SDRC_DLLA_CTRL)
 
         .text
-/* Function to aquire the semaphore in scratchpad */
+/* Function to acquire the semaphore in scratchpad */
 ENTRY(lock_scratchpad_sem)
        stmfd   sp!, {lr}       @ save registers on stack
 wait_sem:
index 5f61fd45a0c8a1dee47baa305ca3aa49d07fac01..d92790140fe53852bd4e571ed29fe95f490e8e77 100644 (file)
@@ -523,7 +523,7 @@ static void gpio_set_initial_values(void)
 
        /*
         * Put all pins that are set to either 'GPIO_OUT' or 'GPIO_NOT_USED'
-        * to output and 'GPIO_IN' to input for each port. And initalize
+        * to output and 'GPIO_IN' to input for each port. And initialize
         * default value on outputs.
         */
        for (i = 0; i < U300_GPIO_NUM_PORTS; i++) {
index 8474d05274bda707350d9e5240d5411c9d971484..931d26d1a54bdadca173d6dd197d7767c731564a 100644 (file)
@@ -43,7 +43,7 @@
 #include <plat/cpu.h>
 #include <plat/pll.h>
 
-/* initalise all the clocks */
+/* initialise all the clocks */
 
 void __init_or_cpufreq s3c24xx_setup_clocks(unsigned long fclk,
                                           unsigned long hclk,
index 8bf79f3efdfbe5e90b29edc57e1de42e5c91db4e..90a20512d68d5a40d9fa789b15c24620a0c8f9b3 100644 (file)
@@ -391,7 +391,7 @@ void __init s3c_disable_clocks(struct clk *clkp, int nr_clks)
                (clkp->enable)(clkp, 0);
 }
 
-/* initalise all the clocks */
+/* initialise all the clocks */
 
 int __init s3c24xx_register_baseclocks(unsigned long xtal)
 {
index 9e8b69cdf19ef322c1dbe12ce6a6d1201aa193a8..1b17d92cef8ebb98e57b34a63be0f6f8fb6d9508 100644 (file)
@@ -33,8 +33,8 @@ static void crisv32_intmem_init(void)
 {
        static int initiated = 0;
        if (!initiated) {
-               struct intmem_allocation* alloc =
-                 (struct intmem_allocation*)kmalloc(sizeof *alloc, GFP_KERNEL);
+               struct intmem_allocation* alloc;
+               alloc = kmalloc(sizeof *alloc, GFP_KERNEL);
                INIT_LIST_HEAD(&intmem_allocations);
                intmem_virtual = ioremap(MEM_INTMEM_START + RESERVED_SIZE,
                                         MEM_INTMEM_SIZE - RESERVED_SIZE);
@@ -62,9 +62,8 @@ void* crisv32_intmem_alloc(unsigned size, unsigned align)
                if (allocation->status == STATUS_FREE &&
                    allocation->size >= size + alignment) {
                        if (allocation->size > size + alignment) {
-                               struct intmem_allocation* alloc =
-                                       (struct intmem_allocation*)
-                                       kmalloc(sizeof *alloc, GFP_ATOMIC);
+                               struct intmem_allocation* alloc;
+                               alloc = kmalloc(sizeof *alloc, GFP_ATOMIC);
                                alloc->status = STATUS_FREE;
                                alloc->size = allocation->size - size -
                                        alignment;
@@ -74,9 +73,7 @@ void* crisv32_intmem_alloc(unsigned size, unsigned align)
 
                                if (alignment) {
                                        struct intmem_allocation *tmp;
-                                       tmp = (struct intmem_allocation *)
-                                               kmalloc(sizeof *tmp,
-                                                       GFP_ATOMIC);
+                                       tmp = kmalloc(sizeof *tmp, GFP_ATOMIC);
                                        tmp->offset = allocation->offset;
                                        tmp->size = alignment;
                                        tmp->status = STATUS_FREE;
index 4883ba7103a84d8b391a290fc64198949f2c3ca9..a2ae5e9521378d6adbee4e01d39e7843819c305a 100644 (file)
@@ -73,7 +73,7 @@ void __init h8300_timer_setup(void)
 
        setup_irq(ITUIRQ, &itu_irq);
 
-       /* initalize timer */
+       /* initialize timer */
        ctrl_outb(0, TSTR);
        ctrl_outb(CCLR0 | div, ITUBASE + TCR);
        ctrl_outb(0x01, ITUBASE + TIER);
index 042dbb53f3fb372707ab7a533a884e7ccb6b8dd3..ae0d3816113944c9af2be73c8957aa4e52f220b1 100644 (file)
@@ -68,7 +68,7 @@ void __init h8300_timer_setup(void)
 
        setup_irq(_16IRQ, &timer16_irq);
 
-       /* initalize timer */
+       /* initialize timer */
        ctrl_outb(0, TSTR);
        ctrl_outb(CCLR0 | div, _16BASE + TCR);
        ctrl_outw(cnt, _16BASE + GRA);
index 38be0cabef0da0c4433d9d52924eef8f199e5b0b..3946c0fa8374d40113f3c2be685994c2378b69aa 100644 (file)
@@ -94,7 +94,7 @@ void __init h8300_timer_setup(void)
        ctrl_bclr(0, MSTPCRL)
 #endif
 
-       /* initalize timer */
+       /* initialize timer */
        ctrl_outw(cnt, _8BASE + TCORA);
        ctrl_outw(0x0000, _8BASE + _8TCSR);
        ctrl_outw((CMIEA|CCLR_CMA|CKS2) << 8 | div,
index 21b701374f72335905ee9bfde866975e60800229..9b109f25e49c36e3e6cea4ca791cd824b7c80226 100644 (file)
@@ -1237,7 +1237,7 @@ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
        p_ctx->cr[2] = (unsigned long)kvm_vmm_info->vmm_ivt;
        p_ctx->cr[8] = 0x3c;
 
-       /*Initilize region register*/
+       /*Initialize region register*/
        p_ctx->rr[0] = 0x30;
        p_ctx->rr[1] = 0x30;
        p_ctx->rr[2] = 0x30;
@@ -1246,7 +1246,7 @@ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
        p_ctx->rr[5] = 0x30;
        p_ctx->rr[7] = 0x30;
 
-       /*Initilize branch register 0*/
+       /*Initialize branch register 0*/
        p_ctx->br[0] = *(unsigned long *)kvm_vmm_info->vmm_entry;
 
        vcpu->arch.vmm_rr = kvm->arch.vmm_init_rr;
@@ -1707,7 +1707,7 @@ static int kvm_relocate_vmm(struct kvm_vmm_info *vmm_info,
        BUG_ON(!module);
 
        if (!kvm_vmm_base) {
-               printk("kvm: kvm area hasn't been initilized yet!!\n");
+               printk("kvm: kvm area hasn't been initialized yet!!\n");
                return -EFAULT;
        }
 
index d00dfc180021cb85a84a8565f48595545d9a6615..dbc4cbecb5edcd5d9f9c60eccfaf6c25165a47ca 100644 (file)
@@ -507,7 +507,7 @@ static void __init sn_init_pdas(char **cmdline_p)
        cnodeid_t cnode;
 
        /*
-        * Allocate & initalize the nodepda for each node.
+        * Allocate & initialize the nodepda for each node.
         */
        for_each_online_node(cnode) {
                nodepdaindr[cnode] =
index 72f6e85837467679354d37ec148db56eb4868363..592c7079de889a435d96850f357fff666328fe5e 100644 (file)
@@ -25,7 +25,7 @@ ifeq (,$(findstring spartan2,$(CONFIG_XILINX_MICROBLAZE0_FAMILY)))
   ifeq ($(CPU_MAJOR),3)
     CPUFLAGS-1 += -mno-xl-soft-mul
   else
-    # USE_HW_MUL can be 0, 1, or 2, defining a heirarchy of HW Mul support.
+    # USE_HW_MUL can be 0, 1, or 2, defining a hierarchy of HW Mul support.
     CPUFLAGS-$(subst 1,,$(CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL)) += -mxl-multiply-high
     CPUFLAGS-$(CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL) += -mno-xl-soft-mul
   endif
index 044bbe462c2c85fc07f508143f0ec682efc28d79..919d2d58e6fa0522fae175d10c070df95fdc82c4 100644 (file)
@@ -362,19 +362,8 @@ asmlinkage void plat_irq_dispatch(void)
        unsigned int cpu = smp_processor_id();
        unsigned int pending;
 
-#ifdef CONFIG_SIBYTE_BCM1480_PROF
-       /* Set compare to count to silence count/compare timer interrupts */
-       write_c0_compare(read_c0_count());
-#endif
-
        pending = read_c0_cause() & read_c0_status();
 
-#ifdef CONFIG_SIBYTE_BCM1480_PROF
-       if (pending & CAUSEF_IP7)       /* Cpu performance counter interrupt */
-               sbprof_cpu_intr();
-       else
-#endif
-
        if (pending & CAUSEF_IP4)
                do_IRQ(K_BCM1480_INT_TIMER_0 + cpu);
 #ifdef CONFIG_SMP
index 1e8a1e39dfe816abc4e97cd1c33f12463edaf267..15a2510ee63954a2f8ace1383b720d3845fac375 100644 (file)
@@ -136,7 +136,7 @@ static long ps3_hpte_updatepp(unsigned long slot, unsigned long newpp,
         * As lv1_read_htab_entries() does not give us the RPN, we can
         * not synthesize the new hpte_r value here, and therefore can
         * not update the hpte with lv1_insert_htab_entry(), so we
-        * insted invalidate it and ask the caller to update it via
+        * instead invalidate it and ask the caller to update it via
         * ps3_hpte_insert() by returning a -1 value.
         */
        if (!HPTE_V_COMPARE(hpte_v, want_v) || !(hpte_v & HPTE_V_VALID)) {
index e7f2940bd270f5ab481e513880019c3b34a7bb2a..da031159e2b7e6bb9a318dfb26c98c20955701e2 100644 (file)
@@ -216,7 +216,7 @@ main1:
                switch (buffer[nbase+3]) {
                case 'f':
                        if (initval) {
-                               fprintf(stderr, "Cannot use pre-initalized fixups for calls\n%s\n", buffer);
+                               fprintf(stderr, "Cannot use pre-initialized fixups for calls\n%s\n", buffer);
                                exit(1);
                        }
                        if (!strcmp (sect, "__ksymtab")) {
@@ -273,7 +273,7 @@ main1:
                        break;
                case 'i':
                        if (initval) {
-                               fprintf(stderr, "Cannot use pre-initalized fixups for INT\n%s\n", buffer);
+                               fprintf(stderr, "Cannot use pre-initialized fixups for INT\n%s\n", buffer);
                                exit(1);
                        }
                        if (strncmp (buffer + mode+9, "HI22      ", 10) && strncmp (buffer + mode+9, "LO10      ", 10)) {
index c02cc692985c13b902f1a9c914535170f9670d01..0bcc5aeda9982bb79a2f069ab0f34b4970a531af 100644 (file)
@@ -460,7 +460,7 @@ static void lapic_timer_broadcast(const struct cpumask *mask)
 }
 
 /*
- * Setup the local APIC timer for this CPU. Copy the initilized values
+ * Setup the local APIC timer for this CPU. Copy the initialized values
  * of the boot CPU and register the clock event in the framework.
  */
 static void __cpuinit setup_APIC_timer(void)
index b2e2460373920128697e5bf7e93e3ca708de64ca..784360c0625c04edbcee49e13f5fe471add070ec 100644 (file)
@@ -20,7 +20,7 @@
 
 static void __init i386_default_early_setup(void)
 {
-       /* Initilize 32bit specific setup functions */
+       /* Initialize 32bit specific setup functions */
        x86_init.resources.probe_roms = probe_roms;
        x86_init.resources.reserve_resources = i386_reserve_resources;
        x86_init.mpparse.setup_ioapic_ids = setup_ioapic_ids_from_mpc;
index 7d4edb0026191f1306b343d391598cea7e61e400..5f5fbc0716ff1b28e43986faa6f18e918cb43ddc 100644 (file)
 #define CRYPTO4XX_PRNG_LFSR_H                  0x00070034
 
 /**
- * Initilize CRYPTO ENGINE registers, and memory bases.
+ * Initialize CRYPTO ENGINE registers, and memory bases.
  */
 #define PPC4XX_PDR_POLL                                0x3ff
 #define PPC4XX_OUTPUT_THRESHOLD                        2
index bd5250e8c00c2b6e3aaf285c3e23dd9f158978c3..e88076022a7a8266ad12ea9e0cdf6d0279560972 100644 (file)
@@ -69,7 +69,7 @@ static struct at_desc *atc_first_queued(struct at_dma_chan *atchan)
 }
 
 /**
- * atc_alloc_descriptor - allocate and return an initilized descriptor
+ * atc_alloc_descriptor - allocate and return an initialized descriptor
  * @chan: the channel to allocate descriptors for
  * @gfp_flags: GFP allocation flags
  *
index 2d0c9ca484c519bd9797b2a1f7917abca015a33d..fa05cda8c98ff732103ef35d8f4c8513d238af42 100644 (file)
@@ -552,7 +552,7 @@ int savage_driver_load(struct drm_device *dev, unsigned long chipset)
 
 
 /*
- * Initalize mappings. On Savage4 and SavageIX the alignment
+ * Initialize mappings. On Savage4 and SavageIX the alignment
  * and size of the aperture is not suitable for automatic MTRR setup
  * in drm_addmap. Therefore we add them manually before the maps are
  * initialized, and tear them down on last close.
index 8612378b131edba7589099226d51e594863e5c42..5f2d5df01e5c370acbc1be99772701626419daf5 100644 (file)
@@ -1017,7 +1017,7 @@ int vmw_gmr_id_alloc(struct vmw_private *dev_priv, uint32_t *p_id)
 }
 
 /*
- * Stream managment
+ * Stream management
  */
 
 static void vmw_stream_destroy(struct vmw_resource *res)
index c102d23d9b3821361c69f33071fd8ac728036d4b..79399534782c6c826b6e669ada8c5d7a97c93182 100644 (file)
@@ -92,7 +92,7 @@ static void ide_disk_release(struct device *dev)
 
 /*
  * On HPA drives the capacity needs to be
- * reinitilized on resume otherwise the disk
+ * reinitialized on resume otherwise the disk
  * can not be used and a hard reset is required
  */
 static void ide_gd_resume(ide_drive_t *drive)
index ae47bfd22bd525eb4d4ff2b317790a3b408cc635..9bbb65bba67eecea4ad3c0de2a9e258900e75bb9 100644 (file)
@@ -816,7 +816,7 @@ static void __flush_qp(struct iwch_qp *qhp, unsigned long *flag)
        atomic_inc(&qhp->refcnt);
        spin_unlock_irqrestore(&qhp->lock, *flag);
 
-       /* locking heirarchy: cq lock first, then qp lock. */
+       /* locking hierarchy: cq lock first, then qp lock. */
        spin_lock_irqsave(&rchp->lock, *flag);
        spin_lock(&qhp->lock);
        cxio_flush_hw_cq(&rchp->cq);
@@ -827,7 +827,7 @@ static void __flush_qp(struct iwch_qp *qhp, unsigned long *flag)
        if (flushed)
                (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
 
-       /* locking heirarchy: cq lock first, then qp lock. */
+       /* locking hierarchy: cq lock first, then qp lock. */
        spin_lock_irqsave(&schp->lock, *flag);
        spin_lock(&qhp->lock);
        cxio_flush_hw_cq(&schp->cq);
index 0c28ed1eafa65236ef87e6b937d0ea77e46d1c5d..646a2a5711f2e4ce287137685eb8023b316215d9 100644 (file)
@@ -905,7 +905,7 @@ static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp,
        atomic_inc(&qhp->refcnt);
        spin_unlock_irqrestore(&qhp->lock, *flag);
 
-       /* locking heirarchy: cq lock first, then qp lock. */
+       /* locking hierarchy: cq lock first, then qp lock. */
        spin_lock_irqsave(&rchp->lock, *flag);
        spin_lock(&qhp->lock);
        c4iw_flush_hw_cq(&rchp->cq);
@@ -916,7 +916,7 @@ static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp,
        if (flushed)
                (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
 
-       /* locking heirarchy: cq lock first, then qp lock. */
+       /* locking hierarchy: cq lock first, then qp lock. */
        spin_lock_irqsave(&schp->lock, *flag);
        spin_lock(&qhp->lock);
        c4iw_flush_hw_cq(&schp->cq);
index 39c1c3618ec7ac8b9c5861919c7f423863b10eeb..a46e514c367b6faa86fc507a4047e94c49eb058d 100644 (file)
@@ -49,7 +49,7 @@
 #include "hipz_hw.h"
 
 /*
- * hipz_h_alloc_resource_eq allocates EQ resources in HW and FW, initalize
+ * hipz_h_alloc_resource_eq allocates EQ resources in HW and FW, initialize
  * resources, create the empty EQPT (ring).
  */
 u64 hipz_h_alloc_resource_eq(const struct ipz_adapter_handle adapter_handle,
index 0fe27baf5e723038110cafaa56e69646bcc27526..c431d09e401ac2f91d0627990c781cc2f183a69f 100644 (file)
@@ -1118,7 +1118,7 @@ struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq,
        if (error)
                goto err_free_mem;
 
-       /* initilize and request sw/hw resources */
+       /* initialize and request sw/hw resources */
 
        ad714x_hw_init(ad714x);
        mutex_init(&ad714x->mutex);
index 0c87a3c3899ada10eceee75b0cd2ec07be1030fc..a19f649666d5c50a617aaa2200304e7f2ecf66c8 100644 (file)
@@ -1297,7 +1297,7 @@ int smsclient_sendrequest(struct smscore_client_t *client,
 EXPORT_SYMBOL_GPL(smsclient_sendrequest);
 
 
-/* old GPIO managments implementation */
+/* old GPIO managements implementation */
 int smscore_configure_gpio(struct smscore_device_t *coredev, u32 pin,
                           struct smscore_config_gpio *pinconfig)
 {
index a10912097b7a0a1201a01998c4286e39667b6331..78a6eb698b0a9bb67811d03ee021c657e854fa55 100644 (file)
@@ -4808,7 +4808,7 @@ ov7xx0_configure(struct usb_ov511 *ov)
                return -1;
 
        if (init_ov_sensor(ov) >= 0) {
-               PDEBUG(1, "OV7xx0 sensor initalized (method 1)");
+               PDEBUG(1, "OV7xx0 sensor initialized (method 1)");
        } else {
                /* Reset the 76xx */
                if (i2c_w(ov, 0x12, 0x80) < 0)
index 8997add1248e9965debac49856ff76fddb28330e..307e847fe1cd87e02762173a8443f0ff6ea3acec 100644 (file)
@@ -391,7 +391,7 @@ struct zoran {
 
        struct mutex resource_lock;     /* prevent evil stuff */
 
-       u8 initialized;         /* flag if zoran has been correctly initalized */
+       u8 initialized;         /* flag if zoran has been correctly initialized */
        int user;               /* number of current users */
        struct card_info card;
        struct tvnorm *timing;
index 639dd87c663f01a6af22d62bb9a3d8ef960fc68e..e1985609af4bc416a7ba7d6e42f7dd872461ad9e 100644 (file)
@@ -236,7 +236,7 @@ zr36050_pushit (struct zr36050 *ptr,
 
    Could be variable, but until it's not needed it they are just fixed to save
    memory. Otherwise expand zr36050 structure with arrays, push the values to
-   it and initalize from there, as e.g. the linux zr36057/60 driver does it.
+   it and initialize from there, as e.g. the linux zr36057/60 driver does it.
    ========================================================================= */
 
 static const char zr36050_dqt[0x86] = {
index 008746ff7746a45f55856321bb2a24e2cdc375cc..5e4f57cbf31478d35f361a55ca2adc8f2f77f3b3 100644 (file)
@@ -227,7 +227,7 @@ zr36060_pushit (struct zr36060 *ptr,
 
    Could be variable, but until it's not needed it they are just fixed to save
    memory. Otherwise expand zr36060 structure with arrays, push the values to
-   it and initalize from there, as e.g. the linux zr36057/60 driver does it.
+   it and initialize from there, as e.g. the linux zr36057/60 driver does it.
    ========================================================================= */
 
 static const char zr36060_dqt[0x86] = {
index a6a57011ba6cfcba8f7497b6d270084d84a69295..14d162fb8a2a99dad2877fcf70157d722793fef2 100644 (file)
@@ -1794,7 +1794,7 @@ mpt_attach(struct pci_dev *pdev, const struct pci_device_id *id)
        ioc->sh = NULL;
        ioc->cached_fw = NULL;
 
-       /* Initilize SCSI Config Data structure
+       /* Initialize SCSI Config Data structure
         */
        memset(&ioc->spi_data, 0, sizeof(SpiCfgData));
 
@@ -2471,7 +2471,7 @@ mpt_do_ioc_recovery(MPT_ADAPTER *ioc, u32 reason, int sleepFlag)
        if ((ret == 0) && (reason == MPT_HOSTEVENT_IOC_BRINGUP)) {
 
                /*
-                * Initalize link list for inactive raid volumes.
+                * Initialize link list for inactive raid volumes.
                 */
                mutex_init(&ioc->raid_data.inactive_list_mutex);
                INIT_LIST_HEAD(&ioc->raid_data.inactive_list);
index ca03428b59ccabbaca0c517a59624f91b9c676cf..3dfda9cc677d1f7de97edc2983d4d48283b293c2 100644 (file)
@@ -1836,7 +1836,7 @@ static struct nand_bbt_descr bbt_mirror_descr = {
        .pattern = mirror_pattern,
 };
 
-/* initalize driver data structures */
+/* initialize driver data structures */
 void denali_drv_init(struct denali_nand_info *denali)
 {
        denali->idx = 0;
index 38395dfa49639915715f3a43770e855b49dcb60a..70705d1306b93e161260852d39f6adf6fe308226 100644 (file)
@@ -729,14 +729,14 @@ static void mc32_halt_transceiver(struct net_device *dev)
  *     mc32_load_rx_ring       -       load the ring of receive buffers
  *     @dev: 3c527 to build the ring for
  *
- *     This initalises the on-card and driver datastructures to
+ *     This initialises the on-card and driver datastructures to
  *     the point where mc32_start_transceiver() can be called.
  *
  *     The card sets up the receive ring for us. We are required to use the
  *     ring it provides, although the size of the ring is configurable.
  *
  *     We allocate an sk_buff for each ring entry in turn and
- *     initalise its house-keeping info. At the same time, we read
+ *     initialise its house-keeping info. At the same time, we read
  *     each 'next' pointer in our rx_ring array. This reduces slow
  *     shared-memory reads and makes it easy to access predecessor
  *     descriptors.
index 79636ee35829f60fff841a677db4065bd5231064..0362c8d31a08b629dbfc24d7f81235d94f7279f6 100644 (file)
@@ -80,7 +80,7 @@ static struct net_device * __init ipddp_init(void)
        if (version_printed++ == 0)
                 printk(version);
 
-       /* Initalize the device structure. */
+       /* Initialize the device structure. */
        dev->netdev_ops = &ipddp_netdev_ops;
 
         dev->type = ARPHRD_IPDDP;              /* IP over DDP tunnel */
index 063026de49571ae638dad9f604175bfd51ddfebf..3f1b7c3965bb3bfb17cb45a6a22650561c3ed3a4 100644 (file)
@@ -52,7 +52,7 @@
  */
 #define MEMBAR_CTRL_INT_CTRL_HOSTINTR_MASK     (1 << 29) /* bit 29 */
 
-/********* Power managment (WOL) **********/
+/********* Power management (WOL) **********/
 #define PCICFG_PM_CONTROL_OFFSET               0x44
 #define PCICFG_PM_CONTROL_MASK                 0x108   /* bits 3 & 8 */
 
index 46c69cd0655358a74c726d9b0ae56fd1d2c7d0fd..ba190376e030958e999a0d69f417d10c41aa4033 100644 (file)
@@ -903,7 +903,7 @@ static void gfar_init_filer_table(struct gfar_private *priv)
        rqfar = cluster_entry_per_class(priv, rqfar, RQFPR_IPV4 | RQFPR_UDP);
        rqfar = cluster_entry_per_class(priv, rqfar, RQFPR_IPV4 | RQFPR_TCP);
 
-       /* cur_filer_idx indicated the fisrt non-masked rule */
+       /* cur_filer_idx indicated the first non-masked rule */
        priv->cur_filer_idx = rqfar;
 
        /* Rest are masked rules */
index 68e5ac8832ad0b8a1678fb50e38d996fbd684524..dfc787fa8b1756a0eb9babb2afc0980aa8aa3046 100644 (file)
@@ -1071,7 +1071,7 @@ static void hp100_mmuinit(struct net_device *dev)
        if (lp->mode == 1)
                hp100_init_pdls(dev);
 
-       /* Go to performance page and initalize isr and imr registers */
+       /* Go to performance page and initialize isr and imr registers */
        hp100_page(PERFORMANCE);
        hp100_outw(0xfefe, IRQ_MASK);   /* mask off all ints */
        hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */
index b150c102ca5ace67ce0fb988266ba88b13023cbe..0f1d4e96cf893884b3e6f0a09fe5c9a41ca75d6d 100644 (file)
@@ -1045,7 +1045,7 @@ static int emac_change_mtu(struct net_device *ndev, int new_mtu)
        DBG(dev, "change_mtu(%d)" NL, new_mtu);
 
        if (netif_running(ndev)) {
-               /* Check if we really need to reinitalize RX ring */
+               /* Check if we really need to reinitialize RX ring */
                if (emac_rx_skb_size(ndev->mtu) != emac_rx_skb_size(new_mtu))
                        ret = emac_resize_rx_ring(dev, new_mtu);
        }
index 7805bbf1d53a6ceeaf02f8c68f4e3740e2c4939d..aa50ee1b02473e282c8834714d77f1ef136ddd09 100644 (file)
@@ -6812,7 +6812,7 @@ static int stp;
 static int fast_aging;
 
 /**
- * netdev_init - initalize network device.
+ * netdev_init - initialize network device.
  * @dev:       Network device.
  *
  * This function initializes the network device.
index 52dcc84956477059e44161a00fea68fa5f2e5c1c..315eb4cdb58efc7af4e1be6a0ab74abed9575468 100644 (file)
@@ -449,7 +449,7 @@ static u32 temac_setoptions(struct net_device *ndev, u32 options)
        return (0);
 }
 
-/* Initilize temac */
+/* Initialize temac */
 static void temac_device_reset(struct net_device *ndev)
 {
        struct temac_local *lp = netdev_priv(ndev);
index 29e6c63d39fd3de1e10f8af2412c5532f898bc93..0bc4f3030a806e53c7bb9a1528ec1933e62a0e8d 100644 (file)
@@ -589,7 +589,7 @@ static int dmfe_open(struct DEVICE *dev)
                db->dm910x_chk_mode = 1;        /* Enter the check mode */
        }
 
-       /* Initilize DM910X board */
+       /* Initialize DM910X board */
        dmfe_init_dm910x(dev);
 
        /* Active System Interface */
@@ -606,9 +606,9 @@ static int dmfe_open(struct DEVICE *dev)
 }
 
 
-/*     Initilize DM910X board
+/*     Initialize DM910X board
  *     Reset DM910X board
- *     Initilize TX/Rx descriptor chain structure
+ *     Initialize TX/Rx descriptor chain structure
  *     Send the set-up frame
  *     Enable Tx/Rx machine
  */
@@ -649,7 +649,7 @@ static void dmfe_init_dm910x(struct DEVICE *dev)
        if ( !(db->media_mode & DMFE_AUTO) )
                db->op_mode = db->media_mode;   /* Force Mode */
 
-       /* Initiliaze Transmit/Receive decriptor and CR3/4 */
+       /* Initialize Transmit/Receive decriptor and CR3/4 */
        dmfe_descriptor_init(db, ioaddr);
 
        /* Init CR6 to program DM910x operation */
@@ -1288,7 +1288,7 @@ static void dmfe_timer(unsigned long data)
  *     Stop DM910X board
  *     Free Tx/Rx allocated memory
  *     Reset DM910X board
- *     Re-initilize DM910X board
+ *     Re-initialize DM910X board
  */
 
 static void dmfe_dynamic_reset(struct DEVICE *dev)
@@ -1316,7 +1316,7 @@ static void dmfe_dynamic_reset(struct DEVICE *dev)
        netif_carrier_off(dev);
        db->wait_reset = 0;
 
-       /* Re-initilize DM910X board */
+       /* Re-initialize DM910X board */
        dmfe_init_dm910x(dev);
 
        /* Restart upper layer interface */
@@ -1447,7 +1447,7 @@ static void update_cr6(u32 cr6_data, unsigned long ioaddr)
 
 /*
  *     Send a setup frame for DM9132
- *     This setup frame initilize DM910X address filter mode
+ *     This setup frame initialize DM910X address filter mode
 */
 
 static void dm9132_id_table(struct DEVICE *dev)
@@ -1489,7 +1489,7 @@ static void dm9132_id_table(struct DEVICE *dev)
 
 /*
  *     Send a setup frame for DM9102/DM9102A
- *     This setup frame initilize DM910X address filter mode
+ *     This setup frame initialize DM910X address filter mode
  */
 
 static void send_filter_frame(struct DEVICE *dev)
@@ -2142,7 +2142,7 @@ static int dmfe_resume(struct pci_dev *pci_dev)
        pci_set_power_state(pci_dev, PCI_D0);
        pci_restore_state(pci_dev);
 
-       /* Re-initilize DM910X board */
+       /* Re-initialize DM910X board */
        dmfe_init_dm910x(dev);
 
        /* Disable WOL */
@@ -2196,7 +2196,7 @@ MODULE_PARM_DESC(SF_mode, "Davicom DM9xxx special function "
 
 /*     Description:
  *     when user used insmod to add module, system invoked init_module()
- *     to initilize and register.
+ *     to initialize and register.
  */
 
 static int __init dmfe_init_module(void)
index d86e8f31e7fcfc8b0b3bc1e1a46cc6f35cb8bfdb..7f48e040c3be19de1173ebb1d0946f2312c51967 100644 (file)
@@ -50,7 +50,7 @@
  *
  * ROADMAP
  *
- * i2400m_dev_initalize()       Called by i2400m_dev_start()
+ * i2400m_dev_initialize()       Called by i2400m_dev_start()
  *   i2400m_set_init_config()
  *   i2400m_cmd_get_state()
  * i2400m_dev_shutdown()        Called by i2400m_dev_stop()
index f511e70d454c64fc19de5e0c41835684d8e8f58a..75a80e46b391103673da0f5b62f48d1cf384ee72 100644 (file)
@@ -1241,10 +1241,10 @@ static struct parisc_driver ccio_driver = {
 };
 
 /**
- * ccio_ioc_init - Initalize the I/O Controller
+ * ccio_ioc_init - Initialize the I/O Controller
  * @ioc: The I/O Controller.
  *
- * Initalize the I/O Controller which includes setting up the
+ * Initialize the I/O Controller which includes setting up the
  * I/O Page Directory, the resource map, and initalizing the
  * U2/Uturn chip into virtual mode.
  */
index fa28d8911b00ade20122e4c2ebe9042835eaea60..0c62fe31a40e20ead5c0709757f177c738376574 100644 (file)
@@ -231,7 +231,7 @@ int sa11xx_drv_pcmcia_probe(struct device *dev, struct pcmcia_low_level *ops,
 
        sinfo->nskt = nr;
 
-       /* Initiliaze processor specific parameters */
+       /* Initialize processor specific parameters */
        for (i = 0; i < nr; i++) {
                skt = &sinfo->skt[i];
 
index ff6fce61ea41afff5e0d9d6bd8bd480c6f8d37d4..e4de8f37ae4a59d2ae6cd03eb39c5cb609141392 100644 (file)
@@ -104,7 +104,7 @@ static int fm3130_get_time(struct device *dev, struct rtc_time *t)
        if (!fm3130->data_valid) {
                /* We have invalid data in RTC, probably due
                to battery faults or other problems. Return EIO
-               for now, it will allow us to set data later insted
+               for now, it will allow us to set data later instead
                of error during probing which disables device */
                return -EIO;
        }
index 7f87979da22d31b9702b2f8fc06fd489df7fe19e..0ec3da6f3e12133823588e280fea24cc364cbe03 100644 (file)
@@ -9717,7 +9717,7 @@ static ushort __devinit AscInitAscDvcVar(ASC_DVC_VAR *asc_dvc)
        asc_dvc->bug_fix_cntl = 0;
        asc_dvc->pci_fix_asyn_xfer = 0;
        asc_dvc->pci_fix_asyn_xfer_always = 0;
-       /* asc_dvc->init_state initalized in AscInitGetConfig(). */
+       /* asc_dvc->init_state initialized in AscInitGetConfig(). */
        asc_dvc->sdtr_done = 0;
        asc_dvc->cur_total_qng = 0;
        asc_dvc->is_in_int = 0;
index d01dcc62b39a413f9e793dc6183c3614cb0bce91..74374618010c3158c6b46937a076b18f849346bf 100644 (file)
@@ -588,7 +588,7 @@ static void asd_init_cseq_mdp(struct asd_ha_struct *asd_ha)
  * asd_init_cseq_scratch -- setup and init CSEQ
  * @asd_ha: pointer to host adapter structure
  *
- * Setup and initialize Central sequencers. Initialiaze the mode
+ * Setup and initialize Central sequencers. Initialize the mode
  * independent and dependent scratch page to the default settings.
  */
 static void asd_init_cseq_scratch(struct asd_ha_struct *asd_ha)
@@ -782,7 +782,7 @@ static void asd_init_lseq_mdp(struct asd_ha_struct *asd_ha,  int lseq)
        asd_write_reg_word(asd_ha, LmSEQ_OOB_INT_ENABLES(lseq), 0);
        /*
         * Set the desired interval between transmissions of the NOTIFY
-        * (ENABLE SPINUP) primitive.  Must be initilized to val - 1.
+        * (ENABLE SPINUP) primitive.  Must be initialized to val - 1.
         */
        asd_write_reg_word(asd_ha, LmSEQ_NOTIFY_TIMER_TIMEOUT(lseq),
                           ASD_NOTIFY_TIMEOUT - 1);
index 27cd619a227a7a191acda944c8917fa7f000d257..e2720c8a6661c2782d9dbc44c61c912ba2d76347 100644 (file)
@@ -789,7 +789,7 @@ bfa_cb_lps_fdisc_comp(void *bfad, void *uarg, bfa_status_t status)
        switch (status) {
        case BFA_STATUS_OK:
                /*
-                * Initialiaze the V-Port fields
+                * Initialize the V-Port fields
                 */
                __vport_fcid(vport) = bfa_lps_get_pid(vport->lps);
                vport->vport_stats.fdisc_accepts++;
index 44a07593de56020b444ab64c84074b512d07aef9..fe568effe967fc2b6077cf6ed9c1a3b40dceb3d9 100644 (file)
@@ -2452,7 +2452,7 @@ module_exit(fcoe_exit);
  * @fp: response frame, or error encoded in a pointer (timeout)
  * @arg: pointer the the fcoe_ctlr structure
  *
- * This handles MAC address managment for FCoE, then passes control on to
+ * This handles MAC address management for FCoE, then passes control on to
  * the libfc FLOGI response handler.
  */
 static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
@@ -2484,7 +2484,7 @@ done:
  * @fp: response frame, or error encoded in a pointer (timeout)
  * @arg: pointer the the fcoe_ctlr structure
  *
- * This handles MAC address managment for FCoE, then passes control on to
+ * This handles MAC address management for FCoE, then passes control on to
  * the libfc LOGO response handler.
  */
 static void fcoe_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
index 79c9e3ccd34153dd8424c730b842f0fecc8237b0..ef32b065a47f66c022e8a8585cc2658bad4e7d23 100644 (file)
  * invalid SID. We also need to ensure that states don't change unexpectedly
  * while processing another state.
  *
- * HEIRARCHY
+ * HIERARCHY
  *
- * The following heirarchy defines the locking rules. A greater lock
+ * The following hierarchy defines the locking rules. A greater lock
  * may be held before acquiring a lesser lock, but a lesser lock should never
- * be held while attempting to acquire a greater lock. Here is the heirarchy-
+ * be held while attempting to acquire a greater lock. Here is the hierarchy-
  *
  * lport > disc, lport > rport, disc > rport
  *
index 39e440f0f54a72d844085ead144076e3e28bccab..2aa599340106e62bc090a2c2aaf7457d7634f284 100644 (file)
@@ -34,7 +34,7 @@
  * The rport should never hold the rport mutex and then attempt to acquire
  * either the lport or disc mutexes. The rport's mutex is considered lesser
  * than both the lport's mutex and the disc mutex. Refer to fc_lport.c for
- * more comments on the heirarchy.
+ * more comments on the hierarchy.
  *
  * The locking strategy is similar to the lport's strategy. The lock protects
  * the rport's states and is held and released by the entry points to the rport
index b4afe431ac1e48869eaafd40c151aea0e3f3e364..41c29a86e83494dfe922e1982e69bddc95e4e5b7 100644 (file)
@@ -474,7 +474,7 @@ typedef void (*MPT_ADD_SGE)(void *paddr, u32 flags_length, dma_addr_t dma_addr);
  * @shost_recovery: host reset in progress
  * @ioc_reset_in_progress_lock:
  * @ioc_link_reset_in_progress: phy/hard reset in progress
- * @ignore_loginfos: ignore loginfos during task managment
+ * @ignore_loginfos: ignore loginfos during task management
  * @remove_host: flag for when driver unloads, to avoid sending dev resets
  * @wait_for_port_enable_to_complete:
  * @msix_enable: flag indicating msix is enabled
index c5ff26a2a51d91b5da1cc50b892af8467f2d3b5d..06d645a36f1be9089874b35f586108dff913c74f 100644 (file)
@@ -2979,7 +2979,7 @@ _scsih_qcmd(struct scsi_cmnd *scmd, void (*done)(struct scsi_cmnd *))
        /* host recovery or link resets sent via IOCTLs */
        if (ioc->shost_recovery || ioc->ioc_link_reset_in_progress)
                return SCSI_MLQUEUE_HOST_BUSY;
-       /* device busy with task managment */
+       /* device busy with task management */
        else if (sas_device_priv_data->block || sas_target_priv_data->tm_busy)
                return SCSI_MLQUEUE_DEVICE_BUSY;
        /* device has been deleted */
@@ -6845,7 +6845,7 @@ _scsih_init(void)
         /* queuecommand callback hander */
        scsi_io_cb_idx = mpt2sas_base_register_callback_handler(_scsih_io_done);
 
-       /* task managment callback handler */
+       /* task management callback handler */
        tm_cb_idx = mpt2sas_base_register_callback_handler(_scsih_tm_done);
 
        /* base internal commands callback handler */
index 5ff8261c5d6708f00308c016819a4b09624fa048..e81efac25fa42dbce5ca91c398ac8e10ed71a560 100644 (file)
@@ -1082,7 +1082,7 @@ static void pm8001_hw_chip_rst(struct pm8001_hba_info *pm8001_ha)
 }
 
 /**
- * pm8001_chip_iounmap - which maped when initilized.
+ * pm8001_chip_iounmap - which maped when initialized.
  * @pm8001_ha: our hba card information
  */
 static void pm8001_chip_iounmap(struct pm8001_hba_info *pm8001_ha)
@@ -4152,7 +4152,7 @@ static int pm8001_chip_abort_task(struct pm8001_hba_info *pm8001_ha,
 }
 
 /**
- * pm8001_chip_ssp_tm_req - built the task managment command.
+ * pm8001_chip_ssp_tm_req - built the task management command.
  * @pm8001_ha: our hba card information.
  * @ccb: the ccb information.
  * @tmf: task management function.
index 8ef9453654128dddf07e828571f216f29b234843..782b30d0eea1741f746f4cdcadbdf373d7d77d4e 100644 (file)
@@ -1129,7 +1129,7 @@ qla24xx_build_scsi_crc_2_iocbs(srb_t *sp, struct cmd_type_crc_2 *cmd_pkt,
        cmd_pkt->fcp_cmnd_dseg_address[1] = cpu_to_le32(
            MSD(crc_ctx_dma + CRC_CONTEXT_FCPCMND_OFF));
        fcp_cmnd->task_attribute = 0;
-       fcp_cmnd->task_managment = 0;
+       fcp_cmnd->task_management = 0;
 
        cmd_pkt->fcp_rsp_dseg_len = 0; /* Let response come in status iocb */
 
index f8f99a5ea5328ca5491282593cc476aae97f68fa..1b44d013f151b5964f913e87ca9a13d4b1de0462 100644 (file)
@@ -832,7 +832,7 @@ struct fcp_cmnd {
        struct scsi_lun lun;
        uint8_t crn;
        uint8_t task_attribute;
-       uint8_t task_managment;
+       uint8_t task_management;
        uint8_t additional_cdb_len;
        uint8_t cdb[260]; /* 256 for CDB len and 4 for FCP_DL */
 };
index 5510df8a7fa6b26c61c38ce690f8e48bcb6ba488..cd3043265a6df27089f85cfd774a82f674d110bc 100644 (file)
@@ -183,7 +183,7 @@ static int qla4xxx_validate_mac_address(struct scsi_qla_host *ha)
  **/
 static int qla4xxx_init_local_data(struct scsi_qla_host *ha)
 {
-       /* Initilize aen queue */
+       /* Initialize aen queue */
        ha->aen_q_count = MAX_AEN_ENTRIES;
 
        return qla4xxx_get_firmware_status(ha);
index 06813789145ce09f65e67f3deee8a8bbc0eeb0c4..edb6b362a8fa7cbb1d73c1d8f94db224ec7b1036 100644 (file)
@@ -965,7 +965,7 @@ static FC_DEVICE_ATTR(rport, fast_io_fail_tmo, S_IRUGO | S_IWUSR,
 
 /*
  * Note: in the target show function we recognize when the remote
- *  port is in the heirarchy and do not allow the driver to get
+ *  port is in the hierarchy and do not allow the driver to get
  *  involved in sysfs functions. The driver only gets involved if
  *  it's the "old" style that doesn't use rports.
  */
index 9794e0cd3dcc882a04950f75c73596699d501ec6..7e5e5efea4e27659ef564f28652e07377fcf19db 100644 (file)
@@ -470,7 +470,7 @@ sn_receive_chars(struct sn_cons_port *port, unsigned long flags)
        }
 
        if (port->sc_port.state) {
-               /* The serial_core stuffs are initilized, use them */
+               /* The serial_core stuffs are initialized, use them */
                tty = port->sc_port.state->port.tty;
        }
        else {
@@ -551,11 +551,11 @@ static void sn_transmit_chars(struct sn_cons_port *port, int raw)
        BUG_ON(!port->sc_is_asynch);
 
        if (port->sc_port.state) {
-               /* We're initilized, using serial core infrastructure */
+               /* We're initialized, using serial core infrastructure */
                xmit = &port->sc_port.state->xmit;
        } else {
                /* Probably sn_sal_switch_to_asynch has been run but serial core isn't
-                * initilized yet.  Just return.  Writes are going through
+                * initialized yet.  Just return.  Writes are going through
                 * sn_sal_console_write (due to register_console) at this time.
                 */
                return;
index 27b4cb2e2ec2924928b44089c92dc61ee9bab87a..7b8a2da344b8d64ebfedfd1a40999f89cb84ab35 100644 (file)
@@ -2085,7 +2085,7 @@ static int usbdux_pwm_start(struct comedi_device *dev,
        if (ret < 0)
                return ret;
 
-       /* initalise the buffer */
+       /* initialise the buffer */
        for (i = 0; i < this_usbduxsub->sizePwmBuf; i++)
                ((char *)(this_usbduxsub->urbPwm->transfer_buffer))[i] = 0;
 
index 976227b01273605542485fe575320fb03b2c1f52..e9809d375162b0870f2830583720b1da0126b5de 100644 (file)
@@ -140,21 +140,21 @@ cvmx_cmd_queue_result_t cvmx_cmd_queue_initialize(cvmx_cmd_queue_id_t queue_id,
        if (qstate->base_ptr_div128) {
                if (max_depth != (int)qstate->max_depth) {
                        cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: "
-                               "Queue already initalized with different "
+                               "Queue already initialized with different "
                                "max_depth (%d).\n",
                             (int)qstate->max_depth);
                        return CVMX_CMD_QUEUE_INVALID_PARAM;
                }
                if (fpa_pool != qstate->fpa_pool) {
                        cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: "
-                               "Queue already initalized with different "
+                               "Queue already initialized with different "
                                "FPA pool (%u).\n",
                             qstate->fpa_pool);
                        return CVMX_CMD_QUEUE_INVALID_PARAM;
                }
                if ((pool_size >> 3) - 1 != qstate->pool_size_m1) {
                        cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: "
-                               "Queue already initalized with different "
+                               "Queue already initialized with different "
                                "FPA pool size (%u).\n",
                             (qstate->pool_size_m1 + 1) << 3);
                        return CVMX_CMD_QUEUE_INVALID_PARAM;
index 643b413d9f0f395fca978a56641cbe582beee773..e3f95f75975790fb92a1ee5f879d7475a61b0b73 100644 (file)
@@ -847,7 +847,7 @@ static void pohmelfs_destroy_inode(struct inode *inode)
 }
 
 /*
- * ->alloc_inode() callback. Allocates inode and initilizes private data.
+ * ->alloc_inode() callback. Allocates inode and initializes private data.
  */
 static struct inode *pohmelfs_alloc_inode(struct super_block *sb)
 {
index c16f3763cca66ec4e4b57966be08c4cced987152..9414aa344375e1a9c570b3fd8f71ff39cf9dfce6 100644 (file)
@@ -427,7 +427,7 @@ void RTMPToWirelessSta(struct rt_rtmp_adapter *pAd,
 /*
     ==========================================================================
     Description:
-        This is a function to initilize 4-way handshake
+        This is a function to initialize 4-way handshake
 
     Return:
 
@@ -867,7 +867,7 @@ void PeerPairMsg3Action(struct rt_rtmp_adapter *pAd,
     ==========================================================================
     Description:
         When receiving the last packet of 4-way pairwisekey handshake.
-        Initilize 2-way groupkey handshake following.
+        Initialize 2-way groupkey handshake following.
     Return:
     ==========================================================================
 */
index 7391f5f8f25f823ac47a2d8fb56c8471eb78fd24..8bd5b173a7d2127398c92f069716e6fd4582811c 100644 (file)
@@ -501,13 +501,13 @@ SetRFPowerState8190(
                                if((priv->ieee80211->eRFPowerState == eRfOff) && RT_IN_PS_LEVEL(pPSC, RT_RF_OFF_LEVL_HALT_NIC))
                                { // The current RF state is OFF and the RF OFF level is halting the NIC, re-initialize the NIC.
                                        bool rtstatus = true;
-                                       u32 InitilizeCount = 3;
+                                       u32 InitializeCount = 3;
                                        do
                                        {
-                                               InitilizeCount--;
+                                               InitializeCount--;
                                                priv->RegRfOff = false;
                                                rtstatus = NicIFEnableNIC(dev);
-                                       }while( (rtstatus != true) &&(InitilizeCount >0) );
+                                       }while( (rtstatus != true) &&(InitializeCount >0) );
 
                                        if(rtstatus != true)
                                        {
index cdbe8bf7f674962eccaba56587772dea2a86d621..e8a65ce45a2f7de1c4d0bd760403049dca44267b 100644 (file)
@@ -261,7 +261,7 @@ static int klsi_105_startup(struct usb_serial *serial)
 
                spin_lock_init(&priv->lock);
 
-               /* priv->termios is left uninitalized until port opening */
+               /* priv->termios is left uninitialized until port opening */
                init_waitqueue_head(&serial->port[i]->write_wait);
        }
 
index eab86e4bc770ca1dc81fb8a11f7bec1727ddcf82..2054d4ee97740eae97348c9387ff105cc4b84ff4 100644 (file)
@@ -26,7 +26,7 @@
  * the one that requires (phase B, wusbhc_b_{create,destroy}).
  *
  * This is so because usb_add_hcd() will start the HC, and thus, all
- * the HC specific stuff has to be already initialiazed (like sysfs
+ * the HC specific stuff has to be already initialized (like sysfs
  * thingies).
  */
 #include <linux/device.h>
index 90accdd54c07e14877e5018d2491b15b77cfd9e5..a005d2a03b5d173c6f48febb5aa03d318d0b9c8f 100644 (file)
@@ -180,7 +180,7 @@ error_kobject_register:
  * If memory was allocated for the kobject's name then it will
  * be freed by the kobject system during this time.
  *
- * The EDA cache is removed and reinitilized when the WSS is removed. We
+ * The EDA cache is removed and reinitialized when the WSS is removed. We
  * thus loose knowledge of members of this WSS at that time and need not do
  * it here.
  */
index d8345fcc4fe33f95edb460e410cf09b8f4e87bf5..6b19136aa18185570bd26eff15acfbfb8a5538f4 100644 (file)
@@ -432,7 +432,7 @@ static int init_hardware(struct carmine_hw *hw)
        u32 loops;
        u32 ret;
 
-       /* Initalize Carmine */
+       /* Initialize Carmine */
        /* Sets internal clock */
        c_set_hw_reg(hw, CARMINE_CTL_REG + CARMINE_CTL_REG_CLOCK_ENABLE,
                        CARMINE_DFLT_IP_CLOCK_ENABLE);
index 1b3b1c718e80d4cd775b359464a73321ac70a3b6..aba7686b1a32fe76c7259fa48e3d3cad5c6369b9 100644 (file)
@@ -305,7 +305,7 @@ tgafb_set_par(struct fb_info *info)
        TGA_WRITE_REG(par, htimings, TGA_HORIZ_REG);
        TGA_WRITE_REG(par, vtimings, TGA_VERT_REG);
 
-       /* Initalise RAMDAC. */
+       /* Initialise RAMDAC. */
        if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
 
                /* Init BT485 RAMDAC registers.  */
index 34ddda888e631e8ad338b1271a25efe10e93477d..dc39d282488514418a7bedeeaf01fc1560ffb0cb 100644 (file)
@@ -436,7 +436,7 @@ befs_init_inodecache(void)
                                              init_once);
        if (befs_inode_cachep == NULL) {
                printk(KERN_ERR "befs_init_inodecache: "
-                      "Couldn't initalize inode slabcache\n");
+                      "Couldn't initialize inode slabcache\n");
                return -ENOMEM;
        }
 
index 1cc087635a5ea4fc1502834152113c582b0cf9fb..a2e3b562e65d996f62d1ef15eaa9c6e5a7a2293f 100644 (file)
@@ -762,7 +762,7 @@ ecryptfs_decrypt_page_offset(struct ecryptfs_crypt_stat *crypt_stat,
 
 /**
  * ecryptfs_init_crypt_ctx
- * @crypt_stat: Uninitilized crypt stats structure
+ * @crypt_stat: Uninitialized crypt stats structure
  *
  * Initialize the crypto context.
  *
index 377309c1af65fe91be76bef857fe39288551ae9d..bf029c7d5518d1352d276fe4d26206be3d3007be 100644 (file)
@@ -2937,7 +2937,7 @@ fix_extent_len:
  * One of more index blocks maybe needed if the extent tree grow after
  * the unintialized extent split. To prevent ENOSPC occur at the IO
  * complete, we need to split the uninitialized extent before DIO submit
- * the IO. The uninitilized extent called at this time will be split
+ * the IO. The uninitialized extent called at this time will be split
  * into three uninitialized extent(at most). After IO complete, the part
  * being filled will be convert to initialized by the end_io callback function
  * via ext4_convert_unwritten_extents().
index 4e8983a9811b2205773809fad4306f4a79eef8c5..e72d3235b2fdbd8836896e4cd60dc81d155da2ff 100644 (file)
@@ -3010,7 +3010,7 @@ no_journal:
        ext4_ext_init(sb);
        err = ext4_mb_init(sb, needs_recovery);
        if (err) {
-               ext4_msg(sb, KERN_ERR, "failed to initalize mballoc (%d)",
+               ext4_msg(sb, KERN_ERR, "failed to initialize mballoc (%d)",
                         err);
                goto failed_mount4;
        }
index 1e8af939b3e4ad58d41726db3851269193a2e0c9..5132c99b1ca2385f844a297b8268b0f91904a01d 100644 (file)
@@ -135,7 +135,7 @@ static int vxfs_remount(struct super_block *sb, int *flags, char *data)
 }
 
 /**
- * vxfs_read_super - read superblock into memory and initalize filesystem
+ * vxfs_read_super - read superblock into memory and initialize filesystem
  * @sbp:               VFS superblock (to fill)
  * @dp:                        fs private mount data
  * @silent:            do not complain loudly when sth is wrong
index 0eaa929a4dbf2cec50d059affc8c664bf9a1f1d2..03a799fdd7402abb631ddd6575d250a5bd7a3a2d 100644 (file)
@@ -2472,7 +2472,7 @@ static void ocfs2_delete_osb(struct ocfs2_super *osb)
        kfree(osb->slot_recovery_generations);
        /* FIXME
         * This belongs in journal shutdown, but because we have to
-        * allocate osb->journal at the start of ocfs2_initalize_osb(),
+        * allocate osb->journal at the start of ocfs2_initialize_osb(),
         * we free it here.
         */
        kfree(osb->journal);
index 0f22fdaf54ac037ecc21dea052d135d340a5d510..29db72203bde5279322c9b6f549812a04ef9d2f9 100644 (file)
@@ -1221,7 +1221,7 @@ static void init_inode(struct inode *inode, struct treepath *path)
                inode_set_bytes(inode,
                                to_real_used_space(inode, inode->i_blocks,
                                                   SD_V2_SIZE));
-               /* read persistent inode attributes from sd and initalise
+               /* read persistent inode attributes from sd and initialise
                   generic inode flags from them */
                REISERFS_I(inode)->i_attrs = sd_v2_attrs(sd);
                sd_attrs_to_i_attrs(sd_v2_attrs(sd), inode);
index 7b02aa5ce9b4d30c803840376182797e15f9c3dc..072fe8c93e6f08e03b6593438881665ca6f841f0 100644 (file)
@@ -458,7 +458,7 @@ enum {
        IDE_DFLAG_DOORLOCKING           = (1 << 15),
        /* disallow DMA */
        IDE_DFLAG_NODMA                 = (1 << 16),
-       /* powermanagment told us not to do anything, so sleep nicely */
+       /* powermanagement told us not to do anything, so sleep nicely */
        IDE_DFLAG_BLOCKED               = (1 << 17),
        /* sleeping & sleep field valid */
        IDE_DFLAG_SLEEPING              = (1 << 18),
index 85c812db5a3f09e75f6bebc646c86300d6621594..9d8f0807daedf79d9fde26ce7bf6404b6bffb902 100644 (file)
@@ -233,7 +233,7 @@ enum macvlan_mode {
        MACVLAN_MODE_BRIDGE  = 4, /* talk to bridge ports directly */
 };
 
-/* SR-IOV virtual function managment section */
+/* SR-IOV virtual function management section */
 
 enum {
        IFLA_VF_INFO_UNSPEC,
index de48d167568be60bdfa255d991efc68115169367..78fbf24f357a1efbe56ee567d0d58696cfabc88e 100644 (file)
@@ -262,7 +262,7 @@ extern void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char
  * @lc: the lru cache to operate on
  *
  * Note that the reference counts and order on the active and lru lists may
- * still change.  Returns true if we aquired the lock.
+ * still change.  Returns true if we acquired the lock.
  */
 static inline int lc_try_lock(struct lru_cache *lc)
 {
index 40291f3750247dfa12102178a6aed457e7735516..7930ff69ee6b65e915e7fb7803ab215b7c5d3679 100644 (file)
@@ -775,7 +775,7 @@ struct net_device {
        /*
         * This is the first field of the "visible" part of this structure
         * (i.e. as seen by users in the "Space.c" file).  It is the name
-        * the interface.
+        * of the interface.
         */
        char                    name[IFNAMSIZ];
 
index 02b9611eadde3ebe638b9c24ffbbb5ec8ada5c06..7cb37d86a005e9eaaa85288907708689bb270f46 100644 (file)
@@ -105,7 +105,7 @@ struct cpuset {
        /* for custom sched domain */
        int relax_domain_level;
 
-       /* used for walking a cpuset heirarchy */
+       /* used for walking a cpuset hierarchy */
        struct list_head stack_list;
 };
 
index 870dc3fc0f0f6c33a5fef027459387964ad58bbc..fc3545a32771569dda97e8169d79151af8add933 100644 (file)
@@ -127,7 +127,7 @@ core_initcall(random32_init);
 
 /*
  *     Generate better values after random number generator
- *     is fully initalized.
+ *     is fully initialized.
  */
 static int __init random32_reseed(void)
 {
index 94a45213faa6853a87b75d6143bdb99a3c5521f4..9323f8944199a6dcd6c99e0d126d21d697167bee 100644 (file)
@@ -11,7 +11,7 @@
  * Changes:
  *     Martin Hamilton         :    fixed the terrible locking bugs
  *                                   *lock(tbl->lock) ==> *lock(&tbl->lock)
- *     Wensong Zhang           :    fixed the uninitilized tbl->lock bug
+ *     Wensong Zhang           :    fixed the uninitialized tbl->lock bug
  *     Wensong Zhang           :    added doing full expiration check to
  *                                   collect stale entries of 24+ hours when
  *                                   no partial expire check in a half hour
index 535dc2b419d81f33f18fd7eea98d80bae07ba9cb..dbeed8ea421aa7c1335d414622559f262f6fa728 100644 (file)
@@ -386,7 +386,7 @@ ip_vs_lblcr_new(struct ip_vs_lblcr_table *tbl, const union nf_inet_addr *daddr,
                ip_vs_addr_copy(dest->af, &en->addr, daddr);
                en->lastuse = jiffies;
 
-               /* initilize its dest set */
+               /* initialize its dest set */
                atomic_set(&(en->set.size), 0);
                INIT_LIST_HEAD(&en->set.list);
                rwlock_init(&en->set.lock);
index e41feff19e43690b3ea84f6498d9319dfee02c52..0b85e5256434858783e4cbb586faab2841ecbdd4 100644 (file)
@@ -172,7 +172,7 @@ static struct sctp_association *sctp_association_init(struct sctp_association *a
        asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] =
                (unsigned long)sp->autoclose * HZ;
 
-       /* Initilizes the timers */
+       /* Initializes the timers */
        for (i = SCTP_EVENT_TIMEOUT_NONE; i < SCTP_NUM_TIMEOUT_TYPES; ++i)
                setup_timer(&asoc->timers[i], sctp_timer_events[i],
                                (unsigned long)asoc);
index 182749867c72a4c2b629d8675e1ad2de6340a536..0f41b05bd4d600e7bb62d6de4fdac662fd99138b 100644 (file)
@@ -1162,7 +1162,7 @@ SCTP_STATIC __init int sctp_init(void)
        /* Set the pressure threshold to be a fraction of global memory that
         * is up to 1/2 at 256 MB, decreasing toward zero with the amount of
         * memory, with a floor of 128 pages.
-        * Note this initalizes the data in sctpv6_prot too
+        * Note this initializes the data in sctpv6_prot too
         * Unabashedly stolen from tcp_init
         */
        nr_pages = totalram_pages - totalhigh_pages;
index 0f2fc480fc612f08e9701d319018efad76ded438..276bdc7325e5474f6d844c1a6a1388dc84f3c1ca 100644 (file)
@@ -3227,7 +3227,7 @@ static __init int smack_init(void)
        cred = (struct cred *) current->cred;
        cred->security = &smack_known_floor.smk_known;
 
-       /* initilize the smack_know_list */
+       /* initialize the smack_know_list */
        init_smack_know_list();
        /*
         * Initialize locks
index 6d943f6f6b7042aabda0095f284adfb9033bdbf7..2870a4fdc130491671e6454996debcd84c5a38cb 100644 (file)
@@ -1055,7 +1055,7 @@ static int snd_trident_capture_prepare(struct snd_pcm_substream *substream)
 
        spin_lock_irq(&trident->reg_lock);
 
-       // Initilize the channel and set channel Mode
+       // Initialize the channel and set channel Mode
        outb(0, TRID_REG(trident, LEGACY_DMAR15));
 
        // Set DMA channel operation mode register
index 6a2764ee8203980b25b07227f3aba9978c72e286..3a501062c2440d2830f76f297bc4e214b2417c75 100644 (file)
@@ -46,7 +46,7 @@ struct mpc8610_hpcd_data {
 };
 
 /**
- * mpc8610_hpcd_machine_probe: initalize the board
+ * mpc8610_hpcd_machine_probe: initialize the board
  *
  * This function is called when platform_device_add() is called.  It is used
  * to initialize the board-specific hardware.
index 998569d6033066fe9d5e498eece2e9992089a75f..e048e0910099f07723359a85e29dac1d3a6169c2 100644 (file)
@@ -1307,7 +1307,7 @@ cpu_dai_err:
 }
 
 /*
- * Attempt to initialise any uninitalised cards.  Must be called with
+ * Attempt to initialise any uninitialised cards.  Must be called with
  * client_mutex.
  */
 static void snd_soc_instantiate_cards(void)