diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/kernel/kgdb.c | 2 | ||||
-rw-r--r-- | arch/ia64/kernel/kprobes.c | 2 | ||||
-rw-r--r-- | arch/m68k/Kconfig | 2 | ||||
-rw-r--r-- | arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.c | 2 | ||||
-rw-r--r-- | arch/powerpc/kernel/kprobes.c | 2 | ||||
-rw-r--r-- | arch/powerpc/oprofile/cell/spu_profiler.c | 2 | ||||
-rw-r--r-- | arch/s390/Kconfig | 2 | ||||
-rw-r--r-- | arch/s390/kernel/kprobes.c | 2 | ||||
-rw-r--r-- | arch/sparc/kernel/kprobes.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/kprobes.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/mfgpt_32.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/arch/blackfin/kernel/kgdb.c b/arch/blackfin/kernel/kgdb.c index b795a207742c..1c5afaeb9504 100644 --- a/arch/blackfin/kernel/kgdb.c +++ b/arch/blackfin/kernel/kgdb.c | |||
@@ -105,7 +105,7 @@ void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *regs) | |||
105 | * Extracts ebp, esp and eip values understandable by gdb from the values | 105 | * Extracts ebp, esp and eip values understandable by gdb from the values |
106 | * saved by switch_to. | 106 | * saved by switch_to. |
107 | * thread.esp points to ebp. flags and ebp are pushed in switch_to hence esp | 107 | * thread.esp points to ebp. flags and ebp are pushed in switch_to hence esp |
108 | * prior to entering switch_to is 8 greater then the value that is saved. | 108 | * prior to entering switch_to is 8 greater than the value that is saved. |
109 | * If switch_to changes, change following code appropriately. | 109 | * If switch_to changes, change following code appropriately. |
110 | */ | 110 | */ |
111 | void sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *p) | 111 | void sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *p) |
diff --git a/arch/ia64/kernel/kprobes.c b/arch/ia64/kernel/kprobes.c index f07688da947c..0017b9de2ddf 100644 --- a/arch/ia64/kernel/kprobes.c +++ b/arch/ia64/kernel/kprobes.c | |||
@@ -434,7 +434,7 @@ int __kprobes trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs) | |||
434 | /* | 434 | /* |
435 | * It is possible to have multiple instances associated with a given | 435 | * It is possible to have multiple instances associated with a given |
436 | * task either because an multiple functions in the call path | 436 | * task either because an multiple functions in the call path |
437 | * have a return probe installed on them, and/or more then one return | 437 | * have a return probe installed on them, and/or more than one return |
438 | * return probe was registered for a target function. | 438 | * return probe was registered for a target function. |
439 | * | 439 | * |
440 | * We can handle this because: | 440 | * We can handle this because: |
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index c825bde17cb3..fb87c08c6b57 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -303,7 +303,7 @@ config M68KFPU_EMU_EXTRAPREC | |||
303 | correct rounding, the emulator can (often) do the same but this | 303 | correct rounding, the emulator can (often) do the same but this |
304 | extra calculation can cost quite some time, so you can disable | 304 | extra calculation can cost quite some time, so you can disable |
305 | it here. The emulator will then "only" calculate with a 64 bit | 305 | it here. The emulator will then "only" calculate with a 64 bit |
306 | mantissa and round slightly incorrect, what is more then enough | 306 | mantissa and round slightly incorrect, what is more than enough |
307 | for normal usage. | 307 | for normal usage. |
308 | 308 | ||
309 | config M68KFPU_EMU_ONLY | 309 | config M68KFPU_EMU_ONLY |
diff --git a/arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.c b/arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.c index 97862f45496d..caf5e9a0acc7 100644 --- a/arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.c +++ b/arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.c | |||
@@ -148,7 +148,7 @@ int read_eeprom(char *buffer, int eeprom_size, int size) | |||
148 | send_byte(W_HEADER); | 148 | send_byte(W_HEADER); |
149 | recv_ack(); | 149 | recv_ack(); |
150 | 150 | ||
151 | /* EEPROM with size of more then 2K need two byte addressing */ | 151 | /* EEPROM with size of more than 2K need two byte addressing */ |
152 | if (eeprom_size > 2048) { | 152 | if (eeprom_size > 2048) { |
153 | send_byte(0x00); | 153 | send_byte(0x00); |
154 | recv_ack(); | 154 | recv_ack(); |
diff --git a/arch/powerpc/kernel/kprobes.c b/arch/powerpc/kernel/kprobes.c index de79915452c8..b29005a5a8f5 100644 --- a/arch/powerpc/kernel/kprobes.c +++ b/arch/powerpc/kernel/kprobes.c | |||
@@ -316,7 +316,7 @@ static int __kprobes trampoline_probe_handler(struct kprobe *p, | |||
316 | /* | 316 | /* |
317 | * It is possible to have multiple instances associated with a given | 317 | * It is possible to have multiple instances associated with a given |
318 | * task either because an multiple functions in the call path | 318 | * task either because an multiple functions in the call path |
319 | * have a return probe installed on them, and/or more then one return | 319 | * have a return probe installed on them, and/or more than one return |
320 | * return probe was registered for a target function. | 320 | * return probe was registered for a target function. |
321 | * | 321 | * |
322 | * We can handle this because: | 322 | * We can handle this because: |
diff --git a/arch/powerpc/oprofile/cell/spu_profiler.c b/arch/powerpc/oprofile/cell/spu_profiler.c index dd499c3e9da7..83faa958b9d4 100644 --- a/arch/powerpc/oprofile/cell/spu_profiler.c +++ b/arch/powerpc/oprofile/cell/spu_profiler.c | |||
@@ -49,7 +49,7 @@ void set_spu_profiling_frequency(unsigned int freq_khz, unsigned int cycles_rese | |||
49 | * of precision. This is close enough for the purpose at hand. | 49 | * of precision. This is close enough for the purpose at hand. |
50 | * | 50 | * |
51 | * The value of the timeout should be small enough that the hw | 51 | * The value of the timeout should be small enough that the hw |
52 | * trace buffer will not get more then about 1/3 full for the | 52 | * trace buffer will not get more than about 1/3 full for the |
53 | * maximum user specified (the LFSR value) hw sampling frequency. | 53 | * maximum user specified (the LFSR value) hw sampling frequency. |
54 | * This is to ensure the trace buffer will never fill even if the | 54 | * This is to ensure the trace buffer will never fill even if the |
55 | * kernel thread scheduling varies under a heavy system load. | 55 | * kernel thread scheduling varies under a heavy system load. |
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 19577aeffd7b..a94a3c3ae932 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -299,7 +299,7 @@ config WARN_STACK | |||
299 | This option enables the compiler options -mwarn-framesize and | 299 | This option enables the compiler options -mwarn-framesize and |
300 | -mwarn-dynamicstack. If the compiler supports these options it | 300 | -mwarn-dynamicstack. If the compiler supports these options it |
301 | will generate warnings for function which either use alloca or | 301 | will generate warnings for function which either use alloca or |
302 | create a stack frame bigger then CONFIG_WARN_STACK_SIZE. | 302 | create a stack frame bigger than CONFIG_WARN_STACK_SIZE. |
303 | 303 | ||
304 | Say N if you are unsure. | 304 | Say N if you are unsure. |
305 | 305 | ||
diff --git a/arch/s390/kernel/kprobes.c b/arch/s390/kernel/kprobes.c index 569079ec4ff0..267f6698680a 100644 --- a/arch/s390/kernel/kprobes.c +++ b/arch/s390/kernel/kprobes.c | |||
@@ -381,7 +381,7 @@ static int __kprobes trampoline_probe_handler(struct kprobe *p, | |||
381 | /* | 381 | /* |
382 | * It is possible to have multiple instances associated with a given | 382 | * It is possible to have multiple instances associated with a given |
383 | * task either because an multiple functions in the call path | 383 | * task either because an multiple functions in the call path |
384 | * have a return probe installed on them, and/or more then one return | 384 | * have a return probe installed on them, and/or more than one return |
385 | * return probe was registered for a target function. | 385 | * return probe was registered for a target function. |
386 | * | 386 | * |
387 | * We can handle this because: | 387 | * We can handle this because: |
diff --git a/arch/sparc/kernel/kprobes.c b/arch/sparc/kernel/kprobes.c index 201a6e547e4a..3bc6527c95af 100644 --- a/arch/sparc/kernel/kprobes.c +++ b/arch/sparc/kernel/kprobes.c | |||
@@ -517,7 +517,7 @@ int __kprobes trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs) | |||
517 | /* | 517 | /* |
518 | * It is possible to have multiple instances associated with a given | 518 | * It is possible to have multiple instances associated with a given |
519 | * task either because an multiple functions in the call path | 519 | * task either because an multiple functions in the call path |
520 | * have a return probe installed on them, and/or more then one return | 520 | * have a return probe installed on them, and/or more than one return |
521 | * return probe was registered for a target function. | 521 | * return probe was registered for a target function. |
522 | * | 522 | * |
523 | * We can handle this because: | 523 | * We can handle this because: |
diff --git a/arch/x86/kernel/kprobes.c b/arch/x86/kernel/kprobes.c index 6c27679ec6aa..a116e6d5726c 100644 --- a/arch/x86/kernel/kprobes.c +++ b/arch/x86/kernel/kprobes.c | |||
@@ -694,7 +694,7 @@ static __used __kprobes void *trampoline_handler(struct pt_regs *regs) | |||
694 | /* | 694 | /* |
695 | * It is possible to have multiple instances associated with a given | 695 | * It is possible to have multiple instances associated with a given |
696 | * task either because multiple functions in the call path have | 696 | * task either because multiple functions in the call path have |
697 | * return probes installed on them, and/or more then one | 697 | * return probes installed on them, and/or more than one |
698 | * return probe was registered for a target function. | 698 | * return probe was registered for a target function. |
699 | * | 699 | * |
700 | * We can handle this because: | 700 | * We can handle this because: |
diff --git a/arch/x86/kernel/mfgpt_32.c b/arch/x86/kernel/mfgpt_32.c index c12314c9e86f..8815f3c7fec7 100644 --- a/arch/x86/kernel/mfgpt_32.c +++ b/arch/x86/kernel/mfgpt_32.c | |||
@@ -252,7 +252,7 @@ EXPORT_SYMBOL_GPL(geode_mfgpt_alloc_timer); | |||
252 | /* | 252 | /* |
253 | * The MFPGT timers on the CS5536 provide us with suitable timers to use | 253 | * The MFPGT timers on the CS5536 provide us with suitable timers to use |
254 | * as clock event sources - not as good as a HPET or APIC, but certainly | 254 | * as clock event sources - not as good as a HPET or APIC, but certainly |
255 | * better then the PIT. This isn't a general purpose MFGPT driver, but | 255 | * better than the PIT. This isn't a general purpose MFGPT driver, but |
256 | * a simplified one designed specifically to act as a clock event source. | 256 | * a simplified one designed specifically to act as a clock event source. |
257 | * For full details about the MFGPT, please consult the CS5536 data sheet. | 257 | * For full details about the MFGPT, please consult the CS5536 data sheet. |
258 | */ | 258 | */ |