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>
This commit is contained in:
parent
32786fdc95
commit
22d3c0d63b
|
@ -59,7 +59,7 @@ struct x86_init_irqs {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct x86_init_oem - oem platform specific customizing functions
|
* struct x86_init_oem - oem platform specific customizing functions
|
||||||
* @arch_setup: platform specific architecure setup
|
* @arch_setup: platform specific architecture setup
|
||||||
* @banner: print a platform specific banner
|
* @banner: print a platform specific banner
|
||||||
*/
|
*/
|
||||||
struct x86_init_oem {
|
struct x86_init_oem {
|
||||||
|
@ -208,12 +208,12 @@ struct x86_legacy_features {
|
||||||
* @nmi_init enable NMI on cpus
|
* @nmi_init enable NMI on cpus
|
||||||
* @save_sched_clock_state: save state for sched_clock() on suspend
|
* @save_sched_clock_state: save state for sched_clock() on suspend
|
||||||
* @restore_sched_clock_state: restore state for sched_clock() on resume
|
* @restore_sched_clock_state: restore state for sched_clock() on resume
|
||||||
* @apic_post_init: adjust apic if neeeded
|
* @apic_post_init: adjust apic if needed
|
||||||
* @legacy: legacy features
|
* @legacy: legacy features
|
||||||
* @set_legacy_features: override legacy features. Use of this callback
|
* @set_legacy_features: override legacy features. Use of this callback
|
||||||
* is highly discouraged. You should only need
|
* is highly discouraged. You should only need
|
||||||
* this if your hardware platform requires further
|
* this if your hardware platform requires further
|
||||||
* custom fine tuning far beyong what may be
|
* custom fine tuning far beyond what may be
|
||||||
* possible in x86_early_init_platform_quirks() by
|
* possible in x86_early_init_platform_quirks() by
|
||||||
* only using the current x86_hardware_subarch
|
* only using the current x86_hardware_subarch
|
||||||
* semantics.
|
* semantics.
|
||||||
|
|
Loading…
Reference in New Issue