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

tree-wide: Assorted spelling fixes

In particular, several occurances of funny versions of 'success',
'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address',
'beginning', 'desirable', 'separate' and 'necessary' are fixed.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Joe Perches <joe@perches.com>
Cc: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Daniel Mack and committed by
Jiri Kosina
3ad2f3fb 1537a363

+192 -192
+3 -3
Documentation/DocBook/mtdnand.tmpl
··· 488 488 The ECC bytes must be placed immidiately after the data 489 489 bytes in order to make the syndrome generator work. This 490 490 is contrary to the usual layout used by software ECC. The 491 - seperation of data and out of band area is not longer 491 + separation of data and out of band area is not longer 492 492 possible. The nand driver code handles this layout and 493 493 the remaining free bytes in the oob area are managed by 494 494 the autoplacement code. Provide a matching oob-layout ··· 560 560 bad blocks. They have factory marked good blocks. The marker pattern 561 561 is erased when the block is erased to be reused. So in case of 562 562 powerloss before writing the pattern back to the chip this block 563 - would be lost and added to the bad blocks. Therefor we scan the 563 + would be lost and added to the bad blocks. Therefore we scan the 564 564 chip(s) when we detect them the first time for good blocks and 565 565 store this information in a bad block table before erasing any 566 566 of the blocks. ··· 1094 1094 manufacturers specifications. This applies similar to the spare area. 1095 1095 </para> 1096 1096 <para> 1097 - Therefor NAND aware filesystems must either write in page size chunks 1097 + Therefore NAND aware filesystems must either write in page size chunks 1098 1098 or hold a writebuffer to collect smaller writes until they sum up to 1099 1099 pagesize. Available NAND aware filesystems: JFFS2, YAFFS. 1100 1100 </para>
+1 -1
Documentation/DocBook/v4l/common.xml
··· 1170 1170 captured or output, applications can request frame skipping or 1171 1171 duplicating on the driver side. This is especially useful when using 1172 1172 the &func-read; or &func-write;, which are not augmented by timestamps 1173 - or sequence counters, and to avoid unneccessary data copying.</para> 1173 + or sequence counters, and to avoid unnecessary data copying.</para> 1174 1174 1175 1175 <para>Finally these ioctls can be used to determine the number of 1176 1176 buffers used internally by a driver in read/write mode. For
+1 -1
Documentation/DocBook/v4l/vidioc-g-parm.xml
··· 55 55 duplicating on the driver side. This is especially useful when using 56 56 the <function>read()</function> or <function>write()</function>, which 57 57 are not augmented by timestamps or sequence counters, and to avoid 58 - unneccessary data copying.</para> 58 + unnecessary data copying.</para> 59 59 60 60 <para>Further these ioctls can be used to determine the number of 61 61 buffers used internally by a driver in read/write mode. For
+2 -2
Documentation/arm/Samsung-S3C24XX/CPUfreq.txt
··· 14 14 how the clocks are arranged. The first implementation used as single 15 15 PLL to feed the ARM, memory and peripherals via a series of dividers 16 16 and muxes and this is the implementation that is documented here. A 17 - newer version where there is a seperate PLL and clock divider for the 18 - ARM core is available as a seperate driver. 17 + newer version where there is a separate PLL and clock divider for the 18 + ARM core is available as a separate driver. 19 19 20 20 21 21 Layout
+1 -1
Documentation/hwmon/abituguru
··· 30 30 bank1_types=1,1,0,0,0,0,0,2,0,0,0,0,2,0,0,1 31 31 You may also need to specify the fan_sensors option for these boards 32 32 fan_sensors=5 33 - 2) There is a seperate abituguru3 driver for these motherboards, 33 + 2) There is a separate abituguru3 driver for these motherboards, 34 34 the abituguru (without the 3 !) driver will not work on these 35 35 motherboards (and visa versa)! 36 36
+1 -1
Documentation/input/rotary-encoder.txt
··· 75 75 the configuration. 76 76 77 77 Because GPIO to IRQ mapping is platform specific, this information must 78 - be given in seperately to the driver. See the example below. 78 + be given in separately to the driver. See the example below. 79 79 80 80 ---------<snip>--------- 81 81
+1 -1
Documentation/networking/skfp.txt
··· 68 68 ======================= 69 69 70 70 From v2.01 on, the driver is integrated in the linux kernel sources. 71 - Therefor, the installation is the same as for any other adapter 71 + Therefore, the installation is the same as for any other adapter 72 72 supported by the kernel. 73 73 Refer to the manual of your distribution about the installation 74 74 of network adapters.
+1 -1
Documentation/s390/kvm.txt
··· 102 102 see also: include/linux/kvm.h 103 103 This ioctl stores the state of the cpu at the guest real address given as 104 104 argument, unless one of the following values defined in include/linux/kvm.h 105 - is given as arguement: 105 + is given as argument: 106 106 KVM_S390_STORE_STATUS_NOADDR - the CPU stores its status to the save area in 107 107 absolute lowcore as defined by the principles of operation 108 108 KVM_S390_STORE_STATUS_PREFIXED - the CPU stores its status to the save area in
+5 -5
Documentation/scsi/ChangeLog.lpfc
··· 989 989 * Remove redundant port_cmp != 2 check in if 990 990 (!port_cmp) { .... if (port_cmp != 2).... } 991 991 * Clock changes: removed struct clk_data and timerList. 992 - * Clock changes: seperate nodev_tmo and els_retry_delay into 2 993 - seperate timers and convert to 1 argument changed 992 + * Clock changes: separate nodev_tmo and els_retry_delay into 2 993 + separate timers and convert to 1 argument changed 994 994 LPFC_NODE_FARP_PEND_t to struct lpfc_node_farp_pend convert 995 995 ipfarp_tmo to 1 argument convert target struct tmofunc and 996 996 rtplunfunc to 1 argument * cr_count, cr_delay and ··· 1514 1514 * Remove unused elxclock declaration in elx_sli.h. 1515 1515 * Since everywhere IOCB_ENTRY is used, the return value is cast, 1516 1516 move the cast into the macro. 1517 - * Split ioctls out into seperate files 1517 + * Split ioctls out into separate files 1518 1518 1519 1519 Changes from 20040326 to 20040402 1520 1520 ··· 1534 1534 * Unused variable cleanup 1535 1535 * Use Linux list macros for DMABUF_t 1536 1536 * Break up ioctls into 3 sections, dfc, util, hbaapi 1537 - rearranged code so this could be easily seperated into a 1537 + rearranged code so this could be easily separated into a 1538 1538 differnet module later All 3 are currently turned on by 1539 1539 defines in lpfc_ioctl.c LPFC_DFC_IOCTL, LPFC_UTIL_IOCTL, 1540 1540 LPFC_HBAAPI_IOCTL ··· 1551 1551 started by lpfc_online(). lpfc_offline() only stopped 1552 1552 els_timeout routine. It now stops all timeout routines 1553 1553 associated with that hba. 1554 - * Replace seperate next and prev pointers in struct 1554 + * Replace separate next and prev pointers in struct 1555 1555 lpfc_bindlist with list_head type. In elxHBA_t, replace 1556 1556 fc_nlpbind_start and _end with fc_nlpbind_list and use 1557 1557 list_head macros to access it.
+1 -1
Documentation/trace/ftrace.txt
··· 1588 1588 1589 1589 When tracing is enabled, kstop_machine is called to prevent 1590 1590 races with the CPUS executing code being modified (which can 1591 - cause the CPU to do undesireable things), and the nops are 1591 + cause the CPU to do undesirable things), and the nops are 1592 1592 patched back to calls. But this time, they do not call mcount 1593 1593 (which is just a function stub). They now call into the ftrace 1594 1594 infrastructure.
+1 -1
arch/arm/mach-ep93xx/micro9.c
··· 28 28 * 29 29 * Micro9-High has up to 64MB of 32-bit flash on CS1 30 30 * Micro9-Mid has up to 64MB of either 32-bit or 16-bit flash on CS1 31 - * Micro9-Lite uses a seperate MTD map driver for flash support 31 + * Micro9-Lite uses a separate MTD map driver for flash support 32 32 * Micro9-Slim has up to 64MB of either 32-bit or 16-bit flash on CS1 33 33 *************************************************************************/ 34 34 static struct physmap_flash_data micro9_flash_data;
+1 -1
arch/arm/mach-nomadik/board-nhk8815.c
··· 38 38 #define SRC_CR_INIT_MASK 0x00007fff 39 39 #define SRC_CR_INIT_VAL 0x2aaa8000 40 40 41 - /* These adresses span 16MB, so use three individual pages */ 41 + /* These addresses span 16MB, so use three individual pages */ 42 42 static struct resource nhk8815_nand_resources[] = { 43 43 { 44 44 .name = "nand_addr",
+2 -2
arch/arm/mach-u300/core.c
··· 356 356 /* 357 357 * The AVE3e requires two regions of 256MB that it considers 358 358 * "invisible". The hardware will not be able to access these 359 - * adresses, so they should never point to system RAM. 359 + * addresses, so they should never point to system RAM. 360 360 */ 361 361 { 362 362 .name = "AVE3e Reserved 0", ··· 571 571 /* 572 572 * Some devices and their resources require reserved physical memory from 573 573 * the end of the available RAM. This function traverses the list of devices 574 - * and assigns actual adresses to these. 574 + * and assigns actual addresses to these. 575 575 */ 576 576 static void __init u300_assign_physmem(void) 577 577 {
+1 -1
arch/arm/mach-u300/include/mach/debug-macro.S
··· 11 11 #include <mach/hardware.h> 12 12 13 13 .macro addruart,rx 14 - /* If we move the adress using MMU, use this. */ 14 + /* If we move the address using MMU, use this. */ 15 15 mrc p15, 0, \rx, c1, c0 16 16 tst \rx, #1 @ MMU enabled? 17 17 ldreq \rx, = U300_SLOW_PER_PHYS_BASE @ MMU off, physical address
+1 -1
arch/arm/plat-s3c/include/plat/gpio-cfg-helpers.h
··· 78 78 * others = Special functions (dependant on bank) 79 79 * 80 80 * Note, since the code to deal with the case where there are two control 81 - * registers instead of one, we do not have a seperate set of functions for 81 + * registers instead of one, we do not have a separate set of functions for 82 82 * each case. 83 83 */ 84 84 extern int s3c_gpio_setcfg_s3c64xx_4bit(struct s3c_gpio_chip *chip,
+1 -1
arch/arm/plat-s3c/include/plat/regs-usb-hsotg-phy.h
··· 12 12 * published by the Free Software Foundation. 13 13 */ 14 14 15 - /* Note, this is a seperate header file as some of the clock framework 15 + /* Note, this is a separate header file as some of the clock framework 16 16 * needs to touch this if the clk_48m is used as the USB OHCI or other 17 17 * peripheral source. 18 18 */
+1 -1
arch/arm/plat-s3c24xx/include/plat/cpu-freq-core.h
··· 135 135 * @locktime_m: The lock-time in uS for the MPLL. 136 136 * @locktime_u: The lock-time in uS for the UPLL. 137 137 * @locttime_bits: The number of bits each LOCKTIME field. 138 - * @need_pll: Set if this driver needs to change the PLL values to acheive 138 + * @need_pll: Set if this driver needs to change the PLL values to achieve 139 139 * any frequency changes. This is really only need by devices like the 140 140 * S3C2410 where there is no or limited divider between the PLL and the 141 141 * ARMCLK.
+1 -1
arch/cris/arch-v10/lib/old_checksum.c
··· 77 77 sum += *buff++; 78 78 79 79 if (endMarker > buff) 80 - sum += *(const u8 *)buff; /* add extra byte seperately */ 80 + sum += *(const u8 *)buff; /* add extra byte separately */ 81 81 82 82 BITOFF; 83 83 return (__force __wsum)sum;
+1 -1
arch/cris/arch-v32/mm/tlb.c
··· 189 189 spin_unlock(&mmu_context_lock); 190 190 191 191 /* 192 - * Remember the pgd for the fault handlers. Keep a seperate 192 + * Remember the pgd for the fault handlers. Keep a separate 193 193 * copy of it because current and active_mm might be invalid 194 194 * at points where * there's still a need to derefer the pgd. 195 195 */
+1 -1
arch/h8300/include/asm/io.h
··· 25 25 * memory location directly. 26 26 */ 27 27 /* ++roman: The assignments to temp. vars avoid that gcc sometimes generates 28 - * two accesses to memory, which may be undesireable for some devices. 28 + * two accesses to memory, which may be undesirable for some devices. 29 29 */ 30 30 31 31 /*
+1 -1
arch/ia64/sn/kernel/setup.c
··· 241 241 * Note: This stuff is duped here because Altix requires the PCDP to 242 242 * locate a usable VGA device due to lack of proper ACPI support. Structures 243 243 * could be used from drivers/firmware/pcdp.h, but it was decided that moving 244 - * this file to a more public location just for Altix use was undesireable. 244 + * this file to a more public location just for Altix use was undesirable. 245 245 */ 246 246 247 247 struct hcdp_uart_desc {
+1 -1
arch/m68k/atari/atakeyb.c
··· 121 121 * bytes have been lost and in which state of the packet structure we are now. 122 122 * This usually causes keyboards bytes to be interpreted as mouse movements 123 123 * and vice versa, which is very annoying. It seems better to throw away some 124 - * bytes (that are usually mouse bytes) than to misinterpret them. Therefor I 124 + * bytes (that are usually mouse bytes) than to misinterpret them. Therefore I 125 125 * introduced the RESYNC state for IKBD data. In this state, the bytes up to 126 126 * one that really looks like a key event (0x04..0xf2) or the start of a mouse 127 127 * packet (0xf8..0xfb) are thrown away, but at most 2 bytes. This at least
+1 -1
arch/m68k/include/asm/io_no.h
··· 16 16 * memory location directly. 17 17 */ 18 18 /* ++roman: The assignments to temp. vars avoid that gcc sometimes generates 19 - * two accesses to memory, which may be undesireable for some devices. 19 + * two accesses to memory, which may be undesirable for some devices. 20 20 */ 21 21 22 22 /*
+1 -1
arch/powerpc/boot/dts/kmeter1.dts
··· 490 490 compatible = "cfi-flash"; 491 491 /* 492 492 * The Intel P30 chip has 2 non-identical chips on 493 - * one die, so we need to define 2 seperate regions 493 + * one die, so we need to define 2 separate regions 494 494 * that are scanned by physmap_of independantly. 495 495 */ 496 496 reg = <0 0x00000000 0x02000000
+1 -1
arch/s390/include/asm/cio.h
··· 20 20 /** 21 21 * struct ccw1 - channel command word 22 22 * @cmd_code: command code 23 - * @flags: flags, like IDA adressing, etc. 23 + * @flags: flags, like IDA addressing, etc. 24 24 * @count: byte count 25 25 * @cda: data address 26 26 *
+1 -1
arch/s390/kernel/sclp.S
··· 221 221 lh %r9,0(%r8) # update sccb length 222 222 ar %r9,%r6 223 223 sth %r9,0(%r8) 224 - ar %r7,%r6 # update current mto adress 224 + ar %r7,%r6 # update current mto address 225 225 ltr %r0,%r0 # more characters? 226 226 jnz .LinitmtoS4 227 227 l %r2,.LwritedataS4-.LbaseS4(%r13)# write data
+1 -1
arch/sparc/kernel/leon_kernel.c
··· 124 124 125 125 if (!(LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->config) & 126 126 (1<<LEON3_GPTIMER_SEPIRQ))) { 127 - prom_printf("irq timer not configured with seperate irqs \n"); 127 + prom_printf("irq timer not configured with separate irqs \n"); 128 128 BUG(); 129 129 } 130 130
+1 -1
arch/sparc/kernel/perf_event.c
··· 1353 1353 } 1354 1354 1355 1355 /* Like powerpc we can't get PMU interrupts within the PMU handler, 1356 - * so no need for seperate NMI and IRQ chains as on x86. 1356 + * so no need for separate NMI and IRQ chains as on x86. 1357 1357 */ 1358 1358 static DEFINE_PER_CPU(struct perf_callchain_entry, callchain); 1359 1359
+5 -5
arch/x86/crypto/twofish-i586-asm_32.S
··· 22 22 23 23 #include <asm/asm-offsets.h> 24 24 25 - /* return adress at 0 */ 25 + /* return address at 0 */ 26 26 27 27 #define in_blk 12 /* input byte array address parameter*/ 28 28 #define out_blk 8 /* output byte array address parameter*/ ··· 230 230 push %edi 231 231 232 232 mov tfm + 16(%esp), %ebp /* abuse the base pointer: set new base bointer to the crypto tfm */ 233 - add $crypto_tfm_ctx_offset, %ebp /* ctx adress */ 234 - mov in_blk+16(%esp),%edi /* input adress in edi */ 233 + add $crypto_tfm_ctx_offset, %ebp /* ctx address */ 234 + mov in_blk+16(%esp),%edi /* input address in edi */ 235 235 236 236 mov (%edi), %eax 237 237 mov b_offset(%edi), %ebx ··· 286 286 287 287 288 288 mov tfm + 16(%esp), %ebp /* abuse the base pointer: set new base bointer to the crypto tfm */ 289 - add $crypto_tfm_ctx_offset, %ebp /* ctx adress */ 290 - mov in_blk+16(%esp),%edi /* input adress in edi */ 289 + add $crypto_tfm_ctx_offset, %ebp /* ctx address */ 290 + mov in_blk+16(%esp),%edi /* input address in edi */ 291 291 292 292 mov (%edi), %eax 293 293 mov b_offset(%edi), %ebx
+10 -10
arch/x86/crypto/twofish-x86_64-asm_64.S
··· 221 221 twofish_enc_blk: 222 222 pushq R1 223 223 224 - /* %rdi contains the crypto tfm adress */ 225 - /* %rsi contains the output adress */ 226 - /* %rdx contains the input adress */ 227 - add $crypto_tfm_ctx_offset, %rdi /* set ctx adress */ 228 - /* ctx adress is moved to free one non-rex register 224 + /* %rdi contains the crypto tfm address */ 225 + /* %rsi contains the output address */ 226 + /* %rdx contains the input address */ 227 + add $crypto_tfm_ctx_offset, %rdi /* set ctx address */ 228 + /* ctx address is moved to free one non-rex register 229 229 as target for the 8bit high operations */ 230 230 mov %rdi, %r11 231 231 ··· 274 274 twofish_dec_blk: 275 275 pushq R1 276 276 277 - /* %rdi contains the crypto tfm adress */ 278 - /* %rsi contains the output adress */ 279 - /* %rdx contains the input adress */ 280 - add $crypto_tfm_ctx_offset, %rdi /* set ctx adress */ 281 - /* ctx adress is moved to free one non-rex register 277 + /* %rdi contains the crypto tfm address */ 278 + /* %rsi contains the output address */ 279 + /* %rdx contains the input address */ 280 + add $crypto_tfm_ctx_offset, %rdi /* set ctx address */ 281 + /* ctx address is moved to free one non-rex register 282 282 as target for the 8bit high operations */ 283 283 mov %rdi, %r11 284 284
+1 -1
arch/x86/kernel/head_64.S
··· 27 27 #define GET_CR2_INTO_RCX movq %cr2, %rcx 28 28 #endif 29 29 30 - /* we are not able to switch in one step to the final KERNEL ADRESS SPACE 30 + /* we are not able to switch in one step to the final KERNEL ADDRESS SPACE 31 31 * because we need identity-mapped pages. 32 32 * 33 33 */
+1 -1
arch/x86/kernel/pci-calgary_64.c
··· 1309 1309 /* 1310 1310 * get_tce_space_from_tar(): 1311 1311 * Function for kdump case. Get the tce tables from first kernel 1312 - * by reading the contents of the base adress register of calgary iommu 1312 + * by reading the contents of the base address register of calgary iommu 1313 1313 */ 1314 1314 static void __init get_tce_space_from_tar(void) 1315 1315 {
+1 -1
arch/x86/kernel/tsc.c
··· 50 50 * unstable. We do this because unlike Time Of Day, 51 51 * the scheduler clock tolerates small errors and it's 52 52 * very important for it to be as fast as the platform 53 - * can achive it. ) 53 + * can achieve it. ) 54 54 */ 55 55 if (unlikely(tsc_disabled)) { 56 56 /* No locking but a rare wrong value is not a big deal: */
+2 -2
arch/xtensa/kernel/entry.S
··· 104 104 * excsave has been restored, and 105 105 * stack pointer (a1) has been set. 106 106 * 107 - * Note: _user_exception might be at an odd adress. Don't use call0..call12 107 + * Note: _user_exception might be at an odd address. Don't use call0..call12 108 108 */ 109 109 110 110 ENTRY(user_exception) ··· 244 244 * excsave has been restored, and 245 245 * stack pointer (a1) has been set. 246 246 * 247 - * Note: _kernel_exception might be at an odd adress. Don't use call0..call12 247 + * Note: _kernel_exception might be at an odd address. Don't use call0..call12 248 248 */ 249 249 250 250 ENTRY(kernel_exception)
+1 -1
block/bsg.c
··· 260 260 return ERR_PTR(ret); 261 261 262 262 /* 263 - * map scatter-gather elements seperately and string them to request 263 + * map scatter-gather elements separately and string them to request 264 264 */ 265 265 rq = blk_get_request(q, rw, GFP_KERNEL); 266 266 if (!rq)
+1 -1
drivers/acpi/dock.c
··· 605 605 list_for_each_entry(dock_station, &dock_stations, sibling) { 606 606 /* 607 607 * An ATA bay can be in a dock and itself can be ejected 608 - * seperately, so there are two 'dock stations' which need the 608 + * separately, so there are two 'dock stations' which need the 609 609 * ops 610 610 */ 611 611 dd = find_dock_dependent_device(dock_station, handle);
+1 -1
drivers/ata/libata-sff.c
··· 2258 2258 * @qc: command 2259 2259 * 2260 2260 * Drain the FIFO and device of any stuck data following a command 2261 - * failing to complete. In some cases this is neccessary before a 2261 + * failing to complete. In some cases this is necessary before a 2262 2262 * reset will recover the device. 2263 2263 * 2264 2264 */
+1 -1
drivers/ata/pata_acpi.c
··· 161 161 * 162 162 * Called when the libata layer is about to issue a command. We wrap 163 163 * this interface so that we can load the correct ATA timings if 164 - * neccessary. 164 + * necessary. 165 165 */ 166 166 167 167 static unsigned int pacpi_qc_issue(struct ata_queued_cmd *qc)
+1 -1
drivers/ata/pata_hpt3x3.c
··· 180 180 * @id: Entry in match table 181 181 * 182 182 * Perform basic initialisation. We set the device up so we access all 183 - * ports via BAR4. This is neccessary to work around errata. 183 + * ports via BAR4. This is necessary to work around errata. 184 184 */ 185 185 186 186 static int hpt3x3_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
+1 -1
drivers/ata/pata_pcmcia.c
··· 131 131 * @qc: command 132 132 * 133 133 * Drain the FIFO and device of any stuck data following a command 134 - * failing to complete. In some cases this is neccessary before a 134 + * failing to complete. In some cases this is necessary before a 135 135 * reset will recover the device. 136 136 * 137 137 */
+2 -2
drivers/block/drbd/drbd_int.h
··· 95 95 96 96 /* All EEs on the free list should have ID_VACANT (== 0) 97 97 * freshly allocated EEs get !ID_VACANT (== 1) 98 - * so if it says "cannot dereference null pointer at adress 0x00000001", 98 + * so if it says "cannot dereference null pointer at address 0x00000001", 99 99 * it is most likely one of these :( */ 100 100 101 101 #define ID_IN_SYNC (4711ULL) ··· 1171 1171 /* Meta data layout 1172 1172 We reserve a 128MB Block (4k aligned) 1173 1173 * either at the end of the backing device 1174 - * or on a seperate meta data device. */ 1174 + * or on a separate meta data device. */ 1175 1175 1176 1176 #define MD_RESERVED_SECT (128LU << 11) /* 128 MB, unit sectors */ 1177 1177 /* The following numbers are sectors */
+1 -1
drivers/block/drbd/drbd_req.h
··· 57 57 * 58 58 * It may me handed over to the local disk subsystem. 59 59 * It may be completed by the local disk subsystem, 60 - * either sucessfully or with io-error. 60 + * either successfully or with io-error. 61 61 * In case it is a READ request, and it failed locally, 62 62 * it may be retried remotely. 63 63 *
+1 -1
drivers/char/agp/intel-agp.c
··· 269 269 j++; 270 270 } 271 271 } else { 272 - /* sg may merge pages, but we have to seperate 272 + /* sg may merge pages, but we have to separate 273 273 * per-page addr for GTT */ 274 274 unsigned int len, m; 275 275
+1 -1
drivers/char/applicom.c
··· 14 14 /* et passe en argument a acinit, mais est scrute sur le bus pour s'adapter */ 15 15 /* au nombre de cartes presentes sur le bus. IOCL code 6 affichait V2.4.3 */ 16 16 /* F.LAFORSE 28/11/95 creation de fichiers acXX.o avec les differentes */ 17 - /* adresses de base des cartes, IOCTL 6 plus complet */ 17 + /* addresses de base des cartes, IOCTL 6 plus complet */ 18 18 /* J.PAGET le 19/08/96 copie de la version V2.6 en V2.8.0 sans modification */ 19 19 /* de code autre que le texte V2.6.1 en V2.8.0 */ 20 20 /*****************************************************************************/
+1 -1
drivers/char/hvc_iseries.c
··· 353 353 354 354 if (!hvlpevent_is_int(event)) { 355 355 printk(KERN_WARNING 356 - "hvc: got unexpected close acknowlegement\n"); 356 + "hvc: got unexpected close acknowledgement\n"); 357 357 return; 358 358 } 359 359
+1 -1
drivers/char/hw_random/n2-drv.c
··· 71 71 * x22 + x21 + x17 + x15 + x13 + x12 + x11 + x7 + x5 + x + 1 72 72 * 73 73 * The RNG_CTL_VCO value of each noise cell must be programmed 74 - * seperately. This is why 4 control register values must be provided 74 + * separately. This is why 4 control register values must be provided 75 75 * to the hypervisor. During a write, the hypervisor writes them all, 76 76 * one at a time, to the actual RNG_CTL register. The first three 77 77 * values are used to setup the desired RNG_CTL_VCO for each entropy
+1 -1
drivers/char/ip2/i2hw.h
··· 559 559 560 560 2) It may be hard-coded into your source by including a .h file (typically 561 561 supplied by Computone), which declares a data array and initializes every 562 - element. This acheives the same result as if an entire loadware file had 562 + element. This achieves the same result as if an entire loadware file had 563 563 been read into the array. 564 564 565 565 This requires more data space in your program, but access to the file system
+1 -1
drivers/char/pty.c
··· 220 220 * @tty: tty being resized 221 221 * @ws: window size being set. 222 222 * 223 - * Update the termios variables and send the neccessary signals to 223 + * Update the termios variables and send the necessary signals to 224 224 * peform a terminal resize correctly 225 225 */ 226 226
+1 -1
drivers/char/tty_io.c
··· 2026 2026 * @rows: rows (character) 2027 2027 * @cols: cols (character) 2028 2028 * 2029 - * Update the termios variables and send the neccessary signals to 2029 + * Update the termios variables and send the necessary signals to 2030 2030 * peform a terminal resize correctly 2031 2031 */ 2032 2032
+1 -1
drivers/char/vt.c
··· 821 821 * 822 822 * Resize a virtual console, clipping according to the actual constraints. 823 823 * If the caller passes a tty structure then update the termios winsize 824 - * information and perform any neccessary signal handling. 824 + * information and perform any necessary signal handling. 825 825 * 826 826 * Caller must hold the console semaphore. Takes the termios mutex and 827 827 * ctrl_lock of the tty IFF a tty is passed.
+1 -1
drivers/dma/coh901318_lli.h
··· 30 30 * @pool: pool handle 31 31 * @dev: dma device 32 32 * @lli_nbr: number of lli:s in the pool 33 - * @algin: adress alignemtn of lli:s 33 + * @algin: address alignemtn of lli:s 34 34 * returns 0 on success otherwise none zero 35 35 */ 36 36 int coh901318_pool_create(struct coh901318_pool *pool,
+1 -1
drivers/gpu/drm/nouveau/nouveau_bios.c
··· 3544 3544 * at which modes should be set up in the dual link style. 3545 3545 * 3546 3546 * Following the header, the BMP (ver 0xa) table has several records, 3547 - * indexed by a seperate xlat table, indexed in turn by the fp strap in 3547 + * indexed by a separate xlat table, indexed in turn by the fp strap in 3548 3548 * EXTDEV_BOOT. Each record had a config byte, followed by 6 script 3549 3549 * numbers for use by INIT_SUB which controlled panel init and power, 3550 3550 * and finally a dword of ms to sleep between power off and on
+1 -1
drivers/gpu/drm/nouveau/nouveau_drv.h
··· 544 544 uint32_t ramro_offset; 545 545 uint32_t ramro_size; 546 546 547 - /* base physical adresses */ 547 + /* base physical addresses */ 548 548 uint64_t fb_phys; 549 549 uint64_t fb_available_size; 550 550 uint64_t fb_mappable_pages;
+2 -2
drivers/gpu/drm/via/via_irq.c
··· 150 150 cur_irq++; 151 151 } 152 152 153 - /* Acknowlege interrupts */ 153 + /* Acknowledge interrupts */ 154 154 VIA_WRITE(VIA_REG_INTERRUPT, status); 155 155 156 156 ··· 165 165 u32 status; 166 166 167 167 if (dev_priv) { 168 - /* Acknowlege interrupts */ 168 + /* Acknowledge interrupts */ 169 169 status = VIA_READ(VIA_REG_INTERRUPT); 170 170 VIA_WRITE(VIA_REG_INTERRUPT, status | 171 171 dev_priv->irq_pending_mask);
+1 -1
drivers/i2c/busses/i2c-pxa.c
··· 12 12 * 13 13 * History: 14 14 * Apr 2002: Initial version [CS] 15 - * Jun 2002: Properly seperated algo/adap [FB] 15 + * Jun 2002: Properly separated algo/adap [FB] 16 16 * Jan 2003: Fixed several bugs concerning interrupt handling [Kai-Uwe Bloem] 17 17 * Jan 2003: added limited signal handling [Kai-Uwe Bloem] 18 18 * Sep 2004: Major rework to ensure efficient bus handling [RMK]
+2 -2
drivers/infiniband/hw/ehca/ehca_qes.h
··· 46 46 47 47 #include "ehca_tools.h" 48 48 49 - /* virtual scatter gather entry to specify remote adresses with length */ 49 + /* virtual scatter gather entry to specify remote addresses with length */ 50 50 struct ehca_vsgentry { 51 51 u64 vaddr; 52 52 u32 lkey; ··· 148 148 u32 immediate_data; 149 149 union { 150 150 struct { 151 - u64 remote_virtual_adress; 151 + u64 remote_virtual_address; 152 152 u32 rkey; 153 153 u32 reserved; 154 154 u64 atomic_1st_op_dma_len;
+1 -1
drivers/infiniband/hw/ehca/ehca_reqs.c
··· 269 269 /* no break is intentional here */ 270 270 case IB_QPT_RC: 271 271 /* TODO: atomic not implemented */ 272 - wqe_p->u.nud.remote_virtual_adress = 272 + wqe_p->u.nud.remote_virtual_address = 273 273 send_wr->wr.rdma.remote_addr; 274 274 wqe_p->u.nud.rkey = send_wr->wr.rdma.rkey; 275 275
+1 -1
drivers/input/misc/yealink.h
··· 127 127 * yld_status struct. 128 128 */ 129 129 130 - /* LCD, each segment must be driven seperately. 130 + /* LCD, each segment must be driven separately. 131 131 * 132 132 * Layout: 133 133 *
+1 -1
drivers/isdn/i4l/isdn_common.c
··· 1347 1347 /* 1348 1348 * isdn net devices manage lots of configuration variables as linked lists. 1349 1349 * Those lists must only be manipulated from user space. Some of the ioctl's 1350 - * service routines access user space and are not atomic. Therefor, ioctl's 1350 + * service routines access user space and are not atomic. Therefore, ioctl's 1351 1351 * manipulating the lists and ioctl's sleeping while accessing the lists 1352 1352 * are serialized by means of a semaphore. 1353 1353 */
+4 -4
drivers/media/dvb/dvb-core/dvb_frontend.h
··· 214 214 int (*get_status)(struct dvb_frontend *fe, u32 *status); 215 215 int (*get_rf_strength)(struct dvb_frontend *fe, u16 *strength); 216 216 217 - /** These are provided seperately from set_params in order to facilitate silicon 218 - * tuners which require sophisticated tuning loops, controlling each parameter seperately. */ 217 + /** These are provided separately from set_params in order to facilitate silicon 218 + * tuners which require sophisticated tuning loops, controlling each parameter separately. */ 219 219 int (*set_frequency)(struct dvb_frontend *fe, u32 frequency); 220 220 int (*set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth); 221 221 222 222 /* 223 - * These are provided seperately from set_params in order to facilitate silicon 224 - * tuners which require sophisticated tuning loops, controlling each parameter seperately. 223 + * These are provided separately from set_params in order to facilitate silicon 224 + * tuners which require sophisticated tuning loops, controlling each parameter separately. 225 225 */ 226 226 int (*set_state)(struct dvb_frontend *fe, enum tuner_param param, struct tuner_state *state); 227 227 int (*get_state)(struct dvb_frontend *fe, enum tuner_param param, struct tuner_state *state);
+2 -2
drivers/media/video/bt8xx/bttv-cards.c
··· 4404 4404 /* Tibet Systems 'Progress DVR' CS16 muxsel helper [Chris Fanning] 4405 4405 * 4406 4406 * The CS16 (available on eBay cheap) is a PCI board with four Fusion 4407 - * 878A chips, a PCI bridge, an Atmel microcontroller, four sync seperator 4407 + * 878A chips, a PCI bridge, an Atmel microcontroller, four sync separator 4408 4408 * chips, ten eight input analog multiplexors, a not chip and a few 4409 4409 * other components. 4410 4410 * ··· 4426 4426 * 4427 4427 * There is an ATMEL microcontroller with an 8031 core on board. I have not 4428 4428 * determined what function (if any) it provides. With the microcontroller 4429 - * and sync seperator chips a guess is that it might have to do with video 4429 + * and sync separator chips a guess is that it might have to do with video 4430 4430 * switching and maybe some digital I/O. 4431 4431 */ 4432 4432 static void tibetCS16_muxsel(struct bttv *btv, unsigned int input)
+1 -1
drivers/media/video/gspca/ov519.c
··· 503 503 /* 504 504 * The FX2 chip does not give us a zero length read at end of frame. 505 505 * It does, however, give a short read at the end of a frame, if 506 - * neccessary, rather than run two frames together. 506 + * necessary, rather than run two frames together. 507 507 * 508 508 * By choosing the right bulk transfer size, we are guaranteed to always 509 509 * get a short read for the last read of each frame. Frame sizes are
+1 -1
drivers/media/video/pwc/philips.txt
··· 33 33 contains decompression routines that allow you to use higher image sizes and 34 34 framerates; in addition the webcam uses less bandwidth on the USB bus (handy 35 35 if you want to run more than 1 camera simultaneously). These routines fall 36 - under a NDA, and may therefor not be distributed as source; however, its use 36 + under a NDA, and may therefore not be distributed as source; however, its use 37 37 is completely optional. 38 38 39 39 You can build this code either into your kernel, or as a module. I recommend
+1 -1
drivers/media/video/sn9c102/sn9c102_sensor.h
··· 120 120 /* 121 121 Write multiple registers with constant values. For example: 122 122 sn9c102_write_const_regs(cam, {0x00, 0x14}, {0x60, 0x17}, {0x0f, 0x18}); 123 - Register adresses must be < 256. 123 + Register addresses must be < 256. 124 124 */ 125 125 #define sn9c102_write_const_regs(sn9c102_device, data...) \ 126 126 ({ static const u8 _valreg[][2] = {data}; \
+1 -1
drivers/media/video/tea6420.c
··· 6 6 7 7 The tea6420 is a bus controlled audio-matrix with 5 stereo inputs, 8 8 4 stereo outputs and gain control for each output. 9 - It is cascadable, i.e. it can be found at the adresses 0x98 9 + It is cascadable, i.e. it can be found at the addresses 0x98 10 10 and 0x9a on the i2c-bus. 11 11 12 12 For detailed informations download the specifications directly
+4 -4
drivers/mfd/sm501.c
··· 523 523 unsigned long clock = readl(sm->regs + SM501_CURRENT_CLOCK); 524 524 unsigned char reg; 525 525 unsigned int pll_reg = 0; 526 - unsigned long sm501_freq; /* the actual frequency acheived */ 526 + unsigned long sm501_freq; /* the actual frequency achieved */ 527 527 528 528 struct sm501_clock to; 529 529 ··· 533 533 534 534 switch (clksrc) { 535 535 case SM501_CLOCK_P2XCLK: 536 - /* This clock is divided in half so to achive the 536 + /* This clock is divided in half so to achieve the 537 537 * requested frequency the value must be multiplied by 538 538 * 2. This clock also has an additional pre divisor */ 539 539 ··· 562 562 break; 563 563 564 564 case SM501_CLOCK_V2XCLK: 565 - /* This clock is divided in half so to achive the 565 + /* This clock is divided in half so to achieve the 566 566 * requested frequency the value must be multiplied by 2. */ 567 567 568 568 sm501_freq = (sm501_select_clock(2 * req_freq, &to, 3) / 2); ··· 648 648 unsigned long req_freq) 649 649 { 650 650 struct sm501_devdata *sm = dev_get_drvdata(dev); 651 - unsigned long sm501_freq; /* the frequency achiveable by the 501 */ 651 + unsigned long sm501_freq; /* the frequency achieveable by the 501 */ 652 652 struct sm501_clock to; 653 653 654 654 switch (clksrc) {
+1 -1
drivers/mmc/host/mxcmmc.c
··· 4 4 * This is a driver for the SDHC controller found in Freescale MX2/MX3 5 5 * SoCs. It is basically the same hardware as found on MX1 (imxmmc.c). 6 6 * Unlike the hardware found on MX1, this hardware just works and does 7 - * not need all the quirks found in imxmmc.c, hence the seperate driver. 7 + * not need all the quirks found in imxmmc.c, hence the separate driver. 8 8 * 9 9 * Copyright (C) 2008 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de> 10 10 * Copyright (C) 2006 Pavel Pisa, PiKRON <ppisa@pikron.com>
+1 -1
drivers/mtd/chips/jedec_probe.c
··· 226 226 * exists, but is for MTD_UADDR_NOT_SUPPORTED - and, therefore, 227 227 * should not be used. The problem is that structures with 228 228 * initializers have extra fields initialized to 0. It is _very_ 229 - * desireable to have the unlock address entries for unsupported 229 + * desirable to have the unlock address entries for unsupported 230 230 * data widths automatically initialized - that means that 231 231 * MTD_UADDR_NOT_SUPPORTED must be 0 and the first entry here 232 232 * must go unused.
+2 -2
drivers/mtd/nand/bcm_umi_nand.c
··· 381 381 if (!r) 382 382 return -ENXIO; 383 383 384 - /* map physical adress */ 384 + /* map physical address */ 385 385 bcm_umi_io_base = ioremap(r->start, r->end - r->start + 1); 386 386 387 387 if (!bcm_umi_io_base) { ··· 525 525 /* Release resources, unregister device */ 526 526 nand_release(board_mtd); 527 527 528 - /* unmap physical adress */ 528 + /* unmap physical address */ 529 529 iounmap(bcm_umi_io_base); 530 530 531 531 /* Free the MTD device structure */
+1 -1
drivers/mtd/nand/mxc_nand.c
··· 507 507 * MXC NANDFC can only perform full page+spare or 508 508 * spare-only read/write. When the upper layers 509 509 * layers perform a read/write buf operation, 510 - * we will used the saved column adress to index into 510 + * we will used the saved column address to index into 511 511 * the full page. 512 512 */ 513 513 send_addr(host, 0, page_addr == -1);
+1 -1
drivers/net/atlx/atl2.h
··· 442 442 struct atl2_ring_header { 443 443 /* pointer to the descriptor ring memory */ 444 444 void *desc; 445 - /* physical adress of the descriptor ring */ 445 + /* physical address of the descriptor ring */ 446 446 dma_addr_t dma; 447 447 /* length of descriptor ring in bytes */ 448 448 unsigned int size;
+1 -1
drivers/net/chelsio/sge.c
··· 248 248 * 249 249 * Interrupts are handled by a single CPU and it is likely that on a MP system 250 250 * the application is migrated to another CPU. In that scenario, we try to 251 - * seperate the RX(in irq context) and TX state in order to decrease memory 251 + * separate the RX(in irq context) and TX state in order to decrease memory 252 252 * contention. 253 253 */ 254 254 struct sge {
+1 -1
drivers/net/e1000e/82571.c
··· 1363 1363 * 1364 1364 * 1) down 1365 1365 * 2) autoneg_progress 1366 - * 3) autoneg_complete (the link sucessfully autonegotiated) 1366 + * 3) autoneg_complete (the link successfully autonegotiated) 1367 1367 * 4) forced_up (the link has been forced up, it did not autonegotiate) 1368 1368 * 1369 1369 **/
+1 -1
drivers/net/e1000e/lib.c
··· 587 587 if (!(rxcw & E1000_RXCW_IV)) { 588 588 mac->serdes_has_link = true; 589 589 e_dbg("SERDES: Link up - autoneg " 590 - "completed sucessfully.\n"); 590 + "completed successfully.\n"); 591 591 } else { 592 592 mac->serdes_has_link = false; 593 593 e_dbg("SERDES: Link down - invalid"
+1 -1
drivers/net/igb/igb_main.c
··· 674 674 /* start with one vector for every rx queue */ 675 675 numvecs = adapter->num_rx_queues; 676 676 677 - /* if tx handler is seperate add 1 for every tx queue */ 677 + /* if tx handler is separate add 1 for every tx queue */ 678 678 if (!(adapter->flags & IGB_FLAG_QUEUE_PAIRS)) 679 679 numvecs += adapter->num_tx_queues; 680 680
+1 -1
drivers/net/irda/sa1100_ir.c
··· 331 331 * If we missed a speed change, initialise at the new speed 332 332 * directly. It is debatable whether this is actually 333 333 * required, but in the interests of continuing from where 334 - * we left off it is desireable. The converse argument is 334 + * we left off it is desirable. The converse argument is 335 335 * that we should re-negotiate at 9600 baud again. 336 336 */ 337 337 if (si->newspeed) {
+1 -1
drivers/net/qlge/qlge_ethtool.c
··· 402 402 u32 wol = 0; 403 403 status = ql_mb_wol_mode(qdev, wol); 404 404 QPRINTK(qdev, DRV, ERR, "WOL %s (wol code 0x%x) on %s\n", 405 - (status == 0) ? "cleared sucessfully" : "clear failed", 405 + (status == 0) ? "cleared successfully" : "clear failed", 406 406 wol, qdev->ndev->name); 407 407 } 408 408
+1 -1
drivers/net/qlge/qlge_main.c
··· 3517 3517 wol |= MB_WOL_MODE_ON; 3518 3518 status = ql_mb_wol_mode(qdev, wol); 3519 3519 QPRINTK(qdev, DRV, ERR, "WOL %s (wol code 0x%x) on %s\n", 3520 - (status == 0) ? "Sucessfully set" : "Failed", wol, 3520 + (status == 0) ? "Successfully set" : "Failed", wol, 3521 3521 qdev->ndev->name); 3522 3522 } 3523 3523
+1 -1
drivers/net/sfc/regs.h
··· 95 95 #define FRF_AA_INT_ACK_KER_FIELD_LBN 0 96 96 #define FRF_AA_INT_ACK_KER_FIELD_WIDTH 32 97 97 98 - /* INT_ISR0_REG: Function 0 Interrupt Acknowlege Status register */ 98 + /* INT_ISR0_REG: Function 0 Interrupt Acknowledge Status register */ 99 99 #define FR_BZ_INT_ISR0 0x00000090 100 100 #define FRF_BZ_INT_ISR_REG_LBN 0 101 101 #define FRF_BZ_INT_ISR_REG_WIDTH 64
+1 -1
drivers/net/smsc9420.c
··· 1348 1348 1349 1349 netif_carrier_off(dev); 1350 1350 1351 - /* disable, mask and acknowlege all interrupts */ 1351 + /* disable, mask and acknowledge all interrupts */ 1352 1352 spin_lock_irqsave(&pd->int_lock, flags); 1353 1353 int_cfg = smsc9420_reg_read(pd, INT_CFG) & (~INT_CFG_IRQ_EN_); 1354 1354 smsc9420_reg_write(pd, INT_CFG, int_cfg);
+2 -2
drivers/net/spider_net.c
··· 474 474 * spider_net_enable_rxchtails - sets RX dmac chain tail addresses 475 475 * @card: card structure 476 476 * 477 - * spider_net_enable_rxchtails sets the RX DMAC chain tail adresses in the 477 + * spider_net_enable_rxchtails sets the RX DMAC chain tail addresses in the 478 478 * chip by writing to the appropriate register. DMA is enabled in 479 479 * spider_net_enable_rxdmac. 480 480 */ ··· 1820 1820 1821 1821 spider_net_write_reg(card, SPIDER_NET_ECMODE, SPIDER_NET_ECMODE_VALUE); 1822 1822 1823 - /* set chain tail adress for RX chains and 1823 + /* set chain tail address for RX chains and 1824 1824 * enable DMA */ 1825 1825 spider_net_enable_rxchtails(card); 1826 1826 spider_net_enable_rxdmac(card);
+1 -1
drivers/net/sungem.c
··· 782 782 break; 783 783 784 784 /* When writing back RX descriptor, GEM writes status 785 - * then buffer address, possibly in seperate transactions. 785 + * then buffer address, possibly in separate transactions. 786 786 * If we don't wait for the chip to write both, we could 787 787 * post a new buffer to this descriptor then have GEM spam 788 788 * on the buffer address. We sync on the RX completion
+1 -1
drivers/net/tehuti.c
··· 1857 1857 * @data - desc's data 1858 1858 * @size - desc's size 1859 1859 * 1860 - * NOTE: this func does check for available space and, if neccessary, waits for 1860 + * NOTE: this func does check for available space and, if necessary, waits for 1861 1861 * NIC to read existing data before writing new one. 1862 1862 */ 1863 1863 static void bdx_tx_push_desc_safe(struct bdx_priv *priv, void *data, int size)
+2 -2
drivers/net/tokenring/tms380tr.c
··· 693 693 * NOTE: This function should be used whenever the status of any TPL must be 694 694 * modified by the driver, because the compiler may otherwise change the 695 695 * order of instructions such that writing the TPL status may be executed at 696 - * an undesireable time. When this function is used, the status is always 696 + * an undesirable time. When this function is used, the status is always 697 697 * written when the function is called. 698 698 */ 699 699 static void tms380tr_write_tpl_status(TPL *tpl, unsigned int Status) ··· 2266 2266 * This function should be used whenever the status of any RPL must be 2267 2267 * modified by the driver, because the compiler may otherwise change the 2268 2268 * order of instructions such that writing the RPL status may be executed 2269 - * at an undesireable time. When this function is used, the status is 2269 + * at an undesirable time. When this function is used, the status is 2270 2270 * always written when the function is called. 2271 2271 */ 2272 2272 static void tms380tr_write_rpl_status(RPL *rpl, unsigned int Status)
+1 -1
drivers/net/tun.c
··· 1365 1365 1366 1366 __tun_detach(tun); 1367 1367 1368 - /* If desireable, unregister the netdevice. */ 1368 + /* If desirable, unregister the netdevice. */ 1369 1369 if (!(tun->flags & TUN_PERSIST)) { 1370 1370 rtnl_lock(); 1371 1371 if (dev->reg_state == NETREG_REGISTERED)
+1 -1
drivers/net/ucc_geth.c
··· 429 429 ucc_fast_get_qe_cr_subblock(ugeth->ug_info->uf_info.ucc_num); 430 430 431 431 /* Ethernet frames are defined in Little Endian mode, 432 - therefor to insert */ 432 + therefore to insert */ 433 433 /* the address to the hash (Big Endian mode), we reverse the bytes.*/ 434 434 435 435 set_mac_addr(&p_82xx_addr_filt->taddr.h, p_enet_addr);
+1 -1
drivers/net/wimax/i2400m/fw.c
··· 612 612 goto error_wait_for_ack; 613 613 } 614 614 rx_bytes = result; 615 - /* verify the ack and read more if neccessary [result is the 615 + /* verify the ack and read more if necessary [result is the 616 616 * final amount of bytes we get in the ack] */ 617 617 result = __i2400m_bm_ack_verify(i2400m, opcode, ack, ack_size, flags); 618 618 if (result < 0)
+1 -1
drivers/net/wimax/i2400m/i2400m.h
··· 627 627 * @I2400M_BRI_NO_REBOOT: Do not reboot the device and proceed 628 628 * directly to wait for a reboot barker from the device. 629 629 * @I2400M_BRI_MAC_REINIT: We need to reinitialize the boot 630 - * rom after reading the MAC adress. This is quite a dirty hack, 630 + * rom after reading the MAC address. This is quite a dirty hack, 631 631 * if you ask me -- the device requires the bootrom to be 632 632 * intialized after reading the MAC address. 633 633 */
+2 -2
drivers/net/wimax/i2400m/sdio.c
··· 304 304 * 305 305 * The device will be fully reset internally, but won't be 306 306 * disconnected from the bus (so no reenumeration will 307 - * happen). Firmware upload will be neccessary. 307 + * happen). Firmware upload will be necessary. 308 308 * 309 309 * The device will send a reboot barker that will trigger the driver 310 310 * to reinitialize the state via __i2400m_dev_reset_handle. ··· 314 314 * 315 315 * The device will be fully reset internally, disconnected from the 316 316 * bus an a reenumeration will happen. Firmware upload will be 317 - * neccessary. Thus, we don't do any locking or struct 317 + * necessary. Thus, we don't do any locking or struct 318 318 * reinitialization, as we are going to be fully disconnected and 319 319 * reenumerated. 320 320 *
+2 -2
drivers/net/wimax/i2400m/usb.c
··· 246 246 * 247 247 * The device will be fully reset internally, but won't be 248 248 * disconnected from the USB bus (so no reenumeration will 249 - * happen). Firmware upload will be neccessary. 249 + * happen). Firmware upload will be necessary. 250 250 * 251 251 * The device will send a reboot barker in the notification endpoint 252 252 * that will trigger the driver to reinitialize the state ··· 257 257 * 258 258 * The device will be fully reset internally, disconnected from the 259 259 * USB bus an a reenumeration will happen. Firmware upload will be 260 - * neccessary. Thus, we don't do any locking or struct 260 + * necessary. Thus, we don't do any locking or struct 261 261 * reinitialization, as we are going to be fully disconnected and 262 262 * reenumerated. 263 263 *
+1 -1
drivers/net/wireless/ath/ar9170/main.c
··· 2535 2535 /* 2536 2536 * this buffer is used for rx stream reconstruction. 2537 2537 * Under heavy load this device (or the transport layer?) 2538 - * tends to split the streams into seperate rx descriptors. 2538 + * tends to split the streams into separate rx descriptors. 2539 2539 */ 2540 2540 2541 2541 skb = __dev_alloc_skb(AR9170_MAX_RX_BUFFER_SIZE, GFP_KERNEL);
+1 -1
drivers/net/wireless/iwmc3200wifi/lmac.h
··· 262 262 263 263 /* Power Management */ 264 264 #define POWER_TABLE_CMD 0x77 265 - #define SAVE_RESTORE_ADRESS_CMD 0x78 265 + #define SAVE_RESTORE_ADDRESS_CMD 0x78 266 266 #define REPLY_WATERMARK_CMD 0x79 267 267 #define PM_DEBUG_STATISTIC_NOTIFIC 0x7B 268 268 #define PD_FLUSH_N_NOTIFICATION 0x7C
+2 -2
drivers/net/wireless/rt2x00/rt2500usb.c
··· 368 368 369 369 /* 370 370 * The encryption key doesn't fit within the CSR cache, 371 - * this means we should allocate it seperately and use 371 + * this means we should allocate it separately and use 372 372 * rt2x00usb_vendor_request() to send the key to the hardware. 373 373 */ 374 374 reg = KEY_ENTRY(key->hw_key_idx); ··· 382 382 /* 383 383 * The driver does not support the IV/EIV generation 384 384 * in hardware. However it demands the data to be provided 385 - * both seperately as well as inside the frame. 385 + * both separately as well as inside the frame. 386 386 * We already provided the CONFIG_CRYPTO_COPY_IV to rt2x00lib 387 387 * to ensure rt2x00lib will not strip the data from the 388 388 * frame after the copy, now we must tell mac80211
+2 -2
drivers/net/wireless/rt2x00/rt2800usb.c
··· 100 100 * There are 2 variations of the rt2870 firmware. 101 101 * a) size: 4kb 102 102 * b) size: 8kb 103 - * Note that (b) contains 2 seperate firmware blobs of 4k 103 + * Note that (b) contains 2 separate firmware blobs of 4k 104 104 * within the file. The first blob is the same firmware as (a), 105 105 * but the second blob is for the additional chipsets. 106 106 */ ··· 118 118 119 119 /* 120 120 * 8kb firmware files must be checked as if it were 121 - * 2 seperate firmware files. 121 + * 2 separate firmware files. 122 122 */ 123 123 while (offset < len) { 124 124 if (!rt2800usb_check_crc(data + offset, 4096))
+1 -1
drivers/net/wireless/rt2x00/rt2x00debug.c
··· 109 109 110 110 /* 111 111 * HW crypto statistics. 112 - * All statistics are stored seperately per cipher type. 112 + * All statistics are stored separately per cipher type. 113 113 */ 114 114 struct rt2x00debug_crypto crypto_stats[CIPHER_MAX]; 115 115
+1 -1
drivers/net/wireless/rt2x00/rt2x00dev.c
··· 397 397 /* 398 398 * Hardware might have stripped the IV/EIV/ICV data, 399 399 * in that case it is possible that the data was 400 - * provided seperately (through hardware descriptor) 400 + * provided separately (through hardware descriptor) 401 401 * in which case we should reinsert the data into the frame. 402 402 */ 403 403 if ((rxdesc.dev_flags & RXDONE_CRYPTO_IV) &&
+1 -1
drivers/net/wireless/rt2x00/rt2x00queue.c
··· 502 502 /* 503 503 * When hardware encryption is supported, and this frame 504 504 * is to be encrypted, we should strip the IV/EIV data from 505 - * the frame so we can provide it to the driver seperately. 505 + * the frame so we can provide it to the driver separately. 506 506 */ 507 507 if (test_bit(ENTRY_TXD_ENCRYPT, &txdesc.flags) && 508 508 !test_bit(ENTRY_TXD_ENCRYPT_IV, &txdesc.flags)) {
+1 -1
drivers/net/wireless/rt2x00/rt61pci.c
··· 476 476 * The driver does not support the IV/EIV generation 477 477 * in hardware. However it doesn't support the IV/EIV 478 478 * inside the ieee80211 frame either, but requires it 479 - * to be provided seperately for the descriptor. 479 + * to be provided separately for the descriptor. 480 480 * rt2x00lib will cut the IV/EIV data out of all frames 481 481 * given to us by mac80211, but we must tell mac80211 482 482 * to generate the IV/EIV data.
+3 -3
drivers/net/wireless/rt2x00/rt73usb.c
··· 339 339 * The driver does not support the IV/EIV generation 340 340 * in hardware. However it doesn't support the IV/EIV 341 341 * inside the ieee80211 frame either, but requires it 342 - * to be provided seperately for the descriptor. 342 + * to be provided separately for the descriptor. 343 343 * rt2x00lib will cut the IV/EIV data out of all frames 344 344 * given to us by mac80211, but we must tell mac80211 345 345 * to generate the IV/EIV data. ··· 439 439 * The driver does not support the IV/EIV generation 440 440 * in hardware. However it doesn't support the IV/EIV 441 441 * inside the ieee80211 frame either, but requires it 442 - * to be provided seperately for the descriptor. 442 + * to be provided separately for the descriptor. 443 443 * rt2x00lib will cut the IV/EIV data out of all frames 444 444 * given to us by mac80211, but we must tell mac80211 445 445 * to generate the IV/EIV data. ··· 1665 1665 1666 1666 /* 1667 1667 * Hardware has stripped IV/EIV data from 802.11 frame during 1668 - * decryption. It has provided the data seperately but rt2x00lib 1668 + * decryption. It has provided the data separately but rt2x00lib 1669 1669 * should decide if it should be reinserted. 1670 1670 */ 1671 1671 rxdesc->flags |= RX_FLAG_IV_STRIPPED;
+1 -1
drivers/s390/char/raw3270.c
··· 373 373 rq->rc = ccw_device_start(rp->cdev, &rq->ccw, 374 374 (unsigned long) rq, 0, 0); 375 375 if (rq->rc == 0) 376 - return; /* Sucessfully restarted. */ 376 + return; /* Successfully restarted. */ 377 377 break; 378 378 case RAW3270_IO_STOP: 379 379 if (!rq)
+1 -1
drivers/s390/char/sclp.c
··· 196 196 req->start_count++; 197 197 198 198 if (rc == 0) { 199 - /* Sucessfully started request */ 199 + /* Successfully started request */ 200 200 req->status = SCLP_REQ_RUNNING; 201 201 sclp_running_state = sclp_running_state_running; 202 202 __sclp_set_request_timer(SCLP_RETRY_INTERVAL * HZ,
+1 -1
drivers/scsi/a100u2w.c
··· 492 492 * init_orchid - initialise the host adapter 493 493 * @host:host adapter to initialise 494 494 * 495 - * Initialise the controller and if neccessary load the firmware. 495 + * Initialise the controller and if necessary load the firmware. 496 496 * 497 497 * Returns -1 if the initialisation fails. 498 498 */
+1 -1
drivers/scsi/initio.c
··· 531 531 * initio_stop_bm - stop bus master 532 532 * @host: InitIO we are stopping 533 533 * 534 - * Stop any pending DMA operation, aborting the DMA if neccessary 534 + * Stop any pending DMA operation, aborting the DMA if necessary 535 535 */ 536 536 537 537 static void initio_stop_bm(struct initio_host * host)
+1 -1
drivers/scsi/libfc/fc_fcp.c
··· 48 48 #define FC_SRB_CMD_SENT (1 << 0) /* cmd has been sent */ 49 49 #define FC_SRB_RCV_STATUS (1 << 1) /* response has arrived */ 50 50 #define FC_SRB_ABORT_PENDING (1 << 2) /* cmd abort sent to device */ 51 - #define FC_SRB_ABORTED (1 << 3) /* abort acknowleged */ 51 + #define FC_SRB_ABORTED (1 << 3) /* abort acknowledged */ 52 52 #define FC_SRB_DISCONTIG (1 << 4) /* non-sequential data recvd */ 53 53 #define FC_SRB_COMPL (1 << 5) /* fc_io_compl has been run */ 54 54 #define FC_SRB_FCP_PROCESSING_TMO (1 << 6) /* timer function processing */
+2 -2
drivers/scsi/lpfc/lpfc_els.c
··· 969 969 * function returns, it does not guarantee all the IOCBs are actually aborted. 970 970 * 971 971 * Return code 972 - * 0 - Sucessfully issued abort iocb on all outstanding flogis (Always 0) 972 + * 0 - Successfully issued abort iocb on all outstanding flogis (Always 0) 973 973 **/ 974 974 int 975 975 lpfc_els_abort_flogi(struct lpfc_hba *phba) ··· 3117 3117 if (ndlp && NLP_CHK_NODE_ACT(ndlp) && 3118 3118 (*((uint32_t *) (pcmd)) == ELS_CMD_LS_RJT)) { 3119 3119 /* A LS_RJT associated with Default RPI cleanup has its own 3120 - * seperate code path. 3120 + * separate code path. 3121 3121 */ 3122 3122 if (!(ndlp->nlp_flag & NLP_RM_DFLT_RPI)) 3123 3123 ls_rjt = 1;
+1 -1
drivers/scsi/pcmcia/nsp_cs.h
··· 187 187 #define S_IO BIT(1) /* Input/Output line from SCSI bus */ 188 188 #define S_CD BIT(2) /* Command/Data line from SCSI bus */ 189 189 #define S_BUSY BIT(3) /* Busy line from SCSI bus */ 190 - #define S_ACK BIT(4) /* Acknowlege line from SCSI bus */ 190 + #define S_ACK BIT(4) /* Acknowledge line from SCSI bus */ 191 191 #define S_REQUEST BIT(5) /* Request line from SCSI bus */ 192 192 #define S_SELECT BIT(6) /* */ 193 193 #define S_ATN BIT(7) /* */
+1 -1
drivers/scsi/pm8001/pm8001_hwi.c
··· 2924 2924 break; 2925 2925 default: 2926 2926 PM8001_MSG_DBG(pm8001_ha, 2927 - pm8001_printk("unkown device type(%x)\n", deviceType)); 2927 + pm8001_printk("unknown device type(%x)\n", deviceType)); 2928 2928 break; 2929 2929 } 2930 2930 phy->phy_type |= PORT_TYPE_SAS;
+1 -1
drivers/scsi/pm8001/pm8001_sas.c
··· 600 600 * by the command "OPC_INB_REG_DEV", after that the HBA will assign a 601 601 * device ID(according to device's sas address) and returned it to LLDD. From 602 602 * now on, we communicate with HBA FW with the device ID which HBA assigned 603 - * rather than sas address. it is the neccessary step for our HBA but it is 603 + * rather than sas address. it is the necessary step for our HBA but it is 604 604 * the optional for other HBA driver. 605 605 */ 606 606 static int pm8001_dev_found_notify(struct domain_device *dev)
+1 -1
drivers/scsi/pmcraid.h
··· 938 938 939 939 /* 940 940 * pmcraid_ioctl_header - definition of header structure that preceeds all the 941 - * buffers given as ioctl arguements. 941 + * buffers given as ioctl arguments. 942 942 * 943 943 * .signature : always ASCII string, "PMCRAID" 944 944 * .reserved : not used
+1 -1
drivers/scsi/sd.c
··· 2105 2105 * which is followed by sdaaa. 2106 2106 * 2107 2107 * This is basically 26 base counting with one extra 'nil' entry 2108 - * at the beggining from the second digit on and can be 2108 + * at the beginning from the second digit on and can be 2109 2109 * determined using similar method as 26 base conversion with the 2110 2110 * index shifted -1 after each digit is computed. 2111 2111 *
+1 -1
drivers/spi/spi_s3c24xx.c
··· 275 275 * Claim the FIQ handler (only one can be active at any one time) and 276 276 * then setup the correct transfer code for this transfer. 277 277 * 278 - * This call updates all the necessary state information if sucessful, 278 + * This call updates all the necessary state information if successful, 279 279 * so the caller does not need to do anything more than start the transfer 280 280 * as normal, since the IRQ will have been re-routed to the FIQ handler. 281 281 */
+1 -1
drivers/usb/musb/musb_regs.h
··· 436 436 #define MUSB_FLAT_OFFSET(_epnum, _offset) \ 437 437 (USB_OFFSET(USB_EP_NI0_TXMAXP) + (0x40 * (_epnum)) + (_offset)) 438 438 439 - /* Not implemented - HW has seperate Tx/Rx FIFO */ 439 + /* Not implemented - HW has separate Tx/Rx FIFO */ 440 440 #define MUSB_TXCSR_MODE 0x0000 441 441 442 442 static inline void musb_write_txfifosz(void __iomem *mbase, u8 c_size)
+1 -1
drivers/usb/serial/cypress_m8.c
··· 154 154 int isthrottled; /* if throttled, discard reads */ 155 155 wait_queue_head_t delta_msr_wait; /* used for TIOCMIWAIT */ 156 156 char prev_status, diff_status; /* used for TIOCMIWAIT */ 157 - /* we pass a pointer to this as the arguement sent to 157 + /* we pass a pointer to this as the argument sent to 158 158 cypress_set_termios old_termios */ 159 159 struct ktermios tmp_termios; /* stores the old termios settings */ 160 160 };
+1 -1
drivers/video/omap/lcdc.c
··· 389 389 /* 390 390 * Configure the LCD DMA for a palette load operation and do the palette 391 391 * downloading synchronously. We don't use the frame+palette load mode of 392 - * the controller, since the palette can always be downloaded seperately. 392 + * the controller, since the palette can always be downloaded separately. 393 393 */ 394 394 static void load_palette(void) 395 395 {
+2 -2
drivers/video/s1d13xxxfb.c
··· 517 517 src = (sy * stride) + (bpp * sx); 518 518 } 519 519 520 - /* set source adress */ 520 + /* set source address */ 521 521 s1d13xxxfb_writereg(info->par, S1DREG_BBLT_SRC_START0, (src & 0xff)); 522 522 s1d13xxxfb_writereg(info->par, S1DREG_BBLT_SRC_START1, (src >> 8) & 0x00ff); 523 523 s1d13xxxfb_writereg(info->par, S1DREG_BBLT_SRC_START2, (src >> 16) & 0x00ff); 524 524 525 - /* set destination adress */ 525 + /* set destination address */ 526 526 s1d13xxxfb_writereg(info->par, S1DREG_BBLT_DST_START0, (dst & 0xff)); 527 527 s1d13xxxfb_writereg(info->par, S1DREG_BBLT_DST_START1, (dst >> 8) & 0x00ff); 528 528 s1d13xxxfb_writereg(info->par, S1DREG_BBLT_DST_START2, (dst >> 16) & 0x00ff);
+1 -1
drivers/video/sm501fb.c
··· 411 411 struct sm501fb_par *par = info->par; 412 412 struct sm501fb_info *fbi = par->info; 413 413 unsigned long pixclock; /* pixelclock in Hz */ 414 - unsigned long sm501pixclock; /* pixelclock the 501 can achive in Hz */ 414 + unsigned long sm501pixclock; /* pixelclock the 501 can achieve in Hz */ 415 415 unsigned int mem_type; 416 416 unsigned int clock_type; 417 417 unsigned int head_addr;
+1 -1
fs/affs/bitmap.c
··· 128 128 /* 129 129 * Allocate a block in the given allocation zone. 130 130 * Since we have to byte-swap the bitmap on little-endian 131 - * machines, this is rather expensive. Therefor we will 131 + * machines, this is rather expensive. Therefore we will 132 132 * preallocate up to 16 blocks from the same word, if 133 133 * possible. We are not doing preallocations in the 134 134 * header zone, though.
+1 -1
fs/binfmt_elf_fdpic.c
··· 1393 1393 1394 1394 /* 1395 1395 * fill up all the fields in prstatus from the given task struct, except 1396 - * registers which need to be filled up seperately. 1396 + * registers which need to be filled up separately. 1397 1397 */ 1398 1398 static void fill_prstatus(struct elf_prstatus *prstatus, 1399 1399 struct task_struct *p, long signr)
+1 -1
fs/cifs/cifs_dfs_ref.c
··· 54 54 * Extracts sharename form full UNC. 55 55 * i.e. strips from UNC trailing path that is not part of share 56 56 * name and fixup missing '\' in the begining of DFS node refferal 57 - * if neccessary. 57 + * if necessary. 58 58 * Returns pointer to share name on success or ERR_PTR on error. 59 59 * Caller is responsible for freeing returned string. 60 60 */
+1 -1
fs/cifs/cifssmb.c
··· 3886 3886 goto parse_DFS_referrals_exit; 3887 3887 } 3888 3888 3889 - /* collect neccessary data from referrals */ 3889 + /* collect necessary data from referrals */ 3890 3890 for (i = 0; i < *num_of_nodes; i++) { 3891 3891 char *temp; 3892 3892 int max_len;
+1 -1
fs/ext4/move_extent.c
··· 928 928 } 929 929 930 930 /** 931 - * mext_check_argumants - Check whether move extent can be done 931 + * mext_check_arguments - Check whether move extent can be done 932 932 * 933 933 * @orig_inode: original inode 934 934 * @donor_inode: donor inode
+1 -1
fs/fuse/inode.c
··· 850 850 req->in.args[0].size = sizeof(*arg); 851 851 req->in.args[0].value = arg; 852 852 req->out.numargs = 1; 853 - /* Variable length arguement used for backward compatibility 853 + /* Variable length argument used for backward compatibility 854 854 with interface version < 7.5. Rest of init_out is zeroed 855 855 by do_get_request(), so a short reply is not a problem */ 856 856 req->out.argvar = 1;
+1 -1
fs/gfs2/ops_fstype.c
··· 992 992 /** 993 993 * gfs2_lm_mount - mount a locking protocol 994 994 * @sdp: the filesystem 995 - * @args: mount arguements 995 + * @args: mount arguments 996 996 * @silent: if 1, don't complain if the FS isn't a GFS2 fs 997 997 * 998 998 * Returns: errno
+1 -1
fs/jbd/transaction.c
··· 1398 1398 * the case where our storage is so fast that it is more optimal to go 1399 1399 * ahead and force a flush and wait for the transaction to be committed 1400 1400 * than it is to wait for an arbitrary amount of time for new writers to 1401 - * join the transaction. We acheive this by measuring how long it takes 1401 + * join the transaction. We achieve this by measuring how long it takes 1402 1402 * to commit a transaction, and compare it with how long this 1403 1403 * transaction has been running, and if run time < commit time then we 1404 1404 * sleep for the delta and commit. This greatly helps super fast disks
+1 -1
fs/nfsd/nfs4xdr.c
··· 1528 1528 } } while (0); 1529 1529 1530 1530 /* Encode as an array of strings the string given with components 1531 - * seperated @sep. 1531 + * separated @sep. 1532 1532 */ 1533 1533 static __be32 nfsd4_encode_components(char sep, char *components, 1534 1534 __be32 **pp, int *buflen)
+1 -1
fs/ocfs2/dlmglue.c
··· 1757 1757 * ocfs2_file_lock() and ocfs2_file_unlock() map to a single pair of 1758 1758 * flock() calls. The locking approach this requires is sufficiently 1759 1759 * different from all other cluster lock types that we implement a 1760 - * seperate path to the "low-level" dlm calls. In particular: 1760 + * separate path to the "low-level" dlm calls. In particular: 1761 1761 * 1762 1762 * - No optimization of lock levels is done - we take at exactly 1763 1763 * what's been requested.
+1 -1
fs/ocfs2/extent_map.c
··· 453 453 if (i == -1) { 454 454 /* 455 455 * Holes can be larger than the maximum size of an 456 - * extent, so we return their lengths in a seperate 456 + * extent, so we return their lengths in a separate 457 457 * field. 458 458 */ 459 459 if (hole_len) {
+1 -1
fs/reiserfs/bitmap.c
··· 169 169 return 0; // No free blocks in this bitmap 170 170 } 171 171 172 - /* search for a first zero bit -- beggining of a window */ 172 + /* search for a first zero bit -- beginning of a window */ 173 173 *beg = reiserfs_find_next_zero_le_bit 174 174 ((unsigned long *)(bh->b_data), boundary, *beg); 175 175
+8 -8
include/linux/hil.h
··· 168 168 HIL_CMD_PR6 = 0x45, /* Prompt6 */ 169 169 HIL_CMD_PR7 = 0x46, /* Prompt7 */ 170 170 HIL_CMD_PRM = 0x47, /* Prompt (General Purpose) */ 171 - HIL_CMD_AK1 = 0x48, /* Acknowlege1 */ 172 - HIL_CMD_AK2 = 0x49, /* Acknowlege2 */ 173 - HIL_CMD_AK3 = 0x4a, /* Acknowlege3 */ 174 - HIL_CMD_AK4 = 0x4b, /* Acknowlege4 */ 175 - HIL_CMD_AK5 = 0x4c, /* Acknowlege5 */ 176 - HIL_CMD_AK6 = 0x4d, /* Acknowlege6 */ 177 - HIL_CMD_AK7 = 0x4e, /* Acknowlege7 */ 178 - HIL_CMD_ACK = 0x4f, /* Acknowlege (General Purpose) */ 171 + HIL_CMD_AK1 = 0x48, /* Acknowledge1 */ 172 + HIL_CMD_AK2 = 0x49, /* Acknowledge2 */ 173 + HIL_CMD_AK3 = 0x4a, /* Acknowledge3 */ 174 + HIL_CMD_AK4 = 0x4b, /* Acknowledge4 */ 175 + HIL_CMD_AK5 = 0x4c, /* Acknowledge5 */ 176 + HIL_CMD_AK6 = 0x4d, /* Acknowledge6 */ 177 + HIL_CMD_AK7 = 0x4e, /* Acknowledge7 */ 178 + HIL_CMD_ACK = 0x4f, /* Acknowledge (General Purpose) */ 179 179 180 180 /* 0x50 to 0x78 reserved for future use */ 181 181 /* 0x80 to 0xEF device-specific commands */
+1 -1
include/linux/lru_cache.h
··· 64 64 usually the condition is softened to regions that _may_ have been target of 65 65 in-flight WRITE IO, e.g. by only lazily clearing the on-disk write-intent 66 66 bitmap, trading frequency of meta data transactions against amount of 67 - (possibly unneccessary) resync traffic. 67 + (possibly unnecessary) resync traffic. 68 68 69 69 If we set a hard limit on the area that may be "hot" at any given time, we 70 70 limit the amount of resync traffic needed for crash recovery.
+1 -1
include/linux/sched.h
··· 1533 1533 1534 1534 struct list_head *scm_work_list; 1535 1535 #ifdef CONFIG_FUNCTION_GRAPH_TRACER 1536 - /* Index of current stored adress in ret_stack */ 1536 + /* Index of current stored address in ret_stack */ 1537 1537 int curr_ret_stack; 1538 1538 /* Stack of return addresses for return function tracing */ 1539 1539 struct ftrace_ret_stack *ret_stack;
+1 -1
include/media/davinci/vpfe_capture.h
··· 165 165 u8 started; 166 166 /* 167 167 * offset where second field starts from the starting of the 168 - * buffer for field seperated YCbCr formats 168 + * buffer for field separated YCbCr formats 169 169 */ 170 170 u32 field_off; 171 171 };
+1 -1
net/ipv4/tcp_timer.c
··· 133 133 } 134 134 135 135 /* This function calculates a "timeout" which is equivalent to the timeout of a 136 - * TCP connection after "boundary" unsucessful, exponentially backed-off 136 + * TCP connection after "boundary" unsuccessful, exponentially backed-off 137 137 * retransmissions with an initial RTO of TCP_RTO_MIN. 138 138 */ 139 139 static bool retransmits_timed_out(struct sock *sk,
+1 -1
net/mac80211/mesh_plink.c
··· 743 743 break; 744 744 default: 745 745 /* should not get here, PLINK_BLOCKED is dealt with at the 746 - * beggining of the function 746 + * beginning of the function 747 747 */ 748 748 spin_unlock_bh(&sta->lock); 749 749 break;
+2 -2
net/netfilter/nf_conntrack_sip.c
··· 276 276 * tabs, spaces and continuation lines, which are treated as a single whitespace 277 277 * character. 278 278 * 279 - * Some headers may appear multiple times. A comma seperated list of values is 279 + * Some headers may appear multiple times. A comma separated list of values is 280 280 * equivalent to multiple headers. 281 281 */ 282 282 static const struct sip_header ct_sip_hdrs[] = { ··· 412 412 } 413 413 EXPORT_SYMBOL_GPL(ct_sip_get_header); 414 414 415 - /* Get next header field in a list of comma seperated values */ 415 + /* Get next header field in a list of comma separated values */ 416 416 static int ct_sip_next_header(const struct nf_conn *ct, const char *dptr, 417 417 unsigned int dataoff, unsigned int datalen, 418 418 enum sip_header_types type,
+1 -1
net/netfilter/xt_hashlimit.c
··· 1 1 /* 2 2 * xt_hashlimit - Netfilter module to limit the number of packets per time 3 - * seperately for each hashbucket (sourceip/sourceport/dstip/dstport) 3 + * separately for each hashbucket (sourceip/sourceport/dstip/dstport) 4 4 * 5 5 * (C) 2003-2004 by Harald Welte <laforge@netfilter.org> 6 6 * Copyright © CC Computer Consultants GmbH, 2007 - 2008
+1 -1
net/sctp/sm_sideeffect.c
··· 475 475 * used to provide an upper bound to this doubling operation. 476 476 * 477 477 * Special Case: the first HB doesn't trigger exponential backoff. 478 - * The first unacknowleged HB triggers it. We do this with a flag 478 + * The first unacknowledged HB triggers it. We do this with a flag 479 479 * that indicates that we have an outstanding HB. 480 480 */ 481 481 if (!is_hb || transport->hb_sent) {
+1 -1
scripts/gfp-translate
··· 19 19 exit 0 20 20 } 21 21 22 - # Parse command-line arguements 22 + # Parse command-line arguments 23 23 while [ $# -gt 0 ]; do 24 24 case $1 in 25 25 --source)
+1 -1
sound/pci/rme9652/hdspm.c
··· 2479 2479 on MADICARD 2480 2480 - playback mixer matrix: [channelout+64] [output] [value] 2481 2481 - input(thru) mixer matrix: [channelin] [output] [value] 2482 - (better do 2 kontrols for seperation ?) 2482 + (better do 2 kontrols for separation ?) 2483 2483 */ 2484 2484 2485 2485 #define HDSPM_MIXER(xname, xindex) \
+1 -1
sound/soc/codecs/wm8990.c
··· 990 990 reg = snd_soc_read(codec, WM8990_CLOCKING_2); 991 991 snd_soc_write(codec, WM8990_CLOCKING_2, reg | WM8990_SYSCLK_SRC); 992 992 993 - /* set up N , fractional mode and pre-divisor if neccessary */ 993 + /* set up N , fractional mode and pre-divisor if necessary */ 994 994 snd_soc_write(codec, WM8990_PLL1, pll_div.n | WM8990_SDM | 995 995 (pll_div.div2?WM8990_PRESCALE:0)); 996 996 snd_soc_write(codec, WM8990_PLL2, (u8)(pll_div.k>>8));
+1 -1
tools/perf/util/hist.c
··· 321 321 new_depth_mask &= ~(1 << (depth - 1)); 322 322 323 323 /* 324 - * But we keep the older depth mask for the line seperator 324 + * But we keep the older depth mask for the line separator 325 325 * to keep the level link until we reach the last child 326 326 */ 327 327 ret += ipchain__fprintf_graph_line(fp, depth, depth_mask,