Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1539660
| From | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/4] x86/init: fix a couple typos in arch/x86/include/asm/x86_init.h |
| Date | 2016-12-09 22:00 +0100 |
| Message-ID | <sMAqS-7Wr-19@gated-at.bofh.it> (permalink) |
| References | <sMAqS-7Wr-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
arch/x86/include/asm/x86_init.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h
index 85b2ae5..7ba7e90 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 {
/**
* 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
*/
struct x86_init_oem {
@@ -208,12 +208,12 @@ struct x86_legacy_features {
* @nmi_init enable NMI on cpus
* @save_sched_clock_state: save state for sched_clock() on suspend
* @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
* @set_legacy_features: override legacy features. Use of this callback
* is highly discouraged. You should only need
* 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
* only using the current x86_hardware_subarch
* semantics.
--
2.8.0.rc3.226.g39d4020
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] x86: Trust firmware a bit more about presence of 8042 Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-12-09 22:00 +0100
[PATCH 4/4] x86/init: fix a couple typos in arch/x86/include/asm/x86_init.h Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-12-09 22:00 +0100
[tip:x86/urgent] x86/init: Fix a couple of comment typos tip-bot for Dmitry Torokhov <tipbot@zytor.com> - 2016-12-19 11:50 +0100
[PATCH 3/4] x86/init: remove i8042_detect() form platform ops Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-12-09 22:00 +0100
[tip:x86/urgent] x86/init: Remove i8042_detect() from platform ops tip-bot for Dmitry Torokhov <tipbot@zytor.com> - 2016-12-19 11:50 +0100
[PATCH 2/4] Input: i8042 - trust firmware a bit more when probing on X86 Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-12-09 22:00 +0100
[tip:x86/urgent] Input: i8042 - Trust firmware a bit more when probing on X86 tip-bot for Dmitry Torokhov <tipbot@zytor.com> - 2016-12-19 11:50 +0100
Re: [PATCH 0/4] x86: Trust firmware a bit more about presence of 8042 Marcos Paulo de Souza <marcos.souza.org@gmail.com> - 2016-12-10 01:00 +0100
Re: [PATCH 0/4] x86: Trust firmware a bit more about presence of 8042 Takashi Iwai <tiwai@suse.de> - 2016-12-12 15:40 +0100
csiph-web