diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-02-04 10:58:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-02-04 10:58:52 -0500 |
commit | f5bb3a5e9dcdb8435471562b6cada89525cf4df1 (patch) | |
tree | 7b7cf9b90bacd0e2fe07cb3387516e9243f1ab66 /arch | |
parent | 9853832c49dc1685587abeb4e1decd4be690d256 (diff) | |
parent | 1560a79a2c2ea0c3826150da8029991d685de990 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial: (79 commits)
Jesper Juhl is the new trivial patches maintainer
Documentation: mention email-clients.txt in SubmittingPatches
fs/binfmt_elf.c: spello fix
do_invalidatepage() comment typo fix
Documentation/filesystems/porting fixes
typo fixes in net/core/net_namespace.c
typo fix in net/rfkill/rfkill.c
typo fixes in net/sctp/sm_statefuns.c
lib/: Spelling fixes
kernel/: Spelling fixes
include/scsi/: Spelling fixes
include/linux/: Spelling fixes
include/asm-m68knommu/: Spelling fixes
include/asm-frv/: Spelling fixes
fs/: Spelling fixes
drivers/watchdog/: Spelling fixes
drivers/video/: Spelling fixes
drivers/ssb/: Spelling fixes
drivers/serial/: Spelling fixes
drivers/scsi/: Spelling fixes
...
Diffstat (limited to 'arch')
34 files changed, 47 insertions, 54 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 9abcd5fd8969..01b10ab588a6 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -532,8 +532,8 @@ config SMP | |||
532 | singleprocessor machines. On a singleprocessor machine, the kernel | 532 | singleprocessor machines. On a singleprocessor machine, the kernel |
533 | will run faster if you say N here. | 533 | will run faster if you say N here. |
534 | 534 | ||
535 | See also the <file:Documentation/smp.txt>, and the SMP-HOWTO | 535 | See also the SMP-HOWTO available at |
536 | available at <http://www.tldp.org/docs.html#howto>. | 536 | <http://www.tldp.org/docs.html#howto>. |
537 | 537 | ||
538 | If you don't know what to do here, say N. | 538 | If you don't know what to do here, say N. |
539 | 539 | ||
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 36176f40dfdf..471637002e8b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -635,8 +635,7 @@ config SMP | |||
635 | processor machines. On a single processor machine, the kernel will | 635 | processor machines. On a single processor machine, the kernel will |
636 | run faster if you say N here. | 636 | run faster if you say N here. |
637 | 637 | ||
638 | See also the <file:Documentation/smp.txt>, | 638 | See also <file:Documentation/i386/IO-APIC.txt>, |
639 | <file:Documentation/i386/IO-APIC.txt>, | ||
640 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at | 639 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at |
641 | <http://www.linuxdoc.org/docs.html#howto>. | 640 | <http://www.linuxdoc.org/docs.html#howto>. |
642 | 641 | ||
diff --git a/arch/arm/mach-pxa/corgi_ssp.c b/arch/arm/mach-pxa/corgi_ssp.c index efba65edcd51..31706224a04c 100644 --- a/arch/arm/mach-pxa/corgi_ssp.c +++ b/arch/arm/mach-pxa/corgi_ssp.c | |||
@@ -32,7 +32,7 @@ static struct corgissp_machinfo *ssp_machinfo; | |||
32 | /* | 32 | /* |
33 | * There are three devices connected to the SSP interface: | 33 | * There are three devices connected to the SSP interface: |
34 | * 1. A touchscreen controller (TI ADS7846 compatible) | 34 | * 1. A touchscreen controller (TI ADS7846 compatible) |
35 | * 2. An LCD contoller (with some Backlight functionality) | 35 | * 2. An LCD controller (with some Backlight functionality) |
36 | * 3. A battery monitoring IC (Maxim MAX1111) | 36 | * 3. A battery monitoring IC (Maxim MAX1111) |
37 | * | 37 | * |
38 | * Each device uses a different speed/mode of communication. | 38 | * Each device uses a different speed/mode of communication. |
diff --git a/arch/arm/mach-sa1100/collie_pm.c b/arch/arm/mach-sa1100/collie_pm.c index 1e25b1d19fce..94620be7bfac 100644 --- a/arch/arm/mach-sa1100/collie_pm.c +++ b/arch/arm/mach-sa1100/collie_pm.c | |||
@@ -165,7 +165,7 @@ int collie_read_temp(void) | |||
165 | 165 | ||
166 | ucb1x00_adc_enable(ucb); | 166 | ucb1x00_adc_enable(ucb); |
167 | ucb1x00_io_write(ucb, COLLIE_TC35143_GPIO_TMP_ON, 0); | 167 | ucb1x00_io_write(ucb, COLLIE_TC35143_GPIO_TMP_ON, 0); |
168 | /* >1010 = battery removed, 460 = 22C ?, higer = lower temp ? */ | 168 | /* >1010 = battery removed, 460 = 22C ?, higher = lower temp ? */ |
169 | voltage = ucb1x00_adc_read(ucb, UCB_ADC_INP_AD0, UCB_SYNC); | 169 | voltage = ucb1x00_adc_read(ucb, UCB_ADC_INP_AD0, UCB_SYNC); |
170 | ucb1x00_io_write(ucb, 0, COLLIE_TC35143_GPIO_TMP_ON); | 170 | ucb1x00_io_write(ucb, 0, COLLIE_TC35143_GPIO_TMP_ON); |
171 | ucb1x00_adc_disable(ucb); | 171 | ucb1x00_adc_disable(ucb); |
diff --git a/arch/arm/plat-s3c24xx/irq.c b/arch/arm/plat-s3c24xx/irq.c index d486f5112569..ae2c5d7efc9d 100644 --- a/arch/arm/plat-s3c24xx/irq.c +++ b/arch/arm/plat-s3c24xx/irq.c | |||
@@ -47,7 +47,7 @@ | |||
47 | * Mark IRQ_LCD valid | 47 | * Mark IRQ_LCD valid |
48 | * | 48 | * |
49 | * 25-Jul-2005 Ben Dooks | 49 | * 25-Jul-2005 Ben Dooks |
50 | * Split the S3C2440 IRQ code to seperate file | 50 | * Split the S3C2440 IRQ code to separate file |
51 | */ | 51 | */ |
52 | 52 | ||
53 | #include <linux/init.h> | 53 | #include <linux/init.h> |
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index 68380cb2ff88..bf0468cbe713 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig | |||
@@ -79,7 +79,7 @@ config FRV_OUTOFLINE_ATOMIC_OPS | |||
79 | Setting this option causes the FR-V atomic operations to be mostly | 79 | Setting this option causes the FR-V atomic operations to be mostly |
80 | implemented out-of-line. | 80 | implemented out-of-line. |
81 | 81 | ||
82 | See Documentation/fujitsu/frv/atomic-ops.txt for more information. | 82 | See Documentation/frv/atomic-ops.txt for more information. |
83 | 83 | ||
84 | config HIGHMEM | 84 | config HIGHMEM |
85 | bool "High memory support" | 85 | bool "High memory support" |
diff --git a/arch/frv/kernel/entry.S b/arch/frv/kernel/entry.S index f926c7094776..99046b1f51c8 100644 --- a/arch/frv/kernel/entry.S +++ b/arch/frv/kernel/entry.S | |||
@@ -253,7 +253,7 @@ __entry_kernel_external_interrupt_reentry: | |||
253 | andi.p gr5,#~PSR_ET,gr5 | 253 | andi.p gr5,#~PSR_ET,gr5 |
254 | 254 | ||
255 | # set CCCR.CC3 to Undefined to abort atomic-modify completion inside the kernel | 255 | # set CCCR.CC3 to Undefined to abort atomic-modify completion inside the kernel |
256 | # - for an explanation of how it works, see: Documentation/fujitsu/frv/atomic-ops.txt | 256 | # - for an explanation of how it works, see: Documentation/frv/atomic-ops.txt |
257 | andi gr25,#~0xc0,gr25 | 257 | andi gr25,#~0xc0,gr25 |
258 | 258 | ||
259 | sti gr20,@(gr28,#REG_TBR) | 259 | sti gr20,@(gr28,#REG_TBR) |
@@ -445,7 +445,7 @@ __entry_kernel_softprog_interrupt_reentry: | |||
445 | sti gr22,@(sp,#REG_SP) | 445 | sti gr22,@(sp,#REG_SP) |
446 | 446 | ||
447 | # set CCCR.CC3 to Undefined to abort atomic-modify completion inside the kernel | 447 | # set CCCR.CC3 to Undefined to abort atomic-modify completion inside the kernel |
448 | # - for an explanation of how it works, see: Documentation/fujitsu/frv/atomic-ops.txt | 448 | # - for an explanation of how it works, see: Documentation/frv/atomic-ops.txt |
449 | movsg cccr,gr20 | 449 | movsg cccr,gr20 |
450 | andi gr20,#~0xc0,gr20 | 450 | andi gr20,#~0xc0,gr20 |
451 | movgs gr20,cccr | 451 | movgs gr20,cccr |
diff --git a/arch/frv/lib/atomic-ops.S b/arch/frv/lib/atomic-ops.S index 545cd325ac57..ee0ac905fb08 100644 --- a/arch/frv/lib/atomic-ops.S +++ b/arch/frv/lib/atomic-ops.S | |||
@@ -1,7 +1,7 @@ | |||
1 | /* atomic-ops.S: kernel atomic operations | 1 | /* atomic-ops.S: kernel atomic operations |
2 | * | 2 | * |
3 | * For an explanation of how atomic ops work in this arch, see: | 3 | * For an explanation of how atomic ops work in this arch, see: |
4 | * Documentation/fujitsu/frv/atomic-ops.txt | 4 | * Documentation/frv/atomic-ops.txt |
5 | * | 5 | * |
6 | * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved. | 6 | * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved. |
7 | * Written by David Howells (dhowells@redhat.com) | 7 | * Written by David Howells (dhowells@redhat.com) |
diff --git a/arch/h8300/platform/h8s/ints.c b/arch/h8300/platform/h8s/ints.c index 551fd5f30d82..ac10b9783850 100644 --- a/arch/h8300/platform/h8s/ints.c +++ b/arch/h8300/platform/h8s/ints.c | |||
@@ -121,7 +121,7 @@ void __init init_IRQ(void) | |||
121 | printk("virtual vector at 0x%08lx\n",(unsigned long)ramvec); | 121 | printk("virtual vector at 0x%08lx\n",(unsigned long)ramvec); |
122 | 122 | ||
123 | #if defined(CONFIG_GDB_DEBUG) | 123 | #if defined(CONFIG_GDB_DEBUG) |
124 | /* save orignal break vector */ | 124 | /* save original break vector */ |
125 | break_vec = ramvec[TRAP3_VEC]; | 125 | break_vec = ramvec[TRAP3_VEC]; |
126 | #else | 126 | #else |
127 | break_vec = VECTOR(trace_break); | 127 | break_vec = VECTOR(trace_break); |
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index a0740fbd94d9..b0de1132dfc0 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -285,8 +285,8 @@ config SMP | |||
285 | single processor systems. On a single processor system, the kernel | 285 | single processor systems. On a single processor system, the kernel |
286 | will run faster if you say N here. | 286 | will run faster if you say N here. |
287 | 287 | ||
288 | See also the <file:Documentation/smp.txt> and the SMP-HOWTO | 288 | See also the SMP-HOWTO available at |
289 | available at <http://www.tldp.org/docs.html#howto>. | 289 | <http://www.tldp.org/docs.html#howto>. |
290 | 290 | ||
291 | If you don't know what to do here, say N. | 291 | If you don't know what to do here, say N. |
292 | 292 | ||
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index 12259759a2fe..795180b8fd8e 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig | |||
@@ -303,8 +303,7 @@ config SMP | |||
303 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power | 303 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power |
304 | Management" code will be disabled if you say Y here. | 304 | Management" code will be disabled if you say Y here. |
305 | 305 | ||
306 | See also the <file:Documentation/smp.txt>, | 306 | See also the SMP-HOWTO available at |
307 | and the SMP-HOWTO available at | ||
308 | <http://www.linuxdoc.org/docs.html#howto>. | 307 | <http://www.linuxdoc.org/docs.html#howto>. |
309 | 308 | ||
310 | If you don't know what to do here, say N. | 309 | If you don't know what to do here, say N. |
diff --git a/arch/m32r/kernel/ptrace.c b/arch/m32r/kernel/ptrace.c index ed4d0756c5db..9aa615d3a5b2 100644 --- a/arch/m32r/kernel/ptrace.c +++ b/arch/m32r/kernel/ptrace.c | |||
@@ -476,7 +476,7 @@ unregister_debug_trap(struct task_struct *child, unsigned long addr, | |||
476 | return 0; | 476 | return 0; |
477 | } | 477 | } |
478 | 478 | ||
479 | /* Recover orignal instruction code. */ | 479 | /* Recover original instruction code. */ |
480 | *code = p->insn[i]; | 480 | *code = p->insn[i]; |
481 | 481 | ||
482 | /* Shift debug trap entries. */ | 482 | /* Shift debug trap entries. */ |
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d38ebd3b1201..ec78a5762e9e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1755,8 +1755,8 @@ config SMP | |||
1755 | People using multiprocessor machines who say Y here should also say | 1755 | People using multiprocessor machines who say Y here should also say |
1756 | Y to "Enhanced Real Time Clock Support", below. | 1756 | Y to "Enhanced Real Time Clock Support", below. |
1757 | 1757 | ||
1758 | See also the <file:Documentation/smp.txt> and the SMP-HOWTO | 1758 | See also the SMP-HOWTO available at |
1759 | available at <http://www.tldp.org/docs.html#howto>. | 1759 | <http://www.tldp.org/docs.html#howto>. |
1760 | 1760 | ||
1761 | If you don't know what to do here, say N. | 1761 | If you don't know what to do here, say N. |
1762 | 1762 | ||
diff --git a/arch/mips/au1000/mtx-1/board_setup.c b/arch/mips/au1000/mtx-1/board_setup.c index abfc4bcddf7a..310d5dff89fc 100644 --- a/arch/mips/au1000/mtx-1/board_setup.c +++ b/arch/mips/au1000/mtx-1/board_setup.c | |||
@@ -99,7 +99,7 @@ mtx1_pci_idsel(unsigned int devsel, int assert) | |||
99 | #endif | 99 | #endif |
100 | 100 | ||
101 | if (assert && devsel != 0) { | 101 | if (assert && devsel != 0) { |
102 | // supress signal to cardbus | 102 | // suppress signal to cardbus |
103 | au_writel( 0x00000002, SYS_OUTPUTCLR ); // set EXT_IO3 OFF | 103 | au_writel( 0x00000002, SYS_OUTPUTCLR ); // set EXT_IO3 OFF |
104 | } | 104 | } |
105 | else { | 105 | else { |
diff --git a/arch/mips/kernel/binfmt_elfn32.c b/arch/mips/kernel/binfmt_elfn32.c index 9b34238d41c0..77db3473deab 100644 --- a/arch/mips/kernel/binfmt_elfn32.c +++ b/arch/mips/kernel/binfmt_elfn32.c | |||
@@ -98,7 +98,7 @@ static __inline__ void | |||
98 | jiffies_to_compat_timeval(unsigned long jiffies, struct compat_timeval *value) | 98 | jiffies_to_compat_timeval(unsigned long jiffies, struct compat_timeval *value) |
99 | { | 99 | { |
100 | /* | 100 | /* |
101 | * Convert jiffies to nanoseconds and seperate with | 101 | * Convert jiffies to nanoseconds and separate with |
102 | * one divide. | 102 | * one divide. |
103 | */ | 103 | */ |
104 | u64 nsec = (u64)jiffies * TICK_NSEC; | 104 | u64 nsec = (u64)jiffies * TICK_NSEC; |
diff --git a/arch/mips/kernel/binfmt_elfo32.c b/arch/mips/kernel/binfmt_elfo32.c index da41eac195ca..08f4cd781ee3 100644 --- a/arch/mips/kernel/binfmt_elfo32.c +++ b/arch/mips/kernel/binfmt_elfo32.c | |||
@@ -100,7 +100,7 @@ static inline void | |||
100 | jiffies_to_compat_timeval(unsigned long jiffies, struct compat_timeval *value) | 100 | jiffies_to_compat_timeval(unsigned long jiffies, struct compat_timeval *value) |
101 | { | 101 | { |
102 | /* | 102 | /* |
103 | * Convert jiffies to nanoseconds and seperate with | 103 | * Convert jiffies to nanoseconds and separate with |
104 | * one divide. | 104 | * one divide. |
105 | */ | 105 | */ |
106 | u64 nsec = (u64)jiffies * TICK_NSEC; | 106 | u64 nsec = (u64)jiffies * TICK_NSEC; |
diff --git a/arch/mips/kernel/kspd.c b/arch/mips/kernel/kspd.c index f6704ab16306..998c4efcce88 100644 --- a/arch/mips/kernel/kspd.c +++ b/arch/mips/kernel/kspd.c | |||
@@ -221,7 +221,7 @@ void sp_work_handle_request(void) | |||
221 | } | 221 | } |
222 | } | 222 | } |
223 | 223 | ||
224 | /* Run the syscall at the priviledge of the user who loaded the | 224 | /* Run the syscall at the privilege of the user who loaded the |
225 | SP program */ | 225 | SP program */ |
226 | 226 | ||
227 | if (vpe_getuid(tclimit)) | 227 | if (vpe_getuid(tclimit)) |
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index 269c252d956f..c032409cba9b 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c | |||
@@ -424,13 +424,13 @@ static void __init bootmem_init(void) | |||
424 | #endif /* CONFIG_SGI_IP27 */ | 424 | #endif /* CONFIG_SGI_IP27 */ |
425 | 425 | ||
426 | /* | 426 | /* |
427 | * arch_mem_init - initialize memory managment subsystem | 427 | * arch_mem_init - initialize memory management subsystem |
428 | * | 428 | * |
429 | * o plat_mem_setup() detects the memory configuration and will record detected | 429 | * o plat_mem_setup() detects the memory configuration and will record detected |
430 | * memory areas using add_memory_region. | 430 | * memory areas using add_memory_region. |
431 | * | 431 | * |
432 | * At this stage the memory configuration of the system is known to the | 432 | * At this stage the memory configuration of the system is known to the |
433 | * kernel but generic memory managment system is still entirely uninitialized. | 433 | * kernel but generic memory management system is still entirely uninitialized. |
434 | * | 434 | * |
435 | * o bootmem_init() | 435 | * o bootmem_init() |
436 | * o sparse_init() | 436 | * o sparse_init() |
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c index 85f700e58131..b42e71c71119 100644 --- a/arch/mips/kernel/smtc.c +++ b/arch/mips/kernel/smtc.c | |||
@@ -65,7 +65,7 @@ asiduse smtc_live_asid[MAX_SMTC_TLBS][MAX_SMTC_ASIDS]; | |||
65 | static atomic_t ipi_timer_latch[NR_CPUS]; | 65 | static atomic_t ipi_timer_latch[NR_CPUS]; |
66 | 66 | ||
67 | /* | 67 | /* |
68 | * Number of InterProcessor Interupt (IPI) message buffers to allocate | 68 | * Number of InterProcessor Interrupt (IPI) message buffers to allocate |
69 | */ | 69 | */ |
70 | 70 | ||
71 | #define IPIBUF_PER_CPU 4 | 71 | #define IPIBUF_PER_CPU 4 |
@@ -780,7 +780,7 @@ void smtc_send_ipi(int cpu, int type, unsigned int action) | |||
780 | if (cpu_data[cpu].vpe_id != cpu_data[smp_processor_id()].vpe_id) { | 780 | if (cpu_data[cpu].vpe_id != cpu_data[smp_processor_id()].vpe_id) { |
781 | if (type == SMTC_CLOCK_TICK) | 781 | if (type == SMTC_CLOCK_TICK) |
782 | atomic_inc(&ipi_timer_latch[cpu]); | 782 | atomic_inc(&ipi_timer_latch[cpu]); |
783 | /* If not on same VPE, enqueue and send cross-VPE interupt */ | 783 | /* If not on same VPE, enqueue and send cross-VPE interrupt */ |
784 | smtc_ipi_nq(&IPIQ[cpu], pipi); | 784 | smtc_ipi_nq(&IPIQ[cpu], pipi); |
785 | LOCK_CORE_PRA(); | 785 | LOCK_CORE_PRA(); |
786 | settc(cpu_data[cpu].tc_id); | 786 | settc(cpu_data[cpu].tc_id); |
@@ -1063,7 +1063,7 @@ static void setup_cross_vpe_interrupts(unsigned int nvpe) | |||
1063 | return; | 1063 | return; |
1064 | 1064 | ||
1065 | if (!cpu_has_vint) | 1065 | if (!cpu_has_vint) |
1066 | panic("SMTC Kernel requires Vectored Interupt support"); | 1066 | panic("SMTC Kernel requires Vectored Interrupt support"); |
1067 | 1067 | ||
1068 | set_vi_handler(MIPS_CPU_IPI_IRQ, ipi_irq_dispatch); | 1068 | set_vi_handler(MIPS_CPU_IPI_IRQ, ipi_irq_dispatch); |
1069 | 1069 | ||
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 02bd180f0e02..53ec05267a98 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c | |||
@@ -1101,7 +1101,7 @@ static void __init setup_scache(void) | |||
1101 | /* | 1101 | /* |
1102 | * Do the probing thing on R4000SC and R4400SC processors. Other | 1102 | * Do the probing thing on R4000SC and R4400SC processors. Other |
1103 | * processors don't have a S-cache that would be relevant to the | 1103 | * processors don't have a S-cache that would be relevant to the |
1104 | * Linux memory managment. | 1104 | * Linux memory management. |
1105 | */ | 1105 | */ |
1106 | switch (c->cputype) { | 1106 | switch (c->cputype) { |
1107 | case CPU_R4000SC: | 1107 | case CPU_R4000SC: |
diff --git a/arch/mips/sgi-ip27/ip27-hubio.c b/arch/mips/sgi-ip27/ip27-hubio.c index 524b371f9397..a1fa4abb3f6a 100644 --- a/arch/mips/sgi-ip27/ip27-hubio.c +++ b/arch/mips/sgi-ip27/ip27-hubio.c | |||
@@ -168,7 +168,7 @@ static void hub_set_piomode(nasid_t nasid) | |||
168 | } | 168 | } |
169 | 169 | ||
170 | /* | 170 | /* |
171 | * hub_pio_init - PIO-related hub initalization | 171 | * hub_pio_init - PIO-related hub initialization |
172 | * | 172 | * |
173 | * @hub: hubinfo structure for our hub | 173 | * @hub: hubinfo structure for our hub |
174 | */ | 174 | */ |
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 25c10fa69647..028d8a0fdbfd 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig | |||
@@ -206,9 +206,8 @@ config SMP | |||
206 | singleprocessor machines. On a singleprocessor machine, the kernel | 206 | singleprocessor machines. On a singleprocessor machine, the kernel |
207 | will run faster if you say N here. | 207 | will run faster if you say N here. |
208 | 208 | ||
209 | See also the <file:Documentation/smp.txt>, | 209 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO |
210 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available | 210 | available at <http://www.tldp.org/docs.html#howto>. |
211 | at <http://www.tldp.org/docs.html#howto>. | ||
212 | 211 | ||
213 | If you don't know what to do here, say N. | 212 | If you don't know what to do here, say N. |
214 | 213 | ||
diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c index 395bbce64993..e10d25d2d9c9 100644 --- a/arch/parisc/kernel/cache.c +++ b/arch/parisc/kernel/cache.c | |||
@@ -305,7 +305,7 @@ flush_user_cache_page_non_current(struct vm_area_struct *vma, | |||
305 | /* save the current process space and pgd */ | 305 | /* save the current process space and pgd */ |
306 | unsigned long space = mfsp(3), pgd = mfctl(25); | 306 | unsigned long space = mfsp(3), pgd = mfctl(25); |
307 | 307 | ||
308 | /* we don't mind taking interrups since they may not | 308 | /* we don't mind taking interrupts since they may not |
309 | * do anything with user space, but we can't | 309 | * do anything with user space, but we can't |
310 | * be preempted here */ | 310 | * be preempted here */ |
311 | preempt_disable(); | 311 | preempt_disable(); |
diff --git a/arch/parisc/kernel/hardware.c b/arch/parisc/kernel/hardware.c index 04848b2b381c..84b9611a9228 100644 --- a/arch/parisc/kernel/hardware.c +++ b/arch/parisc/kernel/hardware.c | |||
@@ -1187,7 +1187,7 @@ static struct hp_hardware hp_hardware_list[] __devinitdata = { | |||
1187 | {HPHW_FIO, 0x005, 0x000A9, 0x00, "AllegroLow Core PCI USB KB"}, | 1187 | {HPHW_FIO, 0x005, 0x000A9, 0x00, "AllegroLow Core PCI USB KB"}, |
1188 | {HPHW_FIO, 0x006, 0x000A9, 0x00, "AllegroHigh Core PCI SuperIO RS-232"}, | 1188 | {HPHW_FIO, 0x006, 0x000A9, 0x00, "AllegroHigh Core PCI SuperIO RS-232"}, |
1189 | {HPHW_FIO, 0x006, 0x000A9, 0x00, "AllegroHigh Core PCI USB KB"}, | 1189 | {HPHW_FIO, 0x006, 0x000A9, 0x00, "AllegroHigh Core PCI USB KB"}, |
1190 | {HPHW_FIO, 0x007, 0x000A9, 0x0, "Miscelaneous PCI Plug-in"}, | 1190 | {HPHW_FIO, 0x007, 0x000A9, 0x0, "Miscellaneous PCI Plug-in"}, |
1191 | {HPHW_FIO, 0x00A, 0x000A9, 0x0, "Lego 360 Core PCI SuperIO RS-232"}, | 1191 | {HPHW_FIO, 0x00A, 0x000A9, 0x0, "Lego 360 Core PCI SuperIO RS-232"}, |
1192 | {HPHW_FIO, 0x00A, 0x000A9, 0x0, "Lego 360 Core PCI USB KB"}, | 1192 | {HPHW_FIO, 0x00A, 0x000A9, 0x0, "Lego 360 Core PCI USB KB"}, |
1193 | {HPHW_FIO, 0x004, 0x00320, 0x0, "Metheus Frame Buffer"}, | 1193 | {HPHW_FIO, 0x004, 0x00320, 0x0, "Metheus Frame Buffer"}, |
diff --git a/arch/parisc/kernel/signal.c b/arch/parisc/kernel/signal.c index 2ce3806f02e1..58fccc96d003 100644 --- a/arch/parisc/kernel/signal.c +++ b/arch/parisc/kernel/signal.c | |||
@@ -333,7 +333,7 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, | |||
333 | flush_user_icache_range((unsigned long) &frame->tramp[0], | 333 | flush_user_icache_range((unsigned long) &frame->tramp[0], |
334 | (unsigned long) &frame->tramp[TRAMP_SIZE]); | 334 | (unsigned long) &frame->tramp[TRAMP_SIZE]); |
335 | 335 | ||
336 | /* TRAMP Words 0-4, Lenght 5 = SIGRESTARTBLOCK_TRAMP | 336 | /* TRAMP Words 0-4, Length 5 = SIGRESTARTBLOCK_TRAMP |
337 | * TRAMP Words 5-9, Length 4 = SIGRETURN_TRAMP | 337 | * TRAMP Words 5-9, Length 4 = SIGRETURN_TRAMP |
338 | * So the SIGRETURN_TRAMP is at the end of SIGRESTARTBLOCK_TRAMP | 338 | * So the SIGRETURN_TRAMP is at the end of SIGRESTARTBLOCK_TRAMP |
339 | */ | 339 | */ |
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 974f9c3e89d9..82cbffd03654 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -83,8 +83,8 @@ config SMP | |||
83 | singleprocessor machines. On a singleprocessor machine, the kernel | 83 | singleprocessor machines. On a singleprocessor machine, the kernel |
84 | will run faster if you say N here. | 84 | will run faster if you say N here. |
85 | 85 | ||
86 | See also the <file:Documentation/smp.txt> and the SMP-HOWTO | 86 | See also the SMP-HOWTO available at |
87 | available at <http://www.tldp.org/docs.html#howto>. | 87 | <http://www.tldp.org/docs.html#howto>. |
88 | 88 | ||
89 | Even if you don't know what to do here, say Y. | 89 | Even if you don't know what to do here, say Y. |
90 | 90 | ||
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index bfbd54a22bde..1c3a90835c7e 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -673,9 +673,8 @@ config SMP | |||
673 | People using multiprocessor machines who say Y here should also say | 673 | People using multiprocessor machines who say Y here should also say |
674 | Y to "Enhanced Real Time Clock Support", below. | 674 | Y to "Enhanced Real Time Clock Support", below. |
675 | 675 | ||
676 | See also the <file:Documentation/smp.txt>, | 676 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO |
677 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available | 677 | available at <http://www.tldp.org/docs.html#howto>. |
678 | at <http://www.tldp.org/docs.html#howto>. | ||
679 | 678 | ||
680 | If you don't know what to do here, say N. | 679 | If you don't know what to do here, say N. |
681 | 680 | ||
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 51008a2ba5b4..99f8971716d2 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -48,9 +48,8 @@ config SMP | |||
48 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power | 48 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power |
49 | Management" code will be disabled if you say Y here. | 49 | Management" code will be disabled if you say Y here. |
50 | 50 | ||
51 | See also the <file:Documentation/smp.txt>, | 51 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO |
52 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at | 52 | available at <http://www.tldp.org/docs.html#howto>. |
53 | <http://www.tldp.org/docs.html#howto>. | ||
54 | 53 | ||
55 | If you don't know what to do here, say N. | 54 | If you don't know what to do here, say N. |
56 | 55 | ||
diff --git a/arch/sparc/kernel/ioport.c b/arch/sparc/kernel/ioport.c index 97aa50d1e4ae..ad0ede24ca1d 100644 --- a/arch/sparc/kernel/ioport.c +++ b/arch/sparc/kernel/ioport.c | |||
@@ -305,7 +305,7 @@ void *sbus_alloc_consistent(struct sbus_dev *sdev, long len, u32 *dma_addrp) | |||
305 | struct resource *res; | 305 | struct resource *res; |
306 | int order; | 306 | int order; |
307 | 307 | ||
308 | /* XXX why are some lenghts signed, others unsigned? */ | 308 | /* XXX why are some lengths signed, others unsigned? */ |
309 | if (len <= 0) { | 309 | if (len <= 0) { |
310 | return NULL; | 310 | return NULL; |
311 | } | 311 | } |
@@ -393,7 +393,7 @@ void sbus_free_consistent(struct sbus_dev *sdev, long n, void *p, u32 ba) | |||
393 | */ | 393 | */ |
394 | dma_addr_t sbus_map_single(struct sbus_dev *sdev, void *va, size_t len, int direction) | 394 | dma_addr_t sbus_map_single(struct sbus_dev *sdev, void *va, size_t len, int direction) |
395 | { | 395 | { |
396 | /* XXX why are some lenghts signed, others unsigned? */ | 396 | /* XXX why are some lengths signed, others unsigned? */ |
397 | if (len <= 0) { | 397 | if (len <= 0) { |
398 | return 0; | 398 | return 0; |
399 | } | 399 | } |
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index a7739b507b74..a8c6366f05a1 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -168,9 +168,8 @@ config SMP | |||
168 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power | 168 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power |
169 | Management" code will be disabled if you say Y here. | 169 | Management" code will be disabled if you say Y here. |
170 | 170 | ||
171 | See also the <file:Documentation/smp.txt>, | 171 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO |
172 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at | 172 | available at <http://www.tldp.org/docs.html#howto>. |
173 | <http://www.tldp.org/docs.html#howto>. | ||
174 | 173 | ||
175 | If you don't know what to do here, say N. | 174 | If you don't know what to do here, say N. |
176 | 175 | ||
diff --git a/arch/um/sys-x86_64/signal.c b/arch/um/sys-x86_64/signal.c index 7457436b433a..14070181407b 100644 --- a/arch/um/sys-x86_64/signal.c +++ b/arch/um/sys-x86_64/signal.c | |||
@@ -112,7 +112,7 @@ static int copy_sc_to_user(struct sigcontext __user *to, | |||
112 | err |= PUTREG(regs, RSI, to, si); | 112 | err |= PUTREG(regs, RSI, to, si); |
113 | err |= PUTREG(regs, RBP, to, bp); | 113 | err |= PUTREG(regs, RBP, to, bp); |
114 | /* | 114 | /* |
115 | * Must use orignal RSP, which is passed in, rather than what's in | 115 | * Must use original RSP, which is passed in, rather than what's in |
116 | * the pt_regs, because that's already been updated to point at the | 116 | * the pt_regs, because that's already been updated to point at the |
117 | * signal frame. | 117 | * signal frame. |
118 | */ | 118 | */ |
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3162cb467ab3..99af1272ab1d 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -202,8 +202,7 @@ config SMP | |||
202 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power | 202 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power |
203 | Management" code will be disabled if you say Y here. | 203 | Management" code will be disabled if you say Y here. |
204 | 204 | ||
205 | See also the <file:Documentation/smp.txt>, | 205 | See also <file:Documentation/i386/IO-APIC.txt>, |
206 | <file:Documentation/i386/IO-APIC.txt>, | ||
207 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at | 206 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at |
208 | <http://www.tldp.org/docs.html#howto>. | 207 | <http://www.tldp.org/docs.html#howto>. |
209 | 208 | ||
diff --git a/arch/x86/lib/bitops_32.c b/arch/x86/lib/bitops_32.c index afd0045595d4..b65440459859 100644 --- a/arch/x86/lib/bitops_32.c +++ b/arch/x86/lib/bitops_32.c | |||
@@ -2,7 +2,7 @@ | |||
2 | #include <linux/module.h> | 2 | #include <linux/module.h> |
3 | 3 | ||
4 | /** | 4 | /** |
5 | * find_next_bit - find the first set bit in a memory region | 5 | * find_next_bit - find the next set bit in a memory region |
6 | * @addr: The address to base the search on | 6 | * @addr: The address to base the search on |
7 | * @offset: The bitnumber to start searching at | 7 | * @offset: The bitnumber to start searching at |
8 | * @size: The maximum size to search | 8 | * @size: The maximum size to search |
diff --git a/arch/x86/lib/bitops_64.c b/arch/x86/lib/bitops_64.c index 95b6d9639fba..0e8f491e6ccc 100644 --- a/arch/x86/lib/bitops_64.c +++ b/arch/x86/lib/bitops_64.c | |||
@@ -58,7 +58,7 @@ long find_first_zero_bit(const unsigned long * addr, unsigned long size) | |||
58 | } | 58 | } |
59 | 59 | ||
60 | /** | 60 | /** |
61 | * find_next_zero_bit - find the first zero bit in a memory region | 61 | * find_next_zero_bit - find the next zero bit in a memory region |
62 | * @addr: The address to base the search on | 62 | * @addr: The address to base the search on |
63 | * @offset: The bitnumber to start searching at | 63 | * @offset: The bitnumber to start searching at |
64 | * @size: The maximum size to search | 64 | * @size: The maximum size to search |