Skip to content

Commit d5d9ca6

Browse files
adamazingAndi Kleen
authored andcommitted
[PATCH] A few trivial spelling and grammar fixes
A few trivial spelling and grammar mistakes picked up in "arch/x86_64/aperture.c", "arch/x86_64/crash.c" and "arch/x86_64/apic.c". I think all are correct fixes but am ever aware of my fallibility :o) This is my first patch submission so all feedback is appreciated, esp. WRT CCing to Linus, Andi and trivial@kernel.org, is this correct? And which is the most appropriate kernel version to diff against? If any. Should apply cleanly to 2.6.18-rc1 Signed-off-by: Adam Henley <adamazing@gmail.com> Signed-off-by: Andi Kleen <ak@suse.de> - adam
1 parent 3034d11 commit d5d9ca6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

arch/x86_64/kernel/aperture.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static u32 __init allocate_aperture(void)
4848

4949
/*
5050
* Aperture has to be naturally aligned. This means an 2GB aperture won't
51-
* have much chances to find a place in the lower 4GB of memory.
51+
* have much chance of finding a place in the lower 4GB of memory.
5252
* Unfortunately we cannot move it up because that would make the
5353
* IOMMU useless.
5454
*/

arch/x86_64/kernel/apic.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ void __cpuinit setup_local_APIC (void)
400400
value |= APIC_SPIV_APIC_ENABLED;
401401

402402
/*
403-
* Some unknown Intel IO/APIC (or APIC) errata is biting us with
403+
* Some unknown Intel IO/APIC (or APIC) errata are biting us with
404404
* certain networking cards. If high frequency interrupts are
405405
* happening on a particular IOAPIC pin, plus the IOAPIC routing
406406
* entry is masked/unmasked at a high rate as well then sooner or
@@ -950,7 +950,7 @@ void smp_local_timer_interrupt(struct pt_regs *regs)
950950
* We take the 'long' return path, and there every subsystem
951951
* grabs the appropriate locks (kernel lock/ irq lock).
952952
*
953-
* we might want to decouple profiling from the 'long path',
953+
* We might want to decouple profiling from the 'long path',
954954
* and do the profiling totally in assembly.
955955
*
956956
* Currently this isn't too much of an issue (performance wise),

arch/x86_64/kernel/crash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static void crash_save_this_cpu(struct pt_regs *regs, int cpu)
6969
* for the data I pass, and I need tags
7070
* on the data to indicate what information I have
7171
* squirrelled away. ELF notes happen to provide
72-
* all of that that no need to invent something new.
72+
* all of that, no need to invent something new.
7373
*/
7474

7575
buf = (u32*)per_cpu_ptr(crash_notes, cpu);

0 commit comments

Comments
 (0)