aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2016-12-09 15:57:41 -0500
committerThomas Gleixner <tglx@linutronix.de>2016-12-19 05:34:16 -0500
commit22d3c0d63b1108af0b4ef1cfdad1f6ef0710da30 (patch)
tree847e214bed3bc172ef2a2182ba8429608b708f98
parent32786fdc9506aeba98278c1844d4bfb766863832 (diff)
x86/init: Fix a couple of comment typos
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Acked-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Cc: linux-input@vger.kernel.org Link: http://lkml.kernel.org/r/1481317061-31486-5-git-send-email-dmitry.torokhov@gmail.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--arch/x86/include/asm/x86_init.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h
index 85b2ae534179..7ba7e90a9ad6 100644
--- a/arch/x86/include/asm/x86_init.h
+++ b/arch/x86/include/asm/x86_init.h
@@ -59,7 +59,7 @@ struct x86_init_irqs {
59 59
60/** 60/**
61 * struct x86_init_oem - oem platform specific customizing functions 61 * struct x86_init_oem - oem platform specific customizing functions
62 * @arch_setup: platform specific architecure setup 62 * @arch_setup: platform specific architecture setup
63 * @banner: print a platform specific banner 63 * @banner: print a platform specific banner
64 */ 64 */
65struct x86_init_oem { 65struct x86_init_oem {
@@ -208,12 +208,12 @@ struct x86_legacy_features {
208 * @nmi_init enable NMI on cpus 208 * @nmi_init enable NMI on cpus
209 * @save_sched_clock_state: save state for sched_clock() on suspend 209 * @save_sched_clock_state: save state for sched_clock() on suspend
210 * @restore_sched_clock_state: restore state for sched_clock() on resume 210 * @restore_sched_clock_state: restore state for sched_clock() on resume
211 * @apic_post_init: adjust apic if neeeded 211 * @apic_post_init: adjust apic if needed
212 * @legacy: legacy features 212 * @legacy: legacy features
213 * @set_legacy_features: override legacy features. Use of this callback 213 * @set_legacy_features: override legacy features. Use of this callback
214 * is highly discouraged. You should only need 214 * is highly discouraged. You should only need
215 * this if your hardware platform requires further 215 * this if your hardware platform requires further
216 * custom fine tuning far beyong what may be 216 * custom fine tuning far beyond what may be
217 * possible in x86_early_init_platform_quirks() by 217 * possible in x86_early_init_platform_quirks() by
218 * only using the current x86_hardware_subarch 218 * only using the current x86_hardware_subarch
219 * semantics. 219 * semantics.