From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933434AbcLSKlu (ORCPT ); Mon, 19 Dec 2016 05:41:50 -0500 Received: from terminus.zytor.com ([198.137.202.10]:57712 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752830AbcLSKls (ORCPT ); Mon, 19 Dec 2016 05:41:48 -0500 Date: Mon, 19 Dec 2016 02:41:39 -0800 From: tip-bot for Dmitry Torokhov Message-ID: Cc: marcos.souza.org@gmail.com, dmitry.torokhov@gmail.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@kernel.org, hpa@zytor.com Reply-To: marcos.souza.org@gmail.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, dmitry.torokhov@gmail.com In-Reply-To: <1481317061-31486-5-git-send-email-dmitry.torokhov@gmail.com> References: <1481317061-31486-5-git-send-email-dmitry.torokhov@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/urgent] x86/init: Fix a couple of comment typos Git-Commit-ID: 22d3c0d63b1108af0b4ef1cfdad1f6ef0710da30 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 22d3c0d63b1108af0b4ef1cfdad1f6ef0710da30 Gitweb: http://git.kernel.org/tip/22d3c0d63b1108af0b4ef1cfdad1f6ef0710da30 Author: Dmitry Torokhov AuthorDate: Fri, 9 Dec 2016 12:57:41 -0800 Committer: Thomas Gleixner CommitDate: Mon, 19 Dec 2016 11:34:16 +0100 x86/init: Fix a couple of comment typos Signed-off-by: Dmitry Torokhov Acked-by: Marcos Paulo de Souza 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 --- 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.