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

spelling fixes: arch/alpha/

Spelling fixes in arch/alpha/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Simon Arlott and committed by
Adrian Bunk
c3a2ddee 24b7ce98

+9 -10
+1 -1
arch/alpha/kernel/err_marvel.c
··· 1082 1082 } 1083 1083 1084 1084 /* 1085 - * A system event or error has occured, handle it here. 1085 + * A system event or error has occurred, handle it here. 1086 1086 * 1087 1087 * Any errors in the logout frame have already been cleared by the 1088 1088 * PALcode, so just parse it.
+1 -1
arch/alpha/kernel/err_titan.c
··· 591 591 (struct el_PRIVATEER_envdata_mcheck *) 592 592 ((unsigned long)mchk_header + mchk_header->sys_offset); 593 593 594 - /* TODO - catagorize errors, for now, no error */ 594 + /* TODO - categorize errors, for now, no error */ 595 595 596 596 if (!print) 597 597 return status;
+1 -1
arch/alpha/kernel/osf_sys.c
··· 715 715 /* 716 716 * Alpha Architecture Handbook 4.7.7.3: 717 717 * To be fully IEEE compiant, we must track the current IEEE 718 - * exception state in software, because spurrious bits can be 718 + * exception state in software, because spurious bits can be 719 719 * set in the trap shadow of a software-complete insn. 720 720 */ 721 721
-1
arch/alpha/kernel/smp.c
··· 439 439 ((char *)cpubase + i*hwrpb->processor_size); 440 440 if ((cpu->flags & 0x1cc) == 0x1cc) { 441 441 smp_num_probed++; 442 - /* Assume here that "whami" == index */ 443 442 cpu_set(i, cpu_present_map); 444 443 cpu->pal_revision = boot_cpu_palrev; 445 444 }
+1 -1
arch/alpha/kernel/sys_alcor.c
··· 138 138 139 139 for (i = 16; i < 48; ++i) { 140 140 /* On Alcor, at least, lines 20..30 are not connected 141 - and can generate spurrious interrupts if we turn them 141 + and can generate spurious interrupts if we turn them 142 142 on while IRQ probing. */ 143 143 if (i >= 16+20 && i <= 16+30) 144 144 continue;
+1 -1
arch/alpha/kernel/sys_sio.c
··· 78 78 * example, sound boards seem to like using IRQ 9. 79 79 * 80 80 * This is NOT how we should do it. PIRQ0-X should have 81 - * their own IRQ's, the way intel uses the IO-APIC irq's. 81 + * their own IRQs, the way intel uses the IO-APIC IRQs. 82 82 */ 83 83 84 84 static void __init
+1 -1
arch/alpha/lib/checksum.c
··· 5 5 * in an architecture-specific manner due to speed.. 6 6 * Comments in other versions indicate that the algorithms are from RFC1071 7 7 * 8 - * accellerated versions (and 21264 assembly versions ) contributed by 8 + * accelerated versions (and 21264 assembly versions ) contributed by 9 9 * Rick Gorton <rick.gorton@alpha-processor.com> 10 10 */ 11 11
+1 -1
arch/alpha/lib/csum_partial_copy.c
··· 2 2 * csum_partial_copy - do IP checksumming and copy 3 3 * 4 4 * (C) Copyright 1996 Linus Torvalds 5 - * accellerated versions (and 21264 assembly versions ) contributed by 5 + * accelerated versions (and 21264 assembly versions ) contributed by 6 6 * Rick Gorton <rick.gorton@alpha-processor.com> 7 7 * 8 8 * Don't look at this too closely - you'll go mad. The things
+1 -1
arch/alpha/mm/init.c
··· 235 235 unsigned long pfn = crb->map[i].pa >> PAGE_SHIFT; 236 236 crb->map[i].va = vaddr; 237 237 for (j = 0; j < crb->map[i].count; ++j) { 238 - /* Newer console's (especially on larger 238 + /* Newer consoles (especially on larger 239 239 systems) may require more pages of 240 240 PTEs. Grab additional pages as needed. */ 241 241 if (pmd != pmd_offset(pgd, vaddr)) {
+1 -1
arch/alpha/oprofile/op_impl.h
··· 38 38 unsigned long need_reset; 39 39 }; 40 40 41 - /* Per-architecture configury and hooks. */ 41 + /* Per-architecture configuration and hooks. */ 42 42 struct op_axp_model { 43 43 void (*reg_setup) (struct op_register_config *, 44 44 struct op_counter_config *,