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

tree-wide: fix comment/printk typos

"gadget", "through", "command", "maintain", "maintain", "controller", "address",
"between", "initiali[zs]e", "instead", "function", "select", "already",
"equal", "access", "management", "hierarchy", "registration", "interest",
"relative", "memory", "offset", "already",

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Uwe Kleine-König and committed by
Jiri Kosina
b595076a 6aaccece

+261 -261
+1 -1
Documentation/DocBook/mtdnand.tmpl
··· 250 250 <title>Device ready function</title> 251 251 <para> 252 252 If the hardware interface has the ready busy pin of the NAND chip connected to a 253 - GPIO or other accesible I/O pin, this function is used to read back the state of the 253 + GPIO or other accessible I/O pin, this function is used to read back the state of the 254 254 pin. The function has no arguments and should return 0, if the device is busy (R/B pin 255 255 is low) and 1, if the device is ready (R/B pin is high). 256 256 If the hardware interface does not give access to the ready busy pin, then
+1 -1
Documentation/cgroups/cgroup_event_listener.c
··· 91 91 92 92 if (ret == -1) { 93 93 perror("cgroup.event_control " 94 - "is not accessable any more"); 94 + "is not accessible any more"); 95 95 break; 96 96 } 97 97
+1 -1
Documentation/cgroups/memcg_test.txt
··· 398 398 written to move_charge_at_immigrate. 399 399 400 400 9.10 Memory thresholds 401 - Memory controler implements memory thresholds using cgroups notification 401 + Memory controller implements memory thresholds using cgroups notification 402 402 API. You can use Documentation/cgroups/cgroup_event_listener.c to test 403 403 it. 404 404
+1 -1
Documentation/kprobes.txt
··· 598 598 a) The instructions in DCR must be relocatable. 599 599 b) The instructions in DCR must not include a call instruction. 600 600 c) JTPR must not be targeted by any jump or call instruction. 601 - d) DCR must not straddle the border betweeen functions. 601 + d) DCR must not straddle the border between functions. 602 602 603 603 Anyway, these limitations are checked by the in-kernel instruction 604 604 decoder, so you don't need to worry about that.
+1 -1
Documentation/kvm/api.txt
··· 874 874 - KVM_MP_STATE_HALTED: the vcpu has executed a HLT instruction and 875 875 is waiting for an interrupt 876 876 - KVM_MP_STATE_SIPI_RECEIVED: the vcpu has just received a SIPI (vector 877 - accesible via KVM_GET_VCPU_EVENTS) 877 + accessible via KVM_GET_VCPU_EVENTS) 878 878 879 879 This ioctl is only useful after KVM_CREATE_IRQCHIP. Without an in-kernel 880 880 irqchip, the multiprocessing state must be maintained by userspace.
+1 -1
Documentation/networking/caif/spi_porting.txt
··· 32 32 This function is called by the CAIF SPI interface to give 33 33 you a chance to set up your hardware to be ready to receive 34 34 a stream of data from the master. The xfer structure contains 35 - both physical and logical adresses, as well as the total length 35 + both physical and logical addresses, as well as the total length 36 36 of the transfer in both directions.The dev parameter can be used 37 37 to map to different CAIF SPI slave devices. 38 38
+1 -1
Documentation/powerpc/booting-without-of.txt
··· 1098 1098 * an arbitrary array of bytes 1099 1099 */ 1100 1100 1101 - childnode@addresss { /* define a child node named "childnode" 1101 + childnode@address { /* define a child node named "childnode" 1102 1102 * whose unit name is "childnode at 1103 1103 * address" 1104 1104 */
+1 -1
Documentation/scsi/ChangeLog.lpfc
··· 573 573 * Backround nodev_timeout processing to DPC This enables us to 574 574 unblock (stop dev_loss_tmo) when appopriate. 575 575 * Fix array discovery with multiple luns. The max_luns was 0 at 576 - the time the host structure was intialized. lpfc_cfg_params 576 + the time the host structure was initialized. lpfc_cfg_params 577 577 then set the max_luns to the correct value afterwards. 578 578 * Remove unused define LPFC_MAX_LUN and set the default value of 579 579 lpfc_max_lun parameter to 512.
+1 -1
Documentation/timers/timer_stats.txt
··· 19 19 20 20 - the pid of the task(process) which initialized the timer 21 21 - the name of the process which initialized the timer 22 - - the function where the timer was intialized 22 + - the function where the timer was initialized 23 23 - the callback function which is associated to the timer 24 24 - the number of events (callbacks) 25 25
+1 -1
arch/arm/common/it8152.c
··· 236 236 237 237 /* 238 238 * The following functions are needed for DMA bouncing. 239 - * ITE8152 chip can addrees up to 64MByte, so all the devices 239 + * ITE8152 chip can address up to 64MByte, so all the devices 240 240 * connected to ITE8152 (PCI and USB) should have limited DMA window 241 241 */ 242 242
+1 -1
arch/arm/common/vic.c
··· 70 70 * vic_init2 - common initialisation code 71 71 * @base: Base of the VIC. 72 72 * 73 - * Common initialisation code for registeration 73 + * Common initialisation code for registration 74 74 * and resume. 75 75 */ 76 76 static void vic_init2(void __iomem *base)
+3 -3
arch/arm/mach-at91/board-ecbat91.c
··· 128 128 .platform_data = &my_flash0_platform, 129 129 #endif 130 130 }, 131 - { /* User accessable spi - cs1 (250KHz) */ 131 + { /* User accessible spi - cs1 (250KHz) */ 132 132 .modalias = "spi-cs1", 133 133 .chip_select = 1, 134 134 .max_speed_hz = 250 * 1000, 135 135 }, 136 - { /* User accessable spi - cs2 (1MHz) */ 136 + { /* User accessible spi - cs2 (1MHz) */ 137 137 .modalias = "spi-cs2", 138 138 .chip_select = 2, 139 139 .max_speed_hz = 1 * 1000 * 1000, 140 140 }, 141 - { /* User accessable spi - cs3 (10MHz) */ 141 + { /* User accessible spi - cs3 (10MHz) */ 142 142 .modalias = "spi-cs3", 143 143 .chip_select = 3, 144 144 .max_speed_hz = 10 * 1000 * 1000,
+1 -1
arch/arm/mach-bcmring/csp/chipc/chipcHw.c
··· 757 757 t = t << 1; 758 758 } 759 759 760 - /* Intialize the result */ 760 + /* Initialize the result */ 761 761 r = 0; 762 762 763 763 do {
+1 -1
arch/arm/mach-bcmring/csp/dmac/dmacHw.c
··· 893 893 */ 894 894 /****************************************************************************/ 895 895 uint32_t dmacHw_getDmaControllerAttribute(dmacHw_HANDLE_t handle, /* [ IN ] DMA Channel handle */ 896 - dmacHw_CONTROLLER_ATTRIB_e attr /* [ IN ] DMA Controler attribute of type dmacHw_CONTROLLER_ATTRIB_e */ 896 + dmacHw_CONTROLLER_ATTRIB_e attr /* [ IN ] DMA Controller attribute of type dmacHw_CONTROLLER_ATTRIB_e */ 897 897 ) { 898 898 dmacHw_CBLK_t *pCblk = dmacHw_HANDLE_TO_CBLK(handle); 899 899
+1 -1
arch/arm/mach-bcmring/csp/dmac/dmacHw_extra.c
··· 316 316 /** 317 317 * @brief Check if DMA channel is the flow controller 318 318 * 319 - * @return 1 : If DMA is a flow controler 319 + * @return 1 : If DMA is a flow controller 320 320 * 0 : Peripheral is the flow controller 321 321 * 322 322 * @note
+1 -1
arch/arm/mach-bcmring/csp/tmr/tmrHw.c
··· 558 558 t = t << 1; 559 559 } 560 560 561 - /* Intialize the result */ 561 + /* Initialize the result */ 562 562 r = 0; 563 563 564 564 do {
+1 -1
arch/arm/mach-bcmring/dma.c
··· 671 671 672 672 /****************************************************************************/ 673 673 /** 674 - * Intializes all of the data structures associated with the DMA. 674 + * Initializes all of the data structures associated with the DMA. 675 675 * @return 676 676 * >= 0 - Initialization was successfull. 677 677 *
+1 -1
arch/arm/mach-bcmring/include/csp/dmacHw.h
··· 590 590 */ 591 591 /****************************************************************************/ 592 592 uint32_t dmacHw_getDmaControllerAttribute(dmacHw_HANDLE_t handle, /* [ IN ] DMA Channel handle */ 593 - dmacHw_CONTROLLER_ATTRIB_e attr /* [ IN ] DMA Controler attribute of type dmacHw_CONTROLLER_ATTRIB_e */ 593 + dmacHw_CONTROLLER_ATTRIB_e attr /* [ IN ] DMA Controller attribute of type dmacHw_CONTROLLER_ATTRIB_e */ 594 594 ); 595 595 596 596 #endif /* _DMACHW_H */
+1 -1
arch/arm/mach-bcmring/include/mach/csp/dmacHw_priv.h
··· 28 28 29 29 /* Data type for DMA Link List Item */ 30 30 typedef struct { 31 - uint32_t sar; /* Source Adress Register. 31 + uint32_t sar; /* Source Address Register. 32 32 Address must be aligned to CTLx.SRC_TR_WIDTH. */ 33 33 uint32_t dar; /* Destination Address Register. 34 34 Address must be aligned to CTLx.DST_TR_WIDTH. */
+1 -1
arch/arm/mach-bcmring/include/mach/csp/dmacHw_reg.h
··· 35 35 36 36 /* Data type representing DMA channel registers */ 37 37 typedef struct { 38 - dmacHw_REG64_t ChannelSar; /* Source Adress Register. 64 bits (upper 32 bits are reserved) 38 + dmacHw_REG64_t ChannelSar; /* Source Address Register. 64 bits (upper 32 bits are reserved) 39 39 Address must be aligned to CTLx.SRC_TR_WIDTH. 40 40 */ 41 41 dmacHw_REG64_t ChannelDar; /* Destination Address Register.64 bits (upper 32 bits are reserved)
+1 -1
arch/arm/mach-gemini/include/mach/hardware.h
··· 33 33 #define GEMINI_LPC_HOST_BASE 0x47000000 34 34 #define GEMINI_LPC_IO_BASE 0x47800000 35 35 #define GEMINI_INTERRUPT_BASE 0x48000000 36 - /* TODO: Different interrupt controlers when SMP 36 + /* TODO: Different interrupt controllers when SMP 37 37 * #define GEMINI_INTERRUPT0_BASE 0x48000000 38 38 * #define GEMINI_INTERRUPT1_BASE 0x49000000 39 39 */
+1 -1
arch/arm/mach-msm/io.c
··· 153 153 { 154 154 if (mtype == MT_DEVICE) { 155 155 /* The peripherals in the 88000000 - D0000000 range 156 - * are only accessable by type MT_DEVICE_NONSHARED. 156 + * are only accessible by type MT_DEVICE_NONSHARED. 157 157 * Adjust mtype as necessary to make this "just work." 158 158 */ 159 159 if ((phys_addr >= 0x88000000) && (phys_addr < 0xD0000000))
+1 -1
arch/arm/mach-omap2/cpuidle34xx.c
··· 252 252 * FIXME: we currently manage device-specific idle states 253 253 * for PER and CORE in combination with CPU-specific 254 254 * idle states. This is wrong, and device-specific 255 - * idle managment needs to be separated out into 255 + * idle management needs to be separated out into 256 256 * its own code. 257 257 */ 258 258
+1 -1
arch/arm/mach-omap2/serial.c
··· 843 843 } 844 844 845 845 /** 846 - * omap_serial_init() - intialize all supported serial ports 846 + * omap_serial_init() - initialize all supported serial ports 847 847 * 848 848 * Initializes all available UARTs as serial ports. Platforms 849 849 * can call this function when they want to have default behaviour
+1 -1
arch/arm/mach-pxa/mxm8x10.c
··· 337 337 } 338 338 #endif 339 339 340 - /* USB Open Host Controler Interface */ 340 + /* USB Open Host Controller Interface */ 341 341 static struct pxaohci_platform_data mxm_8x10_ohci_platform_data = { 342 342 .port_mode = PMM_NPS_MODE, 343 343 .flags = ENABLE_PORT_ALL
+1 -1
arch/arm/mach-s3c64xx/dma.c
··· 740 740 /* Set all DMA configuration to be DMA, not SDMA */ 741 741 writel(0xffffff, S3C_SYSREG(0x110)); 742 742 743 - /* Register standard DMA controlers */ 743 + /* Register standard DMA controllers */ 744 744 s3c64xx_dma_init1(0, DMACH_UART0, IRQ_DMA0, 0x75000000); 745 745 s3c64xx_dma_init1(8, DMACH_PCM1_TX, IRQ_DMA1, 0x75100000); 746 746
+2 -2
arch/arm/mach-spear3xx/spear300.c
··· 371 371 }; 372 372 373 373 /* Add spear300 specific devices here */ 374 - /* arm gpio1 device registeration */ 374 + /* arm gpio1 device registration */ 375 375 static struct pl061_platform_data gpio1_plat_data = { 376 376 .gpio_base = 8, 377 377 .irq_base = SPEAR_GPIO1_INT_BASE, ··· 451 451 /* call spear3xx family common init function */ 452 452 spear3xx_init(); 453 453 454 - /* shared irq registeration */ 454 + /* shared irq registration */ 455 455 shirq_ras1.regs.base = 456 456 ioremap(SPEAR300_TELECOM_BASE, SPEAR300_TELECOM_REG_SIZE); 457 457 if (shirq_ras1.regs.base) {
+1 -1
arch/arm/mach-spear3xx/spear310.c
··· 266 266 /* call spear3xx family common init function */ 267 267 spear3xx_init(); 268 268 269 - /* shared irq registeration */ 269 + /* shared irq registration */ 270 270 base = ioremap(SPEAR310_SOC_CONFIG_BASE, SPEAR310_SOC_CONFIG_SIZE); 271 271 if (base) { 272 272 /* shirq 1 */
+1 -1
arch/arm/mach-spear3xx/spear320.c
··· 519 519 /* call spear3xx family common init function */ 520 520 spear3xx_init(); 521 521 522 - /* shared irq registeration */ 522 + /* shared irq registration */ 523 523 base = ioremap(SPEAR320_SOC_CONFIG_BASE, SPEAR320_SOC_CONFIG_SIZE); 524 524 if (base) { 525 525 /* shirq 1 */
+3 -3
arch/arm/mach-spear3xx/spear3xx.c
··· 22 22 #include <mach/spear.h> 23 23 24 24 /* Add spear3xx machines common devices here */ 25 - /* gpio device registeration */ 25 + /* gpio device registration */ 26 26 static struct pl061_platform_data gpio_plat_data = { 27 27 .gpio_base = 0, 28 28 .irq_base = SPEAR_GPIO_INT_BASE, ··· 41 41 .irq = {IRQ_BASIC_GPIO, NO_IRQ}, 42 42 }; 43 43 44 - /* uart device registeration */ 44 + /* uart device registration */ 45 45 struct amba_device uart_device = { 46 46 .dev = { 47 47 .init_name = "uart", ··· 543 543 544 544 pmx_fail: 545 545 if (ret) 546 - printk(KERN_ERR "padmux: registeration failed. err no: %d\n", 546 + printk(KERN_ERR "padmux: registration failed. err no: %d\n", 547 547 ret); 548 548 }
+2 -2
arch/arm/mach-spear6xx/spear6xx.c
··· 23 23 #include <mach/spear.h> 24 24 25 25 /* Add spear6xx machines common devices here */ 26 - /* uart device registeration */ 26 + /* uart device registration */ 27 27 struct amba_device uart_device[] = { 28 28 { 29 29 .dev = { ··· 50 50 } 51 51 }; 52 52 53 - /* gpio device registeration */ 53 + /* gpio device registration */ 54 54 static struct pl061_platform_data gpio_plat_data[] = { 55 55 { 56 56 .gpio_base = 0,
+1 -1
arch/arm/mach-u300/Kconfig
··· 64 64 bool "Dual RAM" 65 65 help 66 66 Select this if you want support for Dual RAM phones. 67 - This is two RAM memorys on different EMIFs. 67 + This is two RAM memories on different EMIFs. 68 68 endchoice 69 69 70 70 config U300_DEBUG
+2 -2
arch/arm/mach-u300/include/mach/coh901318.h
··· 24 24 * @src_addr: transfer source address 25 25 * @dst_addr: transfer destination address 26 26 * @link_addr: physical address to next lli 27 - * @virt_link_addr: virtual addres of next lli (only used by pool_free) 27 + * @virt_link_addr: virtual address of next lli (only used by pool_free) 28 28 * @phy_this: physical address of current lli (only used by pool_free) 29 29 */ 30 30 struct coh901318_lli { ··· 90 90 * struct coh901318_platform - platform arch structure 91 91 * @chans_slave: specifying dma slave channels 92 92 * @chans_memcpy: specifying dma memcpy channels 93 - * @access_memory_state: requesting DMA memeory access (on / off) 93 + * @access_memory_state: requesting DMA memory access (on / off) 94 94 * @chan_conf: dma channel configurations 95 95 * @max_channels: max number of dma chanenls 96 96 */
+1 -1
arch/arm/plat-mxc/include/mach/irqs.h
··· 66 66 67 67 /* all normal IRQs can be FIQs */ 68 68 #define FIQ_START 0 69 - /* switch betwean IRQ and FIQ */ 69 + /* switch between IRQ and FIQ */ 70 70 extern int mxc_set_irq_fiq(unsigned int irq, unsigned int type); 71 71 72 72 #endif /* __ASM_ARCH_MXC_IRQS_H__ */
+1 -1
arch/arm/plat-omap/include/plat/omap_hwmod.h
··· 339 339 /** 340 340 * struct omap_hwmod_omap4_prcm - OMAP4-specific PRCM data 341 341 * @clkctrl_reg: PRCM address of the clock control register 342 - * @rstctrl_reg: adress of the XXX_RSTCTRL register located in the PRM 342 + * @rstctrl_reg: address of the XXX_RSTCTRL register located in the PRM 343 343 * @submodule_wkdep_bit: bit shift of the WKDEP range 344 344 */ 345 345 struct omap_hwmod_omap4_prcm {
+1 -1
arch/blackfin/mach-bf518/include/mach/defBF51x_base.h
··· 1197 1197 #define SADD_LEN 0x0002 /* Slave Address Length */ 1198 1198 #define STDVAL 0x0004 /* Slave Transmit Data Valid */ 1199 1199 #define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */ 1200 - #define GEN 0x0010 /* General Call Adrress Matching Enabled */ 1200 + #define GEN 0x0010 /* General Call Address Matching Enabled */ 1201 1201 1202 1202 /* TWI_SLAVE_STAT Masks */ 1203 1203 #define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */
+1 -1
arch/blackfin/mach-bf527/include/mach/defBF52x_base.h
··· 1206 1206 #define SADD_LEN 0x0002 /* Slave Address Length */ 1207 1207 #define STDVAL 0x0004 /* Slave Transmit Data Valid */ 1208 1208 #define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */ 1209 - #define GEN 0x0010 /* General Call Adrress Matching Enabled */ 1209 + #define GEN 0x0010 /* General Call Address Matching Enabled */ 1210 1210 1211 1211 /* TWI_SLAVE_STAT Masks */ 1212 1212 #define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */
+1 -1
arch/blackfin/mach-bf537/include/mach/defBF534.h
··· 1523 1523 #define SADD_LEN 0x0002 /* Slave Address Length */ 1524 1524 #define STDVAL 0x0004 /* Slave Transmit Data Valid */ 1525 1525 #define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */ 1526 - #define GEN 0x0010 /* General Call Adrress Matching Enabled */ 1526 + #define GEN 0x0010 /* General Call Address Matching Enabled */ 1527 1527 1528 1528 /* TWI_SLAVE_STAT Masks */ 1529 1529 #define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */
+1 -1
arch/blackfin/mach-bf538/include/mach/defBF539.h
··· 2185 2185 #define SADD_LEN 0x0002 /* Slave Address Length */ 2186 2186 #define STDVAL 0x0004 /* Slave Transmit Data Valid */ 2187 2187 #define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */ 2188 - #define GEN 0x0010 /* General Call Adrress Matching Enabled */ 2188 + #define GEN 0x0010 /* General Call Address Matching Enabled */ 2189 2189 2190 2190 /* TWIx_SLAVE_STAT Masks */ 2191 2191 #define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */
+1 -1
arch/cris/arch-v32/lib/nand_init.S
··· 139 139 lsrq 8, $r4 140 140 move.b $r4, [$r1] ; Row address 141 141 lsrq 8, $r4 142 - move.b $r4, [$r1] ; Row adddress 142 + move.b $r4, [$r1] ; Row address 143 143 moveq 20, $r4 144 144 2: bne 2b 145 145 subq 1, $r4
+1 -1
arch/cris/include/asm/etraxgpio.h
··· 1 1 /* 2 - * The following devices are accessable using this driver using 2 + * The following devices are accessible using this driver using 3 3 * GPIO_MAJOR (120) and a couple of minor numbers. 4 4 * 5 5 * For ETRAX 100LX (CONFIG_ETRAX_ARCH_V10):
+1 -1
arch/h8300/Kconfig.debug
··· 48 48 builtin kernel commandline enabled. 49 49 50 50 config KERNEL_COMMAND 51 - string "Buildin commmand string" 51 + string "Buildin command string" 52 52 depends on DEFAULT_CMDLINE 53 53 help 54 54 builtin kernel commandline strings.
+1 -1
arch/ia64/kvm/mmio.c
··· 130 130 131 131 local_irq_save(psr); 132 132 133 - /*Intercept the acces for PIB range*/ 133 + /*Intercept the access for PIB range*/ 134 134 if (iot == GPFN_PIB) { 135 135 if (!dir) 136 136 lsapic_write(vcpu, src_pa, s, *dest);
+1 -1
arch/mips/alchemy/common/power.c
··· 130 130 au_writel(sleep_usb[1], USBD_ENABLE); 131 131 au_sync(); 132 132 #else 133 - /* enable accces to OTG memory */ 133 + /* enable access to OTG memory */ 134 134 au_writel(au_readl(USB_MSR_BASE + 4) | (1 << 6), USB_MSR_BASE + 4); 135 135 au_sync(); 136 136
+1 -1
arch/mips/include/asm/mach-powertv/ioremap.h
··· 88 88 } 89 89 90 90 /* These are not portable and should not be used in drivers. Drivers should 91 - * be using ioremap() and friends to map physical addreses to virtual 91 + * be using ioremap() and friends to map physical addresses to virtual 92 92 * addresses and dma_map*() and friends to map virtual addresses into DMA 93 93 * addresses and back. 94 94 */
+2 -2
arch/mips/jz4740/board-qi_lb60.c
··· 65 65 66 66 /* Early prototypes of the QI LB60 had only 1GB of NAND. 67 67 * In order to support these devices aswell the partition and ecc layout is 68 - * initalized depending on the NAND size */ 68 + * initialized depending on the NAND size */ 69 69 static struct mtd_partition qi_lb60_partitions_1gb[] = { 70 70 { 71 71 .name = "NAND BOOT partition", ··· 464 464 board_gpio_setup(); 465 465 466 466 if (qi_lb60_init_platform_devices()) 467 - panic("Failed to initalize platform devices\n"); 467 + panic("Failed to initialize platform devices\n"); 468 468 469 469 return 0; 470 470 }
+1 -1
arch/mips/jz4740/gpio.c
··· 546 546 for (i = 0; i < ARRAY_SIZE(jz4740_gpio_chips); ++i) 547 547 jz4740_gpio_chip_init(&jz4740_gpio_chips[i], i); 548 548 549 - printk(KERN_INFO "JZ4740 GPIO initalized\n"); 549 + printk(KERN_INFO "JZ4740 GPIO initialized\n"); 550 550 551 551 return 0; 552 552 }
+1 -1
arch/mips/mti-malta/malta-memory.c
··· 43 43 static char *mtypes[3] = { 44 44 "Dont use memory", 45 45 "YAMON PROM memory", 46 - "Free memmory", 46 + "Free memory", 47 47 }; 48 48 #endif 49 49
+1 -1
arch/mips/pci/pcie-octeon.c
··· 900 900 mem_access_subid.s.ror = 0; 901 901 /* Disable Relaxed Ordering for Writes. */ 902 902 mem_access_subid.s.row = 0; 903 - /* PCIe Adddress Bits <63:34>. */ 903 + /* PCIe Address Bits <63:34>. */ 904 904 mem_access_subid.s.ba = 0; 905 905 906 906 /*
+1 -1
arch/mips/powertv/memory.c
··· 57 57 unsigned long ptv_memsize; 58 58 59 59 /* 60 - * struct low_mem_reserved - Items in low memmory that are reserved 60 + * struct low_mem_reserved - Items in low memory that are reserved 61 61 * @start: Physical address of item 62 62 * @size: Size, in bytes, of this item 63 63 * @is_aliased: True if this is RAM aliased from another location. If false,
+1 -1
arch/mips/txx9/generic/pci.c
··· 107 107 108 108 /* 109 109 * allocate pci_controller and resources. 110 - * mem_base, io_base: physical addresss. 0 for auto assignment. 110 + * mem_base, io_base: physical address. 0 for auto assignment. 111 111 * mem_size and io_size means max size on auto assignment. 112 112 * pcic must be &txx9_primary_pcic or NULL. 113 113 */
+2 -2
arch/powerpc/include/asm/8xx_immap.h
··· 93 93 } memctl8xx_t; 94 94 95 95 /*----------------------------------------------------------------------- 96 - * BR - Memory Controler: Base Register 16-9 96 + * BR - Memory Controller: Base Register 16-9 97 97 */ 98 98 #define BR_BA_MSK 0xffff8000 /* Base Address Mask */ 99 99 #define BR_AT_MSK 0x00007000 /* Address Type Mask */ ··· 110 110 #define BR_V 0x00000001 /* Bank Valid */ 111 111 112 112 /*----------------------------------------------------------------------- 113 - * OR - Memory Controler: Option Register 16-11 113 + * OR - Memory Controller: Option Register 16-11 114 114 */ 115 115 #define OR_AM_MSK 0xffff8000 /* Address Mask Mask */ 116 116 #define OR_ATM_MSK 0x00007000 /* Address Type Mask Mask */
+1 -1
arch/powerpc/oprofile/op_model_cell.c
··· 1469 1469 * The pm_interval register is setup to write the SPU PC value into the 1470 1470 * trace buffer at the maximum rate possible. The trace buffer is configured 1471 1471 * to store the PCs, wrapping when it is full. The performance counter is 1472 - * intialized to the max hardware count minus the number of events, N, between 1472 + * initialized to the max hardware count minus the number of events, N, between 1473 1473 * samples. Once the N events have occured, a HW counter overflow occurs 1474 1474 * causing the generation of a HW counter interrupt which also stops the 1475 1475 * writing of the SPU PC values to the trace buffer. Hence the last PC
+3 -3
arch/powerpc/platforms/83xx/suspend-asm.S
··· 231 231 ori r4, r4, 0x002a 232 232 mtspr SPRN_DBAT0L, r4 233 233 lis r8, TMP_VIRT_IMMR@h 234 - ori r4, r8, 0x001e /* 1 MByte accessable from Kernel Space only */ 234 + ori r4, r8, 0x001e /* 1 MByte accessible from Kernel Space only */ 235 235 mtspr SPRN_DBAT0U, r4 236 236 isync 237 237 ··· 241 241 ori r4, r4, 0x002a 242 242 mtspr SPRN_DBAT1L, r4 243 243 lis r9, (TMP_VIRT_IMMR + 0x01000000)@h 244 - ori r4, r9, 0x001e /* 1 MByte accessable from Kernel Space only */ 244 + ori r4, r9, 0x001e /* 1 MByte accessible from Kernel Space only */ 245 245 mtspr SPRN_DBAT1U, r4 246 246 isync 247 247 ··· 253 253 li r4, 0x0002 254 254 mtspr SPRN_DBAT2L, r4 255 255 lis r4, KERNELBASE@h 256 - ori r4, r4, 0x001e /* 1 MByte accessable from Kernel Space only */ 256 + ori r4, r4, 0x001e /* 1 MByte accessible from Kernel Space only */ 257 257 mtspr SPRN_DBAT2U, r4 258 258 isync 259 259
+2 -2
arch/powerpc/platforms/ps3/device-init.c
··· 566 566 case PS3_DEV_TYPE_STOR_DISK: 567 567 result = ps3_setup_storage_dev(repo, PS3_MATCH_ID_STOR_DISK); 568 568 569 - /* Some devices are not accessable from the Other OS lpar. */ 569 + /* Some devices are not accessible from the Other OS lpar. */ 570 570 if (result == -ENODEV) { 571 571 result = 0; 572 - pr_debug("%s:%u: not accessable\n", __func__, 572 + pr_debug("%s:%u: not accessible\n", __func__, 573 573 __LINE__); 574 574 } 575 575
+1 -1
arch/powerpc/platforms/ps3/interrupt.c
··· 44 44 * @lock: 45 45 * @ipi_debug_brk_mask: 46 46 * 47 - * The HV mantains per SMT thread mappings of HV outlet to HV plug on 47 + * The HV maintains per SMT thread mappings of HV outlet to HV plug on 48 48 * behalf of the guest. These mappings are implemented as 256 bit guest 49 49 * supplied bitmaps indexed by plug number. The addresses of the bitmaps 50 50 * are registered with the HV through lv1_configure_irq_state_bitmap().
+1 -1
arch/sh/mm/cache-sh5.c
··· 568 568 } 569 569 570 570 /* 571 - * Flush the range [start,end] of kernel virtual adddress space from 571 + * Flush the range [start,end] of kernel virtual address space from 572 572 * the I-cache. The corresponding range must be purged from the 573 573 * D-cache also because the SH-5 doesn't have cache snooping between 574 574 * the caches. The addresses will be visible through the superpage
+1 -1
arch/sparc/kernel/traps_64.c
··· 622 622 static const char CHAFSR_IERR_msg[] = 623 623 "Internal processor error"; 624 624 static const char CHAFSR_ISAP_msg[] = 625 - "System request parity error on incoming addresss"; 625 + "System request parity error on incoming address"; 626 626 static const char CHAFSR_UCU_msg[] = 627 627 "Uncorrectable E-cache ECC error for ifetch/data"; 628 628 static const char CHAFSR_UCC_msg[] =
+1 -1
arch/x86/include/asm/pgalloc.h
··· 92 92 extern void ___pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd); 93 93 94 94 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, 95 - unsigned long adddress) 95 + unsigned long address) 96 96 { 97 97 ___pmd_free_tlb(tlb, pmd); 98 98 }
+1 -1
arch/x86/include/asm/processor.h
··· 902 902 /* 903 903 * The below -8 is to reserve 8 bytes on top of the ring0 stack. 904 904 * This is necessary to guarantee that the entire "struct pt_regs" 905 - * is accessable even if the CPU haven't stored the SS/ESP registers 905 + * is accessible even if the CPU haven't stored the SS/ESP registers 906 906 * on the stack (interrupt gate does not save these registers 907 907 * when switching to the same priv ring). 908 908 * Therefore beware: accessing the ss/esp fields of the
+2 -2
arch/x86/kernel/amd_iommu.c
··· 1086 1086 1087 1087 dma_dom->aperture_size += APERTURE_RANGE_SIZE; 1088 1088 1089 - /* Intialize the exclusion range if necessary */ 1089 + /* Initialize the exclusion range if necessary */ 1090 1090 for_each_iommu(iommu) { 1091 1091 if (iommu->exclusion_start && 1092 1092 iommu->exclusion_start >= dma_dom->aperture[index]->offset ··· 1353 1353 1354 1354 /* 1355 1355 * Allocates a new protection domain usable for the dma_ops functions. 1356 - * It also intializes the page table and the address allocator data 1356 + * It also initializes the page table and the address allocator data 1357 1357 * structures required for the dma_ops interface 1358 1358 */ 1359 1359 static struct dma_ops_domain *dma_ops_domain_alloc(void)
+1 -1
arch/x86/kernel/early_printk_mrst.c
··· 103 103 static unsigned long mrst_spi_paddr = MRST_REGBASE_SPI0; 104 104 105 105 static u32 *pclk_spi0; 106 - /* Always contains an accessable address, start with 0 */ 106 + /* Always contains an accessible address, start with 0 */ 107 107 static struct dw_spi_reg *pspi; 108 108 109 109 static struct kmsg_dumper dw_dumper;
+1 -1
arch/x86/kernel/head_32.S
··· 124 124 movsl 125 125 movl pa(boot_params) + NEW_CL_POINTER,%esi 126 126 andl %esi,%esi 127 - jz 1f # No comand line 127 + jz 1f # No command line 128 128 movl $pa(boot_command_line),%edi 129 129 movl $(COMMAND_LINE_SIZE/4),%ecx 130 130 rep
+1 -1
block/cfq-iosched.c
··· 1030 1030 1031 1031 /* 1032 1032 * Add group onto cgroup list. It might happen that bdi->dev is 1033 - * not initiliazed yet. Initialize this new group without major 1033 + * not initialized yet. Initialize this new group without major 1034 1034 * and minor info and this info will be filled in once a new thread 1035 1035 * comes for IO. See code above. 1036 1036 */
+1 -1
drivers/acpi/acpica/acobject.h
··· 93 93 94 94 #define AOPOBJ_AML_CONSTANT 0x01 /* Integer is an AML constant */ 95 95 #define AOPOBJ_STATIC_POINTER 0x02 /* Data is part of an ACPI table, don't delete */ 96 - #define AOPOBJ_DATA_VALID 0x04 /* Object is intialized and data is valid */ 96 + #define AOPOBJ_DATA_VALID 0x04 /* Object is initialized and data is valid */ 97 97 #define AOPOBJ_OBJECT_INITIALIZED 0x08 /* Region is initialized, _REG was run */ 98 98 #define AOPOBJ_SETUP_COMPLETE 0x10 /* Region setup is complete */ 99 99 #define AOPOBJ_INVALID 0x20 /* Host OS won't allow a Region address */
+2 -2
drivers/ata/libata-core.c
··· 2240 2240 if (id[ATA_ID_CFA_KEY_MGMT] & 1) 2241 2241 ata_dev_printk(dev, KERN_WARNING, 2242 2242 "supports DRM functions and may " 2243 - "not be fully accessable.\n"); 2243 + "not be fully accessible.\n"); 2244 2244 snprintf(revbuf, 7, "CFA"); 2245 2245 } else { 2246 2246 snprintf(revbuf, 7, "ATA-%d", ata_id_major_version(id)); ··· 2248 2248 if (ata_id_has_tpm(id)) 2249 2249 ata_dev_printk(dev, KERN_WARNING, 2250 2250 "supports DRM functions and may " 2251 - "not be fully accessable.\n"); 2251 + "not be fully accessible.\n"); 2252 2252 } 2253 2253 2254 2254 dev->n_sectors = ata_id_n_sectors(id);
+1 -1
drivers/ata/sata_vsc.c
··· 370 370 if (pci_resource_len(pdev, 0) == 0) 371 371 return -ENODEV; 372 372 373 - /* map IO regions and intialize host accordingly */ 373 + /* map IO regions and initialize host accordingly */ 374 374 rc = pcim_iomap_regions(pdev, 1 << VSC_MMIO_BAR, DRV_NAME); 375 375 if (rc == -EBUSY) 376 376 pcim_pin_device(pdev);
+1 -1
drivers/atm/idt77252.h
··· 572 572 #define SAR_STAT_TSQF 0x00001000 /* Transmit Status Queue full */ 573 573 #define SAR_STAT_TMROF 0x00000800 /* Timer overflow */ 574 574 #define SAR_STAT_PHYI 0x00000400 /* PHY device Interrupt flag */ 575 - #define SAR_STAT_CMDBZ 0x00000200 /* ABR SAR Comand Busy Flag */ 575 + #define SAR_STAT_CMDBZ 0x00000200 /* ABR SAR Command Busy Flag */ 576 576 #define SAR_STAT_FBQ3A 0x00000100 /* Free Buffer Queue 3 Attention */ 577 577 #define SAR_STAT_FBQ2A 0x00000080 /* Free Buffer Queue 2 Attention */ 578 578 #define SAR_STAT_RSQF 0x00000040 /* Receive Status Queue full */
+2 -2
drivers/atm/iphase.c
··· 2063 2063 - UBR Table size is 4K 2064 2064 - UBR wait queue is 4K 2065 2065 since the table and wait queues are contiguous, all the bytes 2066 - can be initialized by one memeset. 2066 + can be initialized by one memeset. 2067 2067 */ 2068 2068 2069 2069 vcsize_sel = 0; ··· 2089 2089 - ABR Table size is 2K 2090 2090 - ABR wait queue is 2K 2091 2091 since the table and wait queues are contiguous, all the bytes 2092 - can be intialized by one memeset. 2092 + can be initialized by one memeset. 2093 2093 */ 2094 2094 i = ABR_SCHED_TABLE * iadev->memSize; 2095 2095 writew((i >> 11) & 0xffff, iadev->seg_reg+ABR_SBPTR_BASE);
+1 -1
drivers/base/power/main.c
··· 8 8 * 9 9 * 10 10 * The driver model core calls device_pm_add() when a device is registered. 11 - * This will intialize the embedded device_pm_info object in the device 11 + * This will initialize the embedded device_pm_info object in the device 12 12 * and add it to the list of power-controlled devices. sysfs entries for 13 13 * controlling device power management will also be added. 14 14 *
+3 -3
drivers/dma/intel_mid_dma.c
··· 1060 1060 * mid_setup_dma - Setup the DMA controller 1061 1061 * @pdev: Controller PCI device structure 1062 1062 * 1063 - * Initilize the DMA controller, channels, registers with DMA engine, 1064 - * ISR. Initilize DMA controller channels. 1063 + * Initialize the DMA controller, channels, registers with DMA engine, 1064 + * ISR. Initialize DMA controller channels. 1065 1065 */ 1066 1066 static int mid_setup_dma(struct pci_dev *pdev) 1067 1067 { ··· 1219 1219 * @pdev: Controller PCI device structure 1220 1220 * @id: pci device id structure 1221 1221 * 1222 - * Initilize the PCI device, map BARs, query driver data. 1222 + * Initialize the PCI device, map BARs, query driver data. 1223 1223 * Call setup_dma to complete contoller and chan initilzation 1224 1224 */ 1225 1225 static int __devinit intel_mid_dma_probe(struct pci_dev *pdev,
+1 -1
drivers/edac/amd8131_edac.h
··· 99 99 100 100 /* 101 101 * AMD8131 chipset has two pairs of PCIX Bridge and related IOAPIC 102 - * Controler, and ATCA-6101 has two AMD8131 chipsets, so there are 102 + * Controller, and ATCA-6101 has two AMD8131 chipsets, so there are 103 103 * four PCIX Bridges on ATCA-6101 altogether. 104 104 * 105 105 * These PCIX Bridges share the same PCI Device ID and are all of
+2 -2
drivers/edac/cell_edac.c
··· 47 47 offset = address & ~PAGE_MASK; 48 48 syndrome = (ar & 0x000000001fe00000ul) >> 21; 49 49 50 - /* TODO: Decoding of the error addresss */ 50 + /* TODO: Decoding of the error address */ 51 51 edac_mc_handle_ce(mci, csrow->first_page + pfn, offset, 52 52 syndrome, 0, chan, ""); 53 53 } ··· 68 68 pfn = address >> PAGE_SHIFT; 69 69 offset = address & ~PAGE_MASK; 70 70 71 - /* TODO: Decoding of the error addresss */ 71 + /* TODO: Decoding of the error address */ 72 72 edac_mc_handle_ue(mci, csrow->first_page + pfn, offset, 0, ""); 73 73 } 74 74
+1 -1
drivers/edac/edac_core.h
··· 258 258 * for single channel are 64 bits, for dual channel 128 259 259 * bits. 260 260 * 261 - * Single-Ranked stick: A Single-ranked stick has 1 chip-select row of memmory. 261 + * Single-Ranked stick: A Single-ranked stick has 1 chip-select row of memory. 262 262 * Motherboards commonly drive two chip-select pins to 263 263 * a memory stick. A single-ranked stick, will occupy 264 264 * only one of those rows. The other will be unused.
+3 -3
drivers/edac/ppc4xx_edac.c
··· 873 873 } 874 874 875 875 /** 876 - * ppc4xx_edac_init_csrows - intialize driver instance rows 876 + * ppc4xx_edac_init_csrows - initialize driver instance rows 877 877 * @mci: A pointer to the EDAC memory controller instance 878 878 * associated with the ibm,sdram-4xx-ddr2 controller for which 879 879 * the csrows (i.e. banks/ranks) are being initialized. ··· 881 881 * currently set for the controller, from which bank width 882 882 * and memory typ information is derived. 883 883 * 884 - * This routine intializes the virtual "chip select rows" associated 884 + * This routine initializes the virtual "chip select rows" associated 885 885 * with the EDAC memory controller instance. An ibm,sdram-4xx-ddr2 886 886 * controller bank/rank is mapped to a row. 887 887 * ··· 992 992 } 993 993 994 994 /** 995 - * ppc4xx_edac_mc_init - intialize driver instance 995 + * ppc4xx_edac_mc_init - initialize driver instance 996 996 * @mci: A pointer to the EDAC memory controller instance being 997 997 * initialized. 998 998 * @op: A pointer to the OpenFirmware device tree node associated
+1 -1
drivers/gpu/drm/radeon/atombios.h
··· 1314 1314 typedef struct _READ_EDID_FROM_HW_I2C_DATA_PARAMETERS 1315 1315 { 1316 1316 USHORT usPrescale; //Ratio between Engine clock and I2C clock 1317 - USHORT usVRAMAddress; //Adress in Frame Buffer where to pace raw EDID 1317 + USHORT usVRAMAddress; //Address in Frame Buffer where to pace raw EDID 1318 1318 USHORT usStatus; //When use output: lower byte EDID checksum, high byte hardware status 1319 1319 //WHen use input: lower byte as 'byte to read':currently limited to 128byte or 1byte 1320 1320 UCHAR ucSlaveAddr; //Read from which slave
+2 -2
drivers/i2c/busses/i2c-nomadik.c
··· 434 434 } 435 435 436 436 if (timeout == 0) { 437 - /* controler has timedout, re-init the h/w */ 437 + /* controller has timedout, re-init the h/w */ 438 438 dev_err(&dev->pdev->dev, "controller timed out, re-init h/w\n"); 439 439 (void) init_hw(dev); 440 440 status = -ETIMEDOUT; ··· 498 498 } 499 499 500 500 if (timeout == 0) { 501 - /* controler has timedout, re-init the h/w */ 501 + /* controller has timedout, re-init the h/w */ 502 502 dev_err(&dev->pdev->dev, "controller timed out, re-init h/w\n"); 503 503 (void) init_hw(dev); 504 504 status = -ETIMEDOUT;
+1 -1
drivers/infiniband/hw/cxgb3/cxio_wr.h
··· 689 689 * A T3 WQ implements both the SQ and RQ. 690 690 */ 691 691 struct t3_wq { 692 - union t3_wr *queue; /* DMA accessable memory */ 692 + union t3_wr *queue; /* DMA accessible memory */ 693 693 dma_addr_t dma_addr; /* DMA address for HW */ 694 694 DEFINE_DMA_UNMAP_ADDR(mapping); /* unmap kruft */ 695 695 u32 error; /* 1 once we go to ERROR */
+1 -1
drivers/infiniband/hw/qib/qib_iba7322.c
··· 314 314 #define krp_serdesctrl KREG_IBPORT_IDX(IBSerdesCtrl) 315 315 316 316 /* 317 - * Per-context kernel registers. Acess only with qib_read_kreg_ctxt() 317 + * Per-context kernel registers. Access only with qib_read_kreg_ctxt() 318 318 * or qib_write_kreg_ctxt() 319 319 */ 320 320 #define krc_rcvhdraddr KREG_IDX(RcvHdrAddr0)
+1 -1
drivers/input/touchscreen/Kconfig
··· 610 610 611 611 config TOUCHSCREEN_USB_ETT_TC45USB 612 612 default y 613 - bool "ET&T USB series TC4UM/TC5UH touchscreen controler support" if EMBEDDED 613 + bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EMBEDDED 614 614 depends on TOUCHSCREEN_USB_COMPOSITE 615 615 616 616 config TOUCHSCREEN_USB_NEXIO
+2 -2
drivers/isdn/gigaset/bas-gigaset.c
··· 2318 2318 __func__, le16_to_cpu(udev->descriptor.idVendor), 2319 2319 le16_to_cpu(udev->descriptor.idProduct)); 2320 2320 2321 - /* allocate memory for our device state and intialize it */ 2321 + /* allocate memory for our device state and initialize it */ 2322 2322 cs = gigaset_initcs(driver, BAS_CHANNELS, 0, 0, cidmode, 2323 2323 GIGASET_MODULENAME); 2324 2324 if (!cs) ··· 2576 2576 { 2577 2577 int result; 2578 2578 2579 - /* allocate memory for our driver state and intialize it */ 2579 + /* allocate memory for our driver state and initialize it */ 2580 2580 driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS, 2581 2581 GIGASET_MODULENAME, GIGASET_DEVNAME, 2582 2582 &gigops, THIS_MODULE);
+2 -2
drivers/isdn/gigaset/ser-gigaset.c
··· 513 513 return -ENODEV; 514 514 } 515 515 516 - /* allocate memory for our device state and intialize it */ 516 + /* allocate memory for our device state and initialize it */ 517 517 cs = gigaset_initcs(driver, 1, 1, 0, cidmode, GIGASET_MODULENAME); 518 518 if (!cs) 519 519 goto error; ··· 771 771 return rc; 772 772 } 773 773 774 - /* allocate memory for our driver state and intialize it */ 774 + /* allocate memory for our driver state and initialize it */ 775 775 driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS, 776 776 GIGASET_MODULENAME, GIGASET_DEVNAME, 777 777 &ops, THIS_MODULE);
+2 -2
drivers/isdn/gigaset/usb-gigaset.c
··· 695 695 696 696 dev_info(&udev->dev, "%s: Device matched ... !\n", __func__); 697 697 698 - /* allocate memory for our device state and intialize it */ 698 + /* allocate memory for our device state and initialize it */ 699 699 cs = gigaset_initcs(driver, 1, 1, 0, cidmode, GIGASET_MODULENAME); 700 700 if (!cs) 701 701 return -ENODEV; ··· 894 894 { 895 895 int result; 896 896 897 - /* allocate memory for our driver state and intialize it */ 897 + /* allocate memory for our driver state and initialize it */ 898 898 driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS, 899 899 GIGASET_MODULENAME, GIGASET_DEVNAME, 900 900 &ops, THIS_MODULE);
+2 -2
drivers/isdn/hardware/mISDN/ipac.h
··· 29 29 u32 type; 30 30 u32 off; /* offset to isac regs */ 31 31 char *name; 32 - spinlock_t *hwlock; /* lock HW acccess */ 32 + spinlock_t *hwlock; /* lock HW access */ 33 33 read_reg_func *read_reg; 34 34 write_reg_func *write_reg; 35 35 fifo_func *read_fifo; ··· 70 70 struct hscx_hw hscx[2]; 71 71 char *name; 72 72 void *hw; 73 - spinlock_t *hwlock; /* lock HW acccess */ 73 + spinlock_t *hwlock; /* lock HW access */ 74 74 struct module *owner; 75 75 u32 type; 76 76 read_reg_func *read_reg;
+1 -1
drivers/isdn/hardware/mISDN/isar.h
··· 44 44 struct isar_hw { 45 45 struct isar_ch ch[2]; 46 46 void *hw; 47 - spinlock_t *hwlock; /* lock HW acccess */ 47 + spinlock_t *hwlock; /* lock HW access */ 48 48 char *name; 49 49 struct module *owner; 50 50 read_reg_func *read_reg;
+2 -2
drivers/isdn/hisax/isar.c
··· 1427 1427 &bcs->hw.isar.reg->Flags)) 1428 1428 bcs->hw.isar.dpath = 1; 1429 1429 else { 1430 - printk(KERN_WARNING"isar modeisar analog funktions only with DP1\n"); 1431 - debugl1(cs, "isar modeisar analog funktions only with DP1"); 1430 + printk(KERN_WARNING"isar modeisar analog functions only with DP1\n"); 1431 + debugl1(cs, "isar modeisar analog functions only with DP1"); 1432 1432 return(1); 1433 1433 } 1434 1434 break;
+1 -1
drivers/media/video/cx25840/cx25840-ir.c
··· 261 261 u32 rem; 262 262 263 263 /* 264 - * The 2 lsb's of the pulse width timer count are not accessable, hence 264 + * The 2 lsb's of the pulse width timer count are not accessible, hence 265 265 * the (1 << 2) 266 266 */ 267 267 n = ((u64) ns) * CX25840_IR_REFCLK_FREQ / 1000000; /* millicycles */
+1 -1
drivers/media/video/davinci/vpif.h
··· 33 33 #define regr(reg) readl((reg) + vpif_base) 34 34 #define regw(value, reg) writel(value, (reg + vpif_base)) 35 35 36 - /* Register Addresss Offsets */ 36 + /* Register Address Offsets */ 37 37 #define VPIF_PID (0x0000) 38 38 #define VPIF_CH0_CTRL (0x0004) 39 39 #define VPIF_CH1_CTRL (0x0008)
+1 -1
drivers/media/video/davinci/vpss.c
··· 85 85 /* 86 86 * vpss operations. Depends on platform. Not all functions are available 87 87 * on all platforms. The api, first check if a functio is available before 88 - * invoking it. In the probe, the function ptrs are intialized based on 88 + * invoking it. In the probe, the function ptrs are initialized based on 89 89 * vpss name. vpss name can be "dm355_vpss", "dm644x_vpss" etc. 90 90 */ 91 91 struct vpss_hw_ops {
+1 -1
drivers/media/video/omap/omap_vout.c
··· 1286 1286 videobuf_mmap_free(q); 1287 1287 1288 1288 /* Even if apply changes fails we should continue 1289 - freeing allocated memeory */ 1289 + freeing allocated memory */ 1290 1290 if (vout->streaming) { 1291 1291 u32 mask = 0; 1292 1292
+2 -2
drivers/media/video/saa7164/saa7164-core.c
··· 653 653 goto out; 654 654 } 655 655 656 - /* Check that the hardware is accessable. If the status bytes are 657 - * 0xFF then the device is not accessable, the the IRQ belongs 656 + /* Check that the hardware is accessible. If the status bytes are 657 + * 0xFF then the device is not accessible, the the IRQ belongs 658 658 * to another driver. 659 659 * 4 x u32 interrupt registers. 660 660 */
+1 -1
drivers/media/video/sn9c102/sn9c102_sensor.h
··· 147 147 148 148 struct sn9c102_sensor { 149 149 char name[32], /* sensor name */ 150 - maintainer[64]; /* name of the mantainer <email> */ 150 + maintainer[64]; /* name of the maintainer <email> */ 151 151 152 152 enum sn9c102_bridge supported_bridge; /* supported SN9C1xx bridges */ 153 153
+1 -1
drivers/media/video/zoran/zoran.h
··· 95 95 96 96 int quality; /* Measure for quality of compressed images. 97 97 * Scales linearly with the size of the compressed images. 98 - * Must be beetween 0 and 100, 100 is a compression 98 + * Must be between 0 and 100, 100 is a compression 99 99 * ratio of 1:4 */ 100 100 101 101 int odd_even; /* Which field should come first ??? */
+1 -1
drivers/message/fusion/lsi/mpi_log_sas.h
··· 268 268 269 269 /* Compatibility Error : IR Disabled */ 270 270 #define IR_LOGINFO_COMPAT_ERROR_RAID_DISABLED (0x00010030) 271 - /* Compatibility Error : Inquiry Comand failed */ 271 + /* Compatibility Error : Inquiry Command failed */ 272 272 #define IR_LOGINFO_COMPAT_ERROR_INQUIRY_FAILED (0x00010031) 273 273 /* Compatibility Error : Device not direct access device */ 274 274 #define IR_LOGINFO_COMPAT_ERROR_NOT_DIRECT_ACCESS (0x00010032)
+1 -1
drivers/message/fusion/mptbase.c
··· 7977 7977 NULL, /* 2Eh */ 7978 7978 NULL, /* 2Fh */ 7979 7979 "Compatibility Error: IR Disabled", /* 30h */ 7980 - "Compatibility Error: Inquiry Comand Failed", /* 31h */ 7980 + "Compatibility Error: Inquiry Command Failed", /* 31h */ 7981 7981 "Compatibility Error: Device not Direct Access " 7982 7982 "Device ", /* 32h */ 7983 7983 "Compatibility Error: Removable Device Found", /* 33h */
+1 -1
drivers/message/fusion/mptsas.c
··· 1146 1146 * 1147 1147 * This function will delete scheduled target reset from the list and 1148 1148 * try to send next target reset. This will be called from completion 1149 - * context of any Task managment command. 1149 + * context of any Task management command. 1150 1150 */ 1151 1151 1152 1152 void
+1 -1
drivers/message/i2o/i2o_block.c
··· 309 309 * @ireq: I2O block request 310 310 * @mptr: message body pointer 311 311 * 312 - * Builds the SG list and map it to be accessable by the controller. 312 + * Builds the SG list and map it to be accessible by the controller. 313 313 * 314 314 * Returns 0 on failure or 1 on success. 315 315 */
+1 -1
drivers/misc/arm-charlcd.c
··· 313 313 INIT_DELAYED_WORK(&lcd->init_work, charlcd_init_work); 314 314 schedule_delayed_work(&lcd->init_work, 0); 315 315 316 - dev_info(&pdev->dev, "initalized ARM character LCD at %08x\n", 316 + dev_info(&pdev->dev, "initialized ARM character LCD at %08x\n", 317 317 lcd->phybase); 318 318 319 319 return 0;
+1 -1
drivers/mmc/card/block.c
··· 257 257 cmd.flags = MMC_RSP_SPI_R2 | MMC_RSP_R1 | MMC_CMD_AC; 258 258 err = mmc_wait_for_cmd(card->host, &cmd, 0); 259 259 if (err) 260 - printk(KERN_ERR "%s: error %d sending status comand", 260 + printk(KERN_ERR "%s: error %d sending status command", 261 261 req->rq_disk->disk_name, err); 262 262 return cmd.resp[0]; 263 263 }
+1 -1
drivers/mmc/host/Kconfig
··· 462 462 tristate "SuperH Internal MMCIF support" 463 463 depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE) 464 464 help 465 - This selects the MMC Host Interface controler (MMCIF). 465 + This selects the MMC Host Interface controller (MMCIF). 466 466 467 467 This driver supports MMCIF in sh7724/sh7757/sh7372. 468 468
+1 -1
drivers/mmc/host/au1xmmc.c
··· 192 192 au_writel(config2 | SD_CONFIG2_DF, HOST_CONFIG2(host)); 193 193 au_sync(); 194 194 195 - /* Send the stop commmand */ 195 + /* Send the stop command */ 196 196 au_writel(STOP_CMD, HOST_CMD(host)); 197 197 } 198 198
+2 -2
drivers/mmc/host/sdricoh_cs.c
··· 446 446 mmc->max_seg_size = 1024 * 512; 447 447 mmc->max_blk_size = 512; 448 448 449 - /* reset the controler */ 449 + /* reset the controller */ 450 450 if (sdricoh_reset(host)) { 451 451 dev_dbg(dev, "could not reset\n"); 452 452 result = -EIO; ··· 478 478 dev_info(&pcmcia_dev->dev, "Searching MMC controller for pcmcia device" 479 479 " %s %s ...\n", pcmcia_dev->prod_id[0], pcmcia_dev->prod_id[1]); 480 480 481 - /* search pci cardbus bridge that contains the mmc controler */ 481 + /* search pci cardbus bridge that contains the mmc controller */ 482 482 /* the io region is already claimed by yenta_socket... */ 483 483 while ((pci_dev = 484 484 pci_get_device(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_RL5C476,
+1 -1
drivers/mtd/nand/nand_base.c
··· 821 821 * 822 822 * Wait for command done. This is a helper function for nand_wait used when 823 823 * we are in interrupt context. May happen when in panic and trying to write 824 - * an oops trough mtdoops. 824 + * an oops through mtdoops. 825 825 */ 826 826 static void panic_nand_wait(struct mtd_info *mtd, struct nand_chip *chip, 827 827 unsigned long timeo)
+1 -1
drivers/net/bnx2x/bnx2x_main.c
··· 4947 4947 memset(&ilt_cli, 0, sizeof(struct ilt_client_info)); 4948 4948 memset(&ilt, 0, sizeof(struct bnx2x_ilt)); 4949 4949 4950 - /* initalize dummy TM client */ 4950 + /* initialize dummy TM client */ 4951 4951 ilt_cli.start = 0; 4952 4952 ilt_cli.end = ILT_NUM_PAGE_ENTRIES - 1; 4953 4953 ilt_cli.client_num = ILT_CLIENT_TM;
+1 -1
drivers/net/bnx2x/bnx2x_reg.h
··· 1604 1604 (~misc_registers_sw_timer_cfg_4.sw_timer_cfg_4[1] ) is set */ 1605 1605 #define MISC_REG_SW_TIMER_RELOAD_VAL_4 0xa2fc 1606 1606 /* [RW 32] the value of the counter for sw timers1-8. there are 8 addresses 1607 - in this register. addres 0 - timer 1; address 1 - timer 2, ... address 7 - 1607 + in this register. address 0 - timer 1; address 1 - timer 2, ... address 7 - 1608 1608 timer 8 */ 1609 1609 #define MISC_REG_SW_TIMER_VAL 0xa5c0 1610 1610 /* [RW 1] Set by the MCP to remember if one or more of the drivers is/are
+3 -3
drivers/net/bonding/bond_3ad.c
··· 840 840 lacpdu_header = (struct lacpdu_header *)skb_put(skb, length); 841 841 842 842 memcpy(lacpdu_header->hdr.h_dest, lacpdu_mcast_addr, ETH_ALEN); 843 - /* Note: source addres is set to be the member's PERMANENT address, 843 + /* Note: source address is set to be the member's PERMANENT address, 844 844 because we use it to identify loopback lacpdus in receive. */ 845 845 memcpy(lacpdu_header->hdr.h_source, slave->perm_hwaddr, ETH_ALEN); 846 846 lacpdu_header->hdr.h_proto = PKT_TYPE_LACPDU; ··· 881 881 marker_header = (struct bond_marker_header *)skb_put(skb, length); 882 882 883 883 memcpy(marker_header->hdr.h_dest, lacpdu_mcast_addr, ETH_ALEN); 884 - /* Note: source addres is set to be the member's PERMANENT address, 884 + /* Note: source address is set to be the member's PERMANENT address, 885 885 because we use it to identify loopback MARKERs in receive. */ 886 886 memcpy(marker_header->hdr.h_source, slave->perm_hwaddr, ETH_ALEN); 887 887 marker_header->hdr.h_proto = PKT_TYPE_LACPDU; ··· 1916 1916 return -1; 1917 1917 } 1918 1918 1919 - //check that the slave has not been intialized yet. 1919 + //check that the slave has not been initialized yet. 1920 1920 if (SLAVE_AD_INFO(slave).port.slave != slave) { 1921 1921 1922 1922 // port initialization
+1 -1
drivers/net/chelsio/subr.c
··· 556 556 #define EEPROM_MAX_POLL 4 557 557 558 558 /* 559 - * Read SEEPROM. A zero is written to the flag register when the addres is 559 + * Read SEEPROM. A zero is written to the flag register when the address is 560 560 * written to the Control register. The hardware device will set the flag to a 561 561 * one when 4B have been transferred to the Data register. 562 562 */
+1 -1
drivers/net/cxgb3/mc5.c
··· 318 318 319 319 /* 320 320 * Initialization that requires the OS and protocol layers to already 321 - * be intialized goes here. 321 + * be initialized goes here. 322 322 */ 323 323 int t3_mc5_init(struct mc5 *mc5, unsigned int nservers, unsigned int nfilters, 324 324 unsigned int nroutes)
+1 -1
drivers/net/cxgb3/t3_hw.c
··· 607 607 * 608 608 * Read a 32-bit word from a location in VPD EEPROM using the card's PCI 609 609 * VPD ROM capability. A zero is written to the flag bit when the 610 - * addres is written to the control register. The hardware device will 610 + * address is written to the control register. The hardware device will 611 611 * set the flag to 1 when 4 bytes have been read into the data register. 612 612 */ 613 613 int t3_seeprom_read(struct adapter *adapter, u32 addr, __le32 *data)
+1 -1
drivers/net/e1000/e1000_hw.h
··· 41 41 struct e1000_hw_stats; 42 42 43 43 /* Enumerated types specific to the e1000 hardware */ 44 - /* Media Access Controlers */ 44 + /* Media Access Controllers */ 45 45 typedef enum { 46 46 e1000_undefined = 0, 47 47 e1000_82542_rev2_0,
+1 -1
drivers/net/e1000/e1000_main.c
··· 2194 2194 * addresses take precedence to avoid disabling unicast filtering 2195 2195 * when possible. 2196 2196 * 2197 - * RAR 0 is used for the station MAC adddress 2197 + * RAR 0 is used for the station MAC address 2198 2198 * if there are not 14 addresses, go ahead and clear the filters 2199 2199 */ 2200 2200 i = 1;
+1 -1
drivers/net/e1000e/82571.c
··· 300 300 301 301 /* 302 302 * Ensure that the inter-port SWSM.SMBI lock bit is clear before 303 - * first NVM or PHY acess. This should be done for single-port 303 + * first NVM or PHY access. This should be done for single-port 304 304 * devices, and for one port only on dual-port devices so that 305 305 * for those devices we can still use the SMBI lock to synchronize 306 306 * inter-port accesses to the PHY & NVM.
+1 -1
drivers/net/e1000e/ich8lan.c
··· 321 321 } 322 322 323 323 /* 324 - * Reset the PHY before any acccess to it. Doing so, ensures that 324 + * Reset the PHY before any access to it. Doing so, ensures that 325 325 * the PHY is in a known good state before we read/write PHY registers. 326 326 * The generic reset is sufficient here, because we haven't determined 327 327 * the PHY type yet.
+1 -1
drivers/net/e1000e/phy.c
··· 2976 2976 } 2977 2977 2978 2978 /** 2979 - * e1000_get_phy_addr_for_hv_page - Get PHY adrress based on page 2979 + * e1000_get_phy_addr_for_hv_page - Get PHY address based on page 2980 2980 * @page: page to be accessed 2981 2981 **/ 2982 2982 static u32 e1000_get_phy_addr_for_hv_page(u32 page)
+1 -1
drivers/net/eepro.c
··· 1760 1760 module_param_array(irq, int, NULL, 0); 1761 1761 module_param_array(mem, int, NULL, 0); 1762 1762 module_param(autodetect, int, 0); 1763 - MODULE_PARM_DESC(io, "EtherExpress Pro/10 I/O base addres(es)"); 1763 + MODULE_PARM_DESC(io, "EtherExpress Pro/10 I/O base address(es)"); 1764 1764 MODULE_PARM_DESC(irq, "EtherExpress Pro/10 IRQ number(s)"); 1765 1765 MODULE_PARM_DESC(mem, "EtherExpress Pro/10 Rx buffer size(es) in kB (3-29)"); 1766 1766 MODULE_PARM_DESC(autodetect, "EtherExpress Pro/10 force board(s) detection (0-1)");
+1 -1
drivers/net/irda/donauboe.h
··· 30 30 * or the type-DO IR port. 31 31 * 32 32 * IrDA chip set list from Toshiba Computer Engineering Corp. 33 - * model method maker controler Version 33 + * model method maker controller Version 34 34 * Portege 320CT FIR,SIR Toshiba Oboe(Triangle) 35 35 * Portege 3010CT FIR,SIR Toshiba Oboe(Sydney) 36 36 * Portege 3015CT FIR,SIR Toshiba Oboe(Sydney)
+2 -2
drivers/net/ixgbe/ixgbe_82599.c
··· 1078 1078 1079 1079 /* 1080 1080 * The defaults in the HW for RX PB 1-7 are not zero and so should be 1081 - * intialized to zero for non DCB mode otherwise actual total RX PB 1081 + * initialized to zero for non DCB mode otherwise actual total RX PB 1082 1082 * would be bigger than programmed and filter space would run into 1083 1083 * the PB 0 region. 1084 1084 */ ··· 1169 1169 1170 1170 /* 1171 1171 * The defaults in the HW for RX PB 1-7 are not zero and so should be 1172 - * intialized to zero for non DCB mode otherwise actual total RX PB 1172 + * initialized to zero for non DCB mode otherwise actual total RX PB 1173 1173 * would be bigger than programmed and filter space would run into 1174 1174 * the PB 0 region. 1175 1175 */
+1 -1
drivers/net/ll_temac_main.c
··· 238 238 goto out; 239 239 } 240 240 /* allocate the tx and rx ring buffer descriptors. */ 241 - /* returns a virtual addres and a physical address. */ 241 + /* returns a virtual address and a physical address. */ 242 242 lp->tx_bd_v = dma_alloc_coherent(ndev->dev.parent, 243 243 sizeof(*lp->tx_bd_v) * TX_BD_NUM, 244 244 &lp->tx_bd_p, GFP_KERNEL);
+1 -1
drivers/net/sis900.c
··· 36 36 Rev 1.07.06 Nov. 7 2000 Jeff Garzik <jgarzik@pobox.com> some bug fix and cleaning 37 37 Rev 1.07.05 Nov. 6 2000 metapirat<metapirat@gmx.de> contribute media type select by ifconfig 38 38 Rev 1.07.04 Sep. 6 2000 Lei-Chun Chang added ICS1893 PHY support 39 - Rev 1.07.03 Aug. 24 2000 Lei-Chun Chang (lcchang@sis.com.tw) modified 630E eqaulizer workaround rule 39 + Rev 1.07.03 Aug. 24 2000 Lei-Chun Chang (lcchang@sis.com.tw) modified 630E equalizer workaround rule 40 40 Rev 1.07.01 Aug. 08 2000 Ollie Lho minor update for SiS 630E and SiS 630E A1 41 41 Rev 1.07 Mar. 07 2000 Ollie Lho bug fix in Rx buffer ring 42 42 Rev 1.06.04 Feb. 11 2000 Jeff Garzik <jgarzik@pobox.com> softnet and init for kernel 2.4
+3 -3
drivers/net/tehuti.c
··· 12 12 /* 13 13 * RX HW/SW interaction overview 14 14 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15 - * There are 2 types of RX communication channels betwean driver and NIC. 15 + * There are 2 types of RX communication channels between driver and NIC. 16 16 * 1) RX Free Fifo - RXF - holds descriptors of empty buffers to accept incoming 17 17 * traffic. This Fifo is filled by SW and is readen by HW. Each descriptor holds 18 18 * info about buffer's location, size and ID. An ID field is used to identify a ··· 821 821 } 822 822 823 823 /* use PMF to accept first MAC_MCST_NUM (15) addresses */ 824 - /* TBD: sort addreses and write them in ascending order 824 + /* TBD: sort addresses and write them in ascending order 825 825 * into RX_MAC_MCST regs. we skip this phase now and accept ALL 826 826 * multicast frames throu IMF */ 827 827 /* accept the rest of addresses throu IMF */ ··· 1346 1346 /* 1347 1347 * TX HW/SW interaction overview 1348 1348 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1349 - * There are 2 types of TX communication channels betwean driver and NIC. 1349 + * There are 2 types of TX communication channels between driver and NIC. 1350 1350 * 1) TX Free Fifo - TXF - holds ack descriptors for sent packets 1351 1351 * 2) TX Data Fifo - TXD - holds descriptors of full buffers. 1352 1352 *
+1 -1
drivers/net/tun.c
··· 1309 1309 break; 1310 1310 1311 1311 case SIOCGIFHWADDR: 1312 - /* Get hw addres */ 1312 + /* Get hw address */ 1313 1313 memcpy(ifr.ifr_hwaddr.sa_data, tun->dev->dev_addr, ETH_ALEN); 1314 1314 ifr.ifr_hwaddr.sa_family = tun->dev->type; 1315 1315 if (copy_to_user(argp, &ifr, ifreq_len))
+1 -1
drivers/net/vxge/vxge-traffic.h
··· 1695 1695 * struct vxge_hw_device_stats - Contains HW per-device statistics, 1696 1696 * including hw. 1697 1697 * @devh: HW device handle. 1698 - * @dma_addr: DMA addres of the %hw_info. Given to device to fill-in the stats. 1698 + * @dma_addr: DMA address of the %hw_info. Given to device to fill-in the stats. 1699 1699 * @hw_info_dmah: DMA handle used to map hw statistics onto the device memory 1700 1700 * space. 1701 1701 * @hw_info_dma_acch: One more DMA handle used subsequently to free the
+1 -1
drivers/net/wan/dscc4.c
··· 125 125 /* Module parameters */ 126 126 127 127 MODULE_AUTHOR("Maintainer: Francois Romieu <romieu@cogenit.fr>"); 128 - MODULE_DESCRIPTION("Siemens PEB20534 PCI Controler"); 128 + MODULE_DESCRIPTION("Siemens PEB20534 PCI Controller"); 129 129 MODULE_LICENSE("GPL"); 130 130 module_param(debug, int, 0); 131 131 MODULE_PARM_DESC(debug,"Enable/disable extra messages");
+1 -1
drivers/net/wimax/i2400m/driver.c
··· 280 280 result); 281 281 goto error; 282 282 } 283 - /* Extract MAC addresss */ 283 + /* Extract MAC address */ 284 284 ddi = (void *) skb->data; 285 285 BUILD_BUG_ON(ETH_ALEN != sizeof(ddi->mac_address)); 286 286 d_printf(2, dev, "GET DEVICE INFO: mac addr %pM\n",
+1 -1
drivers/net/wimax/i2400m/i2400m.h
··· 698 698 * @I2400M_BRI_MAC_REINIT: We need to reinitialize the boot 699 699 * rom after reading the MAC address. This is quite a dirty hack, 700 700 * if you ask me -- the device requires the bootrom to be 701 - * intialized after reading the MAC address. 701 + * initialized after reading the MAC address. 702 702 */ 703 703 enum i2400m_bri { 704 704 I2400M_BRI_SOFT = 1 << 1,
+3 -3
drivers/net/wireless/ath/ath5k/reg.h
··· 1063 1063 /* 1064 1064 * EEPROM command register 1065 1065 */ 1066 - #define AR5K_EEPROM_CMD 0x6008 /* Register Addres */ 1066 + #define AR5K_EEPROM_CMD 0x6008 /* Register Address */ 1067 1067 #define AR5K_EEPROM_CMD_READ 0x00000001 /* EEPROM read */ 1068 1068 #define AR5K_EEPROM_CMD_WRITE 0x00000002 /* EEPROM write */ 1069 1069 #define AR5K_EEPROM_CMD_RESET 0x00000004 /* EEPROM reset */ ··· 1083 1083 /* 1084 1084 * EEPROM config register 1085 1085 */ 1086 - #define AR5K_EEPROM_CFG 0x6010 /* Register Addres */ 1086 + #define AR5K_EEPROM_CFG 0x6010 /* Register Address */ 1087 1087 #define AR5K_EEPROM_CFG_SIZE 0x00000003 /* Size determination override */ 1088 1088 #define AR5K_EEPROM_CFG_SIZE_AUTO 0 1089 1089 #define AR5K_EEPROM_CFG_SIZE_4KBIT 1 ··· 1125 1125 * Second station id register (Upper 16 bits of MAC address + PCU settings) 1126 1126 */ 1127 1127 #define AR5K_STA_ID1 0x8004 /* Register Address */ 1128 - #define AR5K_STA_ID1_ADDR_U16 0x0000ffff /* Upper 16 bits of MAC addres */ 1128 + #define AR5K_STA_ID1_ADDR_U16 0x0000ffff /* Upper 16 bits of MAC address */ 1129 1129 #define AR5K_STA_ID1_AP 0x00010000 /* Set AP mode */ 1130 1130 #define AR5K_STA_ID1_ADHOC 0x00020000 /* Set Ad-Hoc mode */ 1131 1131 #define AR5K_STA_ID1_PWR_SV 0x00040000 /* Power save reporting */
+1 -1
drivers/net/wireless/b43/phy_g.c
··· 1919 1919 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_HWPCTL); 1920 1920 } 1921 1921 1922 - /* Intialize B/G PHY power control */ 1922 + /* Initialize B/G PHY power control */ 1923 1923 static void b43_phy_init_pctl(struct b43_wldev *dev) 1924 1924 { 1925 1925 struct ssb_bus *bus = dev->dev->bus;
+1 -1
drivers/net/wireless/b43legacy/phy.c
··· 153 153 phy->calibrated = 1; 154 154 } 155 155 156 - /* intialize B PHY power control 156 + /* initialize B PHY power control 157 157 * as described in http://bcm-specs.sipsolutions.net/InitPowerControl 158 158 */ 159 159 static void b43legacy_phy_init_pctl(struct b43legacy_wldev *dev)
+1 -1
drivers/net/wireless/iwlwifi/iwl-sta.c
··· 107 107 /* 108 108 * XXX: The MAC address in the command buffer is often changed from 109 109 * the original sent to the device. That is, the MAC address 110 - * written to the command buffer often is not the same MAC adress 110 + * written to the command buffer often is not the same MAC address 111 111 * read from the command buffer when the command returns. This 112 112 * issue has not yet been resolved and this debugging is left to 113 113 * observe the problem.
+3 -3
drivers/net/wireless/prism54/islpci_dev.c
··· 630 630 printk(KERN_DEBUG "islpci_alloc_memory\n"); 631 631 #endif 632 632 633 - /* remap the PCI device base address to accessable */ 633 + /* remap the PCI device base address to accessible */ 634 634 if (!(priv->device_base = 635 635 ioremap(pci_resource_start(priv->pdev, 0), 636 636 ISL38XX_PCI_MEM_SIZE))) { ··· 709 709 PCI_DMA_FROMDEVICE); 710 710 if (!priv->pci_map_rx_address[counter]) { 711 711 /* error mapping the buffer to device 712 - accessable memory address */ 712 + accessible memory address */ 713 713 printk(KERN_ERR "failed to map skb DMA'able\n"); 714 714 goto out_free; 715 715 } ··· 773 773 priv->data_low_rx[counter] = NULL; 774 774 } 775 775 776 - /* Free the acces control list and the WPA list */ 776 + /* Free the access control list and the WPA list */ 777 777 prism54_acl_clean(&priv->acl); 778 778 prism54_wpa_bss_ie_clean(priv); 779 779 mgt_clean(priv);
+1 -1
drivers/net/wireless/prism54/islpci_eth.c
··· 450 450 MAX_FRAGMENT_SIZE_RX + 2, 451 451 PCI_DMA_FROMDEVICE); 452 452 if (unlikely(!priv->pci_map_rx_address[index])) { 453 - /* error mapping the buffer to device accessable memory address */ 453 + /* error mapping the buffer to device accessible memory address */ 454 454 DEBUG(SHOW_ERROR_MESSAGES, 455 455 "Error mapping DMA address\n"); 456 456
+1 -1
drivers/net/wireless/rt2x00/rt2x00mac.c
··· 274 274 intf->beacon = entry; 275 275 276 276 /* 277 - * The MAC adddress must be configured after the device 277 + * The MAC address must be configured after the device 278 278 * has been initialized. Otherwise the device can reset 279 279 * the MAC registers. 280 280 * The BSSID address must only be configured in AP mode,
+1 -1
drivers/net/wireless/wl3501_cs.c
··· 192 192 } 193 193 194 194 /* 195 - * Get Ethernet MAC addresss. 195 + * Get Ethernet MAC address. 196 196 * 197 197 * WARNING: We switch to FPAGE0 and switc back again. 198 198 * Making sure there is no other WL function beening called by ISR.
+1 -1
drivers/pcmcia/m32r_cfc.h
··· 9 9 #endif 10 10 11 11 /* 12 - * M32R PC Card Controler 12 + * M32R PC Card Controller 13 13 */ 14 14 #define M32R_PCC0_BASE 0x00ef7000 15 15 #define M32R_PCC1_BASE 0x00ef7020
+1 -1
drivers/pcmcia/m32r_pcc.h
··· 5 5 #define M32R_MAX_PCC 2 6 6 7 7 /* 8 - * M32R PC Card Controler 8 + * M32R PC Card Controller 9 9 */ 10 10 #define M32R_PCC0_BASE 0x00ef7000 11 11 #define M32R_PCC1_BASE 0x00ef7020
+1 -1
drivers/pcmcia/m8xx_pcmcia.c
··· 1198 1198 out_be32(M8XX_PGCRX(1), 1199 1199 M8XX_PGCRX_CXOE | (mk_int_int_mask(hwirq) << 16)); 1200 1200 1201 - /* intialize the fixed memory windows */ 1201 + /* initialize the fixed memory windows */ 1202 1202 1203 1203 for (i = 0; i < PCMCIA_SOCKETS_NO; i++) { 1204 1204 for (m = 0; m < PCMCIA_MEM_WIN_NO; m++) {
+1 -1
drivers/platform/x86/thinkpad_acpi.c
··· 7193 7193 * TPACPI_FAN_WR_ACPI_FANS (X31/X40/X41) 7194 7194 * 7195 7195 * FIRMWARE BUG: on some models, EC 0x2f might not be initialized at 7196 - * boot. Apparently the EC does not intialize it, so unless ACPI DSDT 7196 + * boot. Apparently the EC does not initialize it, so unless ACPI DSDT 7197 7197 * does so, its initial value is meaningless (0x07). 7198 7198 * 7199 7199 * For firmware bugs, refer to:
+2 -2
drivers/power/s3c_adc_battery.c
··· 1 1 /* 2 - * iPAQ h1930/h1940/rx1950 battery controler driver 2 + * iPAQ h1930/h1940/rx1950 battery controller driver 3 3 * Copyright (c) Vasily Khoruzhick 4 4 * Based on h1940_battery.c by Arnaud Patard 5 5 * ··· 427 427 module_exit(s3c_adc_bat_exit); 428 428 429 429 MODULE_AUTHOR("Vasily Khoruzhick <anarsoul@gmail.com>"); 430 - MODULE_DESCRIPTION("iPAQ H1930/H1940/RX1950 battery controler driver"); 430 + MODULE_DESCRIPTION("iPAQ H1930/H1940/RX1950 battery controller driver"); 431 431 MODULE_LICENSE("GPL");
+1 -1
drivers/s390/net/lcs.c
··· 840 840 } 841 841 842 842 /** 843 - * Emit buffer of a lan comand. 843 + * Emit buffer of a lan command. 844 844 */ 845 845 static void 846 846 lcs_lancmd_timeout(unsigned long data)
+1 -1
drivers/s390/scsi/zfcp_cfdc.c
··· 317 317 318 318 /** 319 319 * zfcp_cfdc_port_denied - Process "access denied" for port 320 - * @port: The port where the acces has been denied 320 + * @port: The port where the access has been denied 321 321 * @qual: The FSF status qualifier for the access denied FSF status 322 322 */ 323 323 void zfcp_cfdc_port_denied(struct zfcp_port *port,
+1 -1
drivers/scsi/a100u2w.c
··· 416 416 /* Go back and check they match */ 417 417 418 418 outb(PRGMRST | DOWNLOAD, host->base + ORC_RISCCTL); /* Reset program count 0 */ 419 - bios_addr -= 0x1000; /* Reset the BIOS adddress */ 419 + bios_addr -= 0x1000; /* Reset the BIOS address */ 420 420 for (i = 0, data32_ptr = (u8 *) & data32; /* Check the code */ 421 421 i < 0x1000; /* Firmware code size = 4K */ 422 422 i++, bios_addr++) {
+1 -1
drivers/scsi/aacraid/commsup.c
··· 91 91 * aac_fib_setup - setup the fibs 92 92 * @dev: Adapter to set up 93 93 * 94 - * Allocate the PCI space for the fibs, map it and then intialise the 94 + * Allocate the PCI space for the fibs, map it and then initialise the 95 95 * fib area, the unmapped fib data and also the free list 96 96 */ 97 97
+1 -1
drivers/scsi/aic7xxx_old/aic7xxx.seq
··· 1178 1178 /* 1179 1179 * Retrieve an SCB by SCBID first searching the disconnected list falling 1180 1180 * back to DMA'ing the SCB down from the host. This routine assumes that 1181 - * ARG_1 is the SCBID of interrest and that SINDEX is the position in the 1181 + * ARG_1 is the SCBID of interest and that SINDEX is the position in the 1182 1182 * disconnected list to start the search from. If SINDEX is SCB_LIST_NULL, 1183 1183 * we go directly to the host for the SCB. 1184 1184 */
+2 -2
drivers/scsi/aic94xx/aic94xx_reg_def.h
··· 1689 1689 #define PHY_START_CAL 0x01 1690 1690 1691 1691 /* 1692 - * HST_PCIX2 Registers, Addresss Range: (0x00-0xFC) 1692 + * HST_PCIX2 Registers, Address Range: (0x00-0xFC) 1693 1693 */ 1694 1694 #define PCIX_REG_BASE_ADR 0xB8040000 1695 1695 ··· 1802 1802 #define PCIC_TP_CTRL 0xFC 1803 1803 1804 1804 /* 1805 - * EXSI Registers, Addresss Range: (0x00-0xFC) 1805 + * EXSI Registers, Address Range: (0x00-0xFC) 1806 1806 */ 1807 1807 #define EXSI_REG_BASE_ADR REG_BASE_ADDR_EXSI 1808 1808
+3 -3
drivers/scsi/aic94xx/aic94xx_seq.c
··· 797 797 int j; 798 798 /* Start from Page 1 of Mode 0 and 1. */ 799 799 moffs = LSEQ_PAGE_SIZE + i*LSEQ_MODE_SCRATCH_SIZE; 800 - /* All the fields of page 1 can be intialized to 0. */ 800 + /* All the fields of page 1 can be initialized to 0. */ 801 801 for (j = 0; j < LSEQ_PAGE_SIZE; j += 4) 802 802 asd_write_reg_dword(asd_ha, LmSCRATCH(lseq)+moffs+j,0); 803 803 } ··· 938 938 asd_write_reg_dword(asd_ha, SCBPRO, 0); 939 939 asd_write_reg_dword(asd_ha, CSEQCON, 0); 940 940 941 - /* Intialize CSEQ Mode 11 Interrupt Vectors. 941 + /* Initialize CSEQ Mode 11 Interrupt Vectors. 942 942 * The addresses are 16 bit wide and in dword units. 943 943 * The values of their macros are in byte units. 944 944 * Thus we have to divide by 4. */ ··· 961 961 asd_write_reg_word(asd_ha, CPRGMCNT, cseq_idle_loop); 962 962 963 963 for (i = 0; i < 8; i++) { 964 - /* Intialize Mode n Link m Interrupt Enable. */ 964 + /* Initialize Mode n Link m Interrupt Enable. */ 965 965 asd_write_reg_dword(asd_ha, CMnINTEN(i), EN_CMnRSPMBXF); 966 966 /* Initialize Mode n Request Mailbox. */ 967 967 asd_write_reg_dword(asd_ha, CMnREQMBX(i), 0);
+1 -1
drivers/scsi/bfa/bfa_fcpim.c
··· 2092 2092 2093 2093 case BFA_IOIM_SM_ABORT: 2094 2094 /** 2095 - * IO is alraedy being cleaned up implicitly 2095 + * IO is already being cleaned up implicitly 2096 2096 */ 2097 2097 ioim->io_cbfn = __bfa_cb_ioim_abort; 2098 2098 break;
+1 -1
drivers/scsi/bfa/bfa_fcs_lport.c
··· 5742 5742 switch (status) { 5743 5743 case BFA_STATUS_OK: 5744 5744 /* 5745 - * Initialiaze the V-Port fields 5745 + * Initialize the V-Port fields 5746 5746 */ 5747 5747 __vport_fcid(vport) = bfa_lps_get_pid(vport->lps); 5748 5748 vport->vport_stats.fdisc_accepts++;
+4 -4
drivers/scsi/dc395x.c
··· 3795 3795 * adapter_add_device - Adds the device instance to the adaptor instance. 3796 3796 * 3797 3797 * @acb: The adapter device to be updated 3798 - * @dcb: A newly created and intialised device instance to add. 3798 + * @dcb: A newly created and initialised device instance to add. 3799 3799 **/ 3800 3800 static void adapter_add_device(struct AdapterCtlBlk *acb, 3801 3801 struct DeviceCtlBlk *dcb) ··· 4497 4497 * init_adapter - Grab the resource for the card, setup the adapter 4498 4498 * information, set the card into a known state, create the various 4499 4499 * tables etc etc. This basically gets all adapter information all up 4500 - * to date, intialised and gets the chip in sync with it. 4500 + * to date, initialised and gets the chip in sync with it. 4501 4501 * 4502 4502 * @host: This hosts adapter structure 4503 4503 * @io_port: The base I/O port ··· 4788 4788 * that it finds in the system. The pci_dev strcuture indicates which 4789 4789 * instance we are being called from. 4790 4790 * 4791 - * @dev: The PCI device to intialize. 4791 + * @dev: The PCI device to initialize. 4792 4792 * @id: Looks like a pointer to the entry in our pci device table 4793 4793 * that was actually matched by the PCI subsystem. 4794 4794 * ··· 4859 4859 * dc395x_remove_one - Called to remove a single instance of the 4860 4860 * adapter. 4861 4861 * 4862 - * @dev: The PCI device to intialize. 4862 + * @dev: The PCI device to initialize. 4863 4863 **/ 4864 4864 static void __devexit dc395x_remove_one(struct pci_dev *dev) 4865 4865 {
+1 -1
drivers/scsi/libfc/fc_fcp.c
··· 1212 1212 /** 1213 1213 * fc_lun_reset() - Send a LUN RESET command to a device 1214 1214 * and wait for the reply 1215 - * @lport: The local port to sent the comand on 1215 + * @lport: The local port to sent the command on 1216 1216 * @fsp: The FCP packet that identifies the LUN to be reset 1217 1217 * @id: The SCSI command ID 1218 1218 * @lun: The LUN ID to be reset
+1 -1
drivers/scsi/lpfc/lpfc_attr.c
··· 1339 1339 } 1340 1340 1341 1341 /** 1342 - * lpfc_param_init - Intializes a cfg attribute 1342 + * lpfc_param_init - Initializes a cfg attribute 1343 1343 * 1344 1344 * Description: 1345 1345 * Macro that given an attr e.g. hba_queue_depth expands
+1 -1
drivers/scsi/lpfc/lpfc_hbadisc.c
··· 2614 2614 if (unlikely(!fcf_record)) { 2615 2615 lpfc_printf_log(phba, KERN_ERR, 2616 2616 LOG_MBOX | LOG_SLI, 2617 - "2554 Could not allocate memmory for " 2617 + "2554 Could not allocate memory for " 2618 2618 "fcf record\n"); 2619 2619 rc = -ENODEV; 2620 2620 goto out;
+1 -1
drivers/scsi/lpfc/lpfc_sli.c
··· 9619 9619 * lpfc_sli4_queue_free - free a queue structure and associated memory 9620 9620 * @queue: The queue structure to free. 9621 9621 * 9622 - * This function frees a queue structure and the DMAable memeory used for 9622 + * This function frees a queue structure and the DMAable memory used for 9623 9623 * the host resident queue. This function must be called after destroying the 9624 9624 * queue on the HBA. 9625 9625 **/
+1 -1
drivers/scsi/megaraid.h
··· 13 13 */ 14 14 15 15 /* 16 - * Comand coalescing - This feature allows the driver to be able to combine 16 + * Command coalescing - This feature allows the driver to be able to combine 17 17 * two or more commands and issue as one command in order to boost I/O 18 18 * performance. Useful if the nature of the I/O is sequential. It is not very 19 19 * useful for random natured I/Os.
+1 -1
drivers/scsi/pm8001/pm8001_init.c
··· 603 603 #endif 604 604 605 605 intx: 606 - /* intialize the INT-X interrupt */ 606 + /* initialize the INT-X interrupt */ 607 607 rc = request_irq(pdev->irq, irq_handler, IRQF_SHARED, DRV_NAME, 608 608 SHOST_TO_SAS_HA(pm8001_ha->shost)); 609 609 return rc;
+1 -1
drivers/scsi/scsi_netlink.c
··· 477 477 478 478 479 479 /** 480 - * scsi_netlink_init - Called by SCSI subsystem to intialize 480 + * scsi_netlink_init - Called by SCSI subsystem to initialize 481 481 * the SCSI transport netlink interface 482 482 * 483 483 **/
+1 -1
drivers/scsi/sym53c8xx_2/sym_glue.c
··· 1864 1864 * 1865 1865 * This routine is similar to sym_set_workarounds(), except 1866 1866 * that, at this point, we already know that the device was 1867 - * successfully intialized at least once before, and so most 1867 + * successfully initialized at least once before, and so most 1868 1868 * of the steps taken there are un-needed here. 1869 1869 */ 1870 1870 static void sym2_reset_workarounds(struct pci_dev *pdev)
+2 -2
drivers/spi/atmel_spi.c
··· 341 341 /* 342 342 * For DMA, tx_buf/tx_dma have the same relationship as rx_buf/rx_dma: 343 343 * - The buffer is either valid for CPU access, else NULL 344 - * - If the buffer is valid, so is its DMA addresss 344 + * - If the buffer is valid, so is its DMA address 345 345 * 346 - * This driver manages the dma addresss unless message->is_dma_mapped. 346 + * This driver manages the dma address unless message->is_dma_mapped. 347 347 */ 348 348 static int 349 349 atmel_spi_dma_map_xfer(struct atmel_spi *as, struct spi_transfer *xfer)
+1 -1
drivers/spi/spidev.c
··· 38 38 39 39 40 40 /* 41 - * This supports acccess to SPI devices using normal userspace I/O calls. 41 + * This supports access to SPI devices using normal userspace I/O calls. 42 42 * Note that while traditional UNIX/POSIX I/O semantics are half duplex, 43 43 * and often mask message boundaries, full SPI support requires full duplex 44 44 * transfers. There are several kinds of internal message boundaries to
+1 -1
drivers/staging/stradis/stradis.c
··· 745 745 } 746 746 } 747 747 748 - /* Intialize bitmangler to map from a byte value to the mangled word that 748 + /* Initialize bitmangler to map from a byte value to the mangled word that 749 749 * must be output to program the Xilinx part through the DEBI port. 750 750 * Xilinx Data Bit->DEBI Bit: 0->15 1->7 2->6 3->12 4->11 5->2 6->1 7->0 751 751 * transfer FPGA code, init IBM chip, transfer IBM microcode
+1 -1
drivers/usb/gadget/imx_udc.c
··· 1316 1316 }; 1317 1317 1318 1318 /******************************************************************************* 1319 - * USB gadged driver functions 1319 + * USB gadget driver functions 1320 1320 ******************************************************************************* 1321 1321 */ 1322 1322 int usb_gadget_probe_driver(struct usb_gadget_driver *driver,
+1 -1
drivers/usb/host/imx21-hcd.c
··· 1658 1658 1659 1659 spin_lock_irqsave(&imx21->lock, flags); 1660 1660 1661 - /* Reset the Host controler modules */ 1661 + /* Reset the Host controller modules */ 1662 1662 writel(USBOTG_RST_RSTCTRL | USBOTG_RST_RSTRH | 1663 1663 USBOTG_RST_RSTHSIE | USBOTG_RST_RSTHC, 1664 1664 imx21->regs + USBOTG_RST_CTRL);
+1 -1
drivers/usb/host/oxu210hp-hcd.c
··· 3094 3094 3095 3095 /* Some boards (mostly VIA?) report bogus overcurrent indications, 3096 3096 * causing massive log spam unless we completely ignore them. It 3097 - * may be relevant that VIA VT8235 controlers, where PORT_POWER is 3097 + * may be relevant that VIA VT8235 controllers, where PORT_POWER is 3098 3098 * always set, seem to clear PORT_OCC and PORT_CSC when writing to 3099 3099 * PORT_POWER; that's surprising, but maybe within-spec. 3100 3100 */
+1 -1
drivers/usb/misc/adutux.c
··· 717 717 goto exit; 718 718 } 719 719 720 - /* allocate memory for our device state and intialize it */ 720 + /* allocate memory for our device state and initialize it */ 721 721 dev = kzalloc(sizeof(struct adu_device), GFP_KERNEL); 722 722 if (dev == NULL) { 723 723 dev_err(&interface->dev, "Out of memory\n");
+1 -1
drivers/usb/misc/iowarrior.c
··· 768 768 int i; 769 769 int retval = -ENOMEM; 770 770 771 - /* allocate memory for our device state and intialize it */ 771 + /* allocate memory for our device state and initialize it */ 772 772 dev = kzalloc(sizeof(struct iowarrior), GFP_KERNEL); 773 773 if (dev == NULL) { 774 774 dev_err(&interface->dev, "Out of memory\n");
+1 -1
drivers/usb/misc/ldusb.c
··· 642 642 int i; 643 643 int retval = -ENOMEM; 644 644 645 - /* allocate memory for our device state and intialize it */ 645 + /* allocate memory for our device state and initialize it */ 646 646 647 647 dev = kzalloc(sizeof(*dev), GFP_KERNEL); 648 648 if (dev == NULL) {
+2 -2
drivers/usb/musb/musb_gadget.c
··· 1636 1636 struct musb_hw_ep *hw_ep; 1637 1637 unsigned count = 0; 1638 1638 1639 - /* intialize endpoint list just once */ 1639 + /* initialize endpoint list just once */ 1640 1640 INIT_LIST_HEAD(&(musb->g.ep_list)); 1641 1641 1642 1642 for (epnum = 0, hw_ep = musb->endpoints; ··· 1715 1715 * 1716 1716 * -EINVAL something went wrong (not driver) 1717 1717 * -EBUSY another gadget is already using the controller 1718 - * -ENOMEM no memeory to perform the operation 1718 + * -ENOMEM no memory to perform the operation 1719 1719 * 1720 1720 * @param driver the gadget driver 1721 1721 * @param bind the driver's bind function
+1 -1
drivers/usb/wusbcore/wa-rpipe.c
··· 49 49 * 50 50 * USB Stack port number 4 (1 based) 51 51 * WUSB code port index 3 (0 based) 52 - * USB Addresss 5 (2 based -- 0 is for default, 1 for root hub) 52 + * USB Address 5 (2 based -- 0 is for default, 1 for root hub) 53 53 * 54 54 * Now, because we don't use the concept as default address exactly 55 55 * like the (wired) USB code does, we need to kind of skip it. So we
+1 -1
drivers/video/sstfb.c
··· 536 536 fbiinit2 = sst_read(FBIINIT2); 537 537 fbiinit3 = sst_read(FBIINIT3); 538 538 539 - /* everything is reset. we enable fbiinit2/3 remap : dac acces ok */ 539 + /* everything is reset. we enable fbiinit2/3 remap : dac access ok */ 540 540 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, 541 541 PCI_EN_INIT_WR | PCI_REMAP_DAC ); 542 542
+1 -1
fs/ext4/ext4.h
··· 577 577 #endif 578 578 }; 579 579 580 - /* Max physical block we can addres w/o extents */ 580 + /* Max physical block we can address w/o extents */ 581 581 #define EXT4_MAX_BLOCK_FILE_PHYS 0xFFFFFFFF 582 582 583 583 /*
+2 -2
fs/ext4/extents.c
··· 2825 2825 * to an uninitialized extent. 2826 2826 * 2827 2827 * Writing to an uninitized extent may result in splitting the uninitialized 2828 - * extent into multiple /intialized unintialized extents (up to three) 2828 + * extent into multiple /initialized uninitialized extents (up to three) 2829 2829 * There are three possibilities: 2830 2830 * a> There is no split required: Entire extent should be uninitialized 2831 2831 * b> Splits in two extents: Write is happening at either end of the extent 2832 2832 * c> Splits in three extents: Somone is writing in middle of the extent 2833 2833 * 2834 2834 * One of more index blocks maybe needed if the extent tree grow after 2835 - * the unintialized extent split. To prevent ENOSPC occur at the IO 2835 + * the uninitialized extent split. To prevent ENOSPC occur at the IO 2836 2836 * complete, we need to split the uninitialized extent before DIO submit 2837 2837 * the IO. The uninitialized extent called at this time will be split 2838 2838 * into three uninitialized extent(at most). After IO complete, the part
+2 -2
fs/ext4/inode.c
··· 3740 3740 * preallocated extents, and those write extend the file, no need to 3741 3741 * fall back to buffered IO. 3742 3742 * 3743 - * For holes, we fallocate those blocks, mark them as unintialized 3743 + * For holes, we fallocate those blocks, mark them as uninitialized 3744 3744 * If those blocks were preallocated, we mark sure they are splited, but 3745 - * still keep the range to write as unintialized. 3745 + * still keep the range to write as uninitialized. 3746 3746 * 3747 3747 * The unwrritten extents will be converted to written when DIO is completed. 3748 3748 * For async direct IO, since the IO may still pending when return, we
+1 -1
fs/ocfs2/inode.c
··· 434 434 * #1 and #2 can be simply solved by never taking the lock 435 435 * here for system files (which are the only type we read 436 436 * during mount). It's a heavier approach, but our main 437 - * concern is user-accesible files anyway. 437 + * concern is user-accessible files anyway. 438 438 * 439 439 * #3 works itself out because we'll eventually take the 440 440 * cluster lock before trusting anything anyway.
+1 -1
fs/ocfs2/suballoc.c
··· 1916 1916 if (res->sr_bg_blkno) { 1917 1917 /* Attempt to short-circuit the usual search mechanism 1918 1918 * by jumping straight to the most recently used 1919 - * allocation group. This helps us mantain some 1919 + * allocation group. This helps us maintain some 1920 1920 * contiguousness across allocations. */ 1921 1921 status = ocfs2_search_one_group(ac, handle, bits_wanted, 1922 1922 min_bits, res, &bits_left);
+1 -1
fs/xfs/linux-2.6/xfs_super.c
··· 938 938 * Slab object creation initialisation for the XFS inode. 939 939 * This covers only the idempotent fields in the XFS inode; 940 940 * all other fields need to be initialised on allocation 941 - * from the slab. This avoids the need to repeatedly intialise 941 + * from the slab. This avoids the need to repeatedly initialise 942 942 * fields in the xfs inode that left in the initialise state 943 943 * when freeing the inode. 944 944 */
+1 -1
include/acpi/actbl1.h
··· 119 119 struct acpi_table_bert { 120 120 struct acpi_table_header header; /* Common ACPI table header */ 121 121 u32 region_length; /* Length of the boot error region */ 122 - u64 address; /* Physical addresss of the error region */ 122 + u64 address; /* Physical address of the error region */ 123 123 }; 124 124 125 125 /* Boot Error Region (not a subtable, pointed to by Address field above) */
+1 -1
include/linux/cgroup.h
··· 564 564 /* 565 565 * To iterate across the tasks in a cgroup: 566 566 * 567 - * 1) call cgroup_iter_start to intialize an iterator 567 + * 1) call cgroup_iter_start to initialize an iterator 568 568 * 569 569 * 2) call cgroup_iter_next() to retrieve member tasks until it 570 570 * returns NULL or until you want to end the iteration
+1 -1
include/linux/firewire-cdev.h
··· 273 273 * @closure: See &fw_cdev_event_common; 274 274 * set by %FW_CDEV_CREATE_ISO_CONTEXT ioctl 275 275 * @type: %FW_CDEV_EVENT_ISO_INTERRUPT_MULTICHANNEL 276 - * @completed: Offset into the receive buffer; data before this offest is valid 276 + * @completed: Offset into the receive buffer; data before this offset is valid 277 277 * 278 278 * This event is sent in multichannel contexts (context type 279 279 * %FW_CDEV_ISO_CONTEXT_RECEIVE_MULTICHANNEL) for &fw_cdev_iso_packet buffer
+1 -1
include/linux/mfd/core.h
··· 39 39 size_t data_size; 40 40 41 41 /* 42 - * This resources can be specified relatievly to the parent device. 42 + * This resources can be specified relatively to the parent device. 43 43 * For accessing device you should use resources from device 44 44 */ 45 45 int num_resources;
+2 -2
include/net/sctp/user.h
··· 99 99 #define SCTP_SOCKOPT_PEELOFF 102 /* peel off association. */ 100 100 /* Options 104-106 are deprecated and removed. Do not use this space */ 101 101 #define SCTP_SOCKOPT_CONNECTX_OLD 107 /* CONNECTX old requests. */ 102 - #define SCTP_GET_PEER_ADDRS 108 /* Get all peer addresss. */ 103 - #define SCTP_GET_LOCAL_ADDRS 109 /* Get all local addresss. */ 102 + #define SCTP_GET_PEER_ADDRS 108 /* Get all peer address. */ 103 + #define SCTP_GET_LOCAL_ADDRS 109 /* Get all local address. */ 104 104 #define SCTP_SOCKOPT_CONNECTX 110 /* CONNECTX requests. */ 105 105 #define SCTP_SOCKOPT_CONNECTX3 111 /* CONNECTX requests (updated) */ 106 106
+2 -2
include/scsi/fc/fc_fcp.h
··· 46 46 */ 47 47 struct fcp_cmnd { 48 48 __u8 fc_lun[8]; /* logical unit number */ 49 - __u8 fc_cmdref; /* commmand reference number */ 49 + __u8 fc_cmdref; /* command reference number */ 50 50 __u8 fc_pri_ta; /* priority and task attribute */ 51 51 __u8 fc_tm_flags; /* task management flags */ 52 52 __u8 fc_flags; /* additional len & flags */ ··· 58 58 59 59 struct fcp_cmnd32 { 60 60 __u8 fc_lun[8]; /* logical unit number */ 61 - __u8 fc_cmdref; /* commmand reference number */ 61 + __u8 fc_cmdref; /* command reference number */ 62 62 __u8 fc_pri_ta; /* priority and task attribute */ 63 63 __u8 fc_tm_flags; /* task management flags */ 64 64 __u8 fc_flags; /* additional len & flags */
+1 -1
kernel/debug/kdb/kdb_main.c
··· 2913 2913 } 2914 2914 } 2915 2915 2916 - /* Intialize kdb_printf, breakpoint tables and kdb state */ 2916 + /* Initialize kdb_printf, breakpoint tables and kdb state */ 2917 2917 void __init kdb_init(int lvl) 2918 2918 { 2919 2919 static int kdb_init_lvl = KDB_NOT_INITIALIZED;
+1 -1
kernel/kexec.c
··· 163 163 * just verifies it is an address we can use. 164 164 * 165 165 * Since the kernel does everything in page size chunks ensure 166 - * the destination addreses are page aligned. Too many 166 + * the destination addresses are page aligned. Too many 167 167 * special cases crop of when we don't do this. The most 168 168 * insidious is getting overlapping destination addresses 169 169 * simply because addresses are changed to page size
+1 -1
kernel/power/swap.c
··· 865 865 /** 866 866 * swsusp_read - read the hibernation image. 867 867 * @flags_p: flags passed by the "frozen" kernel in the image header should 868 - * be written into this memeory location 868 + * be written into this memory location 869 869 */ 870 870 871 871 int swsusp_read(unsigned int *flags_p)
+1 -1
kernel/sched.c
··· 2568 2568 * try_to_wake_up_local - try to wake up a local task with rq lock held 2569 2569 * @p: the thread to be awakened 2570 2570 * 2571 - * Put @p on the run-queue if it's not alredy there. The caller must 2571 + * Put @p on the run-queue if it's not already there. The caller must 2572 2572 * ensure that this_rq() is locked, @p is bound to this_rq() and not 2573 2573 * the current task. this_rq() stays locked over invocation. 2574 2574 */
+1 -1
kernel/sysctl_binary.c
··· 1193 1193 1194 1194 buf[result] = '\0'; 1195 1195 1196 - /* Convert the decnet addresss to binary */ 1196 + /* Convert the decnet address to binary */ 1197 1197 result = -EIO; 1198 1198 nodep = strchr(buf, '.') + 1; 1199 1199 if (!nodep)
+1 -1
kernel/time/clocksource.c
··· 678 678 int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq) 679 679 { 680 680 681 - /* Intialize mult/shift and max_idle_ns */ 681 + /* Initialize mult/shift and max_idle_ns */ 682 682 __clocksource_updatefreq_scale(cs, scale, freq); 683 683 684 684 /* Add clocksource to the clcoksource list */
+1 -1
kernel/trace/trace_entries.h
··· 53 53 */ 54 54 55 55 /* 56 - * Function trace entry - function address and parent function addres: 56 + * Function trace entry - function address and parent function address: 57 57 */ 58 58 FTRACE_ENTRY(function, ftrace_entry, 59 59
+1 -1
lib/nlattr.c
··· 167 167 * @policy: validation policy 168 168 * 169 169 * Parses a stream of attributes and stores a pointer to each attribute in 170 - * the tb array accessable via the attribute type. Attributes with a type 170 + * the tb array accessible via the attribute type. Attributes with a type 171 171 * exceeding maxtype will be silently ignored for backwards compatibility 172 172 * reasons. policy may be set to NULL if no validation is required. 173 173 *
+1 -1
lib/swiotlb.c
··· 60 60 static char *io_tlb_start, *io_tlb_end; 61 61 62 62 /* 63 - * The number of IO TLB blocks (in groups of 64) betweeen io_tlb_start and 63 + * The number of IO TLB blocks (in groups of 64) between io_tlb_start and 64 64 * io_tlb_end. This is command line adjustable via setup_io_tlb_npages. 65 65 */ 66 66 static unsigned long io_tlb_nslabs;
+1 -1
mm/percpu.c
··· 258 258 259 259 /* 260 260 * (Un)populated page region iterators. Iterate over (un)populated 261 - * page regions betwen @start and @end in @chunk. @rs and @re should 261 + * page regions between @start and @end in @chunk. @rs and @re should 262 262 * be integer variables and will be set to start and end page index of 263 263 * the current region. 264 264 */
+1 -1
mm/sparse-vmemmap.c
··· 9 9 * 10 10 * However, virtual mappings need a page table and TLBs. Many Linux 11 11 * architectures already map their physical space using 1-1 mappings 12 - * via TLBs. For those arches the virtual memmory map is essentially 12 + * via TLBs. For those arches the virtual memory map is essentially 13 13 * for free if we use the same page size as the 1-1 mappings. In that 14 14 * case the overhead consists of a few additional pages that are 15 15 * allocated to create a view of memory for vmemmap.
+1 -1
net/core/dev.c
··· 6096 6096 static void __net_exit default_device_exit_batch(struct list_head *net_list) 6097 6097 { 6098 6098 /* At exit all network devices most be removed from a network 6099 - * namespace. Do this in the reverse order of registeration. 6099 + * namespace. Do this in the reverse order of registration. 6100 6100 * Do this across as many network namespaces as possible to 6101 6101 * improve batching efficiency. 6102 6102 */
+1 -1
net/decnet/dn_dev.c
··· 1112 1112 /* 1113 1113 * This processes a device up event. We only start up 1114 1114 * the loopback device & ethernet devices with correct 1115 - * MAC addreses automatically. Others must be started 1115 + * MAC addresses automatically. Others must be started 1116 1116 * specifically. 1117 1117 * 1118 1118 * FIXME: How should we configure the loopback address ? If we could dispense
+1 -1
net/ipv4/tcp_output.c
··· 1336 1336 return 0; 1337 1337 } 1338 1338 1339 - /* Intialize TSO state of a skb. 1339 + /* Initialize TSO state of a skb. 1340 1340 * This must be invoked the first time we consider transmitting 1341 1341 * SKB onto the wire. 1342 1342 */
+1 -1
scripts/kconfig/confdata.c
··· 946 946 int cnt, def; 947 947 948 948 /* 949 - * If choice is mod then we may have more items slected 949 + * If choice is mod then we may have more items selected 950 950 * and if no then no-one. 951 951 * In both cases stop. 952 952 */
+1 -1
scripts/mod/modpost.c
··· 1614 1614 * A module includes a number of sections that are discarded 1615 1615 * either when loaded or when used as built-in. 1616 1616 * For loaded modules all functions marked __init and all data 1617 - * marked __initdata will be discarded when the module has been intialized. 1617 + * marked __initdata will be discarded when the module has been initialized. 1618 1618 * Likewise for modules used built-in the sections marked __exit 1619 1619 * are discarded because __exit marked function are supposed to be called 1620 1620 * only when a module is unloaded which never happens for built-in modules.
+1 -1
security/apparmor/include/match.h
··· 27 27 * The format used for transition tables is based on the GNU flex table 28 28 * file format (--tables-file option; see Table File Format in the flex 29 29 * info pages and the flex sources for documentation). The magic number 30 - * used in the header is 0x1B5E783D insted of 0xF13C57B1 though, because 30 + * used in the header is 0x1B5E783D instead of 0xF13C57B1 though, because 31 31 * the YY_ID_CHK (check) and YY_ID_DEF (default) tables are used 32 32 * slightly differently (see the apparmor-parser package). 33 33 */
+1 -1
sound/core/init.c
··· 642 642 * external accesses. Thus, you should call this function at the end 643 643 * of the initialization of the card. 644 644 * 645 - * Returns zero otherwise a negative error code if the registrain failed. 645 + * Returns zero otherwise a negative error code if the registration failed. 646 646 */ 647 647 int snd_card_register(struct snd_card *card) 648 648 {
+1 -1
sound/core/pcm_native.c
··· 985 985 if (push) 986 986 snd_pcm_update_hw_ptr(substream); 987 987 /* The jiffies check in snd_pcm_update_hw_ptr*() is done by 988 - * a delta betwen the current jiffies, this gives a large enough 988 + * a delta between the current jiffies, this gives a large enough 989 989 * delta, effectively to skip the check once. 990 990 */ 991 991 substream->runtime->hw_ptr_jiffies = jiffies - HZ * 1000;
+1 -1
sound/isa/opl3sa2.c
··· 264 264 snd_printd("OPL3-SA [0x%lx] detect (1) = 0x%x (0x%x)\n", port, tmp, tmp1); 265 265 return -ENODEV; 266 266 } 267 - /* try if the MIC register is accesible */ 267 + /* try if the MIC register is accessible */ 268 268 tmp = snd_opl3sa2_read(chip, OPL3SA2_MIC); 269 269 snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x8a); 270 270 if (((tmp1 = snd_opl3sa2_read(chip, OPL3SA2_MIC)) & 0x9f) != 0x8a) {
+1 -1
sound/pci/ca0106/ca0106.h
··· 188 188 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ 189 189 /* PTR[5:0], Default: 0x0 */ 190 190 #define PLAYBACK_UNKNOWN3 0x03 /* Not used ?? */ 191 - #define PLAYBACK_DMA_ADDR 0x04 /* Playback DMA addresss */ 191 + #define PLAYBACK_DMA_ADDR 0x04 /* Playback DMA address */ 192 192 /* DMA[31:0], Default: 0x0 */ 193 193 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size. win2000 uses 0x04000000 */ 194 194 /* SIZE[31:16], Default: 0x0 */
+1 -1
sound/pci/emu10k1/emu10k1x.c
··· 114 114 */ 115 115 #define PLAYBACK_LIST_SIZE 0x01 /* Size of list in bytes << 16. E.g. 8 periods -> 0x00380000 */ 116 116 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ 117 - #define PLAYBACK_DMA_ADDR 0x04 /* Playback DMA addresss */ 117 + #define PLAYBACK_DMA_ADDR 0x04 /* Playback DMA address */ 118 118 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size */ 119 119 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Sample currently in DAC */ 120 120 #define PLAYBACK_UNKNOWN1 0x07
+1 -1
sound/pci/emu10k1/p16v.h
··· 96 96 #define PLAYBACK_LIST_SIZE 0x01 /* Size of list in bytes << 16. E.g. 8 periods -> 0x00380000 */ 97 97 #define PLAYBACK_LIST_PTR 0x02 /* Pointer to the current period being played */ 98 98 #define PLAYBACK_UNKNOWN3 0x03 /* Not used */ 99 - #define PLAYBACK_DMA_ADDR 0x04 /* Playback DMA addresss */ 99 + #define PLAYBACK_DMA_ADDR 0x04 /* Playback DMA address */ 100 100 #define PLAYBACK_PERIOD_SIZE 0x05 /* Playback period size. win2000 uses 0x04000000 */ 101 101 #define PLAYBACK_POINTER 0x06 /* Playback period pointer. Used with PLAYBACK_LIST_PTR to determine buffer position currently in DAC */ 102 102 #define PLAYBACK_FIFO_END_ADDRESS 0x07 /* Playback FIFO end address */
+1 -1
sound/pci/es1968.c
··· 220 220 #define RINGB_EN_2CODEC 0x0020 221 221 #define RINGB_SING_BIT_DUAL 0x0040 222 222 223 - /* ****Port Adresses**** */ 223 + /* ****Port Addresses**** */ 224 224 225 225 /* Write & Read */ 226 226 #define ESM_INDEX 0x02
+3 -3
sound/pci/rme9652/hdspm.c
··· 487 487 struct snd_kcontrol *playback_mixer_ctls[HDSPM_MAX_CHANNELS]; 488 488 /* but input to much, so not used */ 489 489 struct snd_kcontrol *input_mixer_ctls[HDSPM_MAX_CHANNELS]; 490 - /* full mixer accessable over mixer ioctl or hwdep-device */ 490 + /* full mixer accessible over mixer ioctl or hwdep-device */ 491 491 struct hdspm_mixer *mixer; 492 492 493 493 }; ··· 550 550 return bit2freq_tab[n]; 551 551 } 552 552 553 - /* Write/read to/from HDSPM with Adresses in Bytes 553 + /* Write/read to/from HDSPM with Addresses in Bytes 554 554 not words but only 32Bit writes are allowed */ 555 555 556 556 static inline void hdspm_write(struct hdspm * hdspm, unsigned int reg, ··· 2908 2908 2909 2909 /* Channel playback mixer as default control 2910 2910 Note: the whole matrix would be 128*HDSPM_MIXER_CHANNELS Faders, 2911 - thats too * big for any alsamixer they are accesible via special 2911 + thats too * big for any alsamixer they are accessible via special 2912 2912 IOCTL on hwdep and the mixer 2dimensional mixer control 2913 2913 */ 2914 2914
+1 -1
sound/soc/codecs/max98088.c
··· 1953 1953 return ret; 1954 1954 } 1955 1955 1956 - /* initalize private data */ 1956 + /* initialize private data */ 1957 1957 1958 1958 max98088->sysclk = (unsigned)-1; 1959 1959 max98088->eq_textcnt = 0;
+3 -3
sound/soc/s3c24xx/smdk_spdif.c
··· 61 61 goto out3; 62 62 } 63 63 64 - /* Set audio clock heirachy for S/PDIF */ 64 + /* Set audio clock hierarchy for S/PDIF */ 65 65 clk_set_parent(mout_epll, fout_epll); 66 66 clk_set_parent(sclk_audio0, mout_epll); 67 67 clk_set_parent(sclk_spdif, sclk_audio0); ··· 79 79 80 80 /* We should haved to set clock directly on this part because of clock 81 81 * scheme of Samsudng SoCs did not support to set rates from abstrct 82 - * clock of it's heirachy. 82 + * clock of it's hierarchy. 83 83 */ 84 84 static int set_audio_clock_rate(unsigned long epll_rate, 85 85 unsigned long audio_rate) ··· 197 197 if (ret) 198 198 goto err1; 199 199 200 - /* Set audio clock heirachy manually */ 200 + /* Set audio clock hierarchy manually */ 201 201 ret = set_audio_clock_heirachy(smdk_snd_spdif_device); 202 202 if (ret) 203 203 goto err1;