From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034119AbdAEPOn (ORCPT ); Thu, 5 Jan 2017 10:14:43 -0500 Received: from terminus.zytor.com ([198.137.202.10]:44214 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1034086AbdAEPO3 (ORCPT ); Thu, 5 Jan 2017 10:14:29 -0500 Date: Thu, 5 Jan 2017 07:05:56 -0800 From: tip-bot for Andy Shevchenko Message-ID: Cc: mingo@kernel.org, peterz@infradead.org, torvalds@linux-foundation.org, andriy.shevchenko@linux.intel.com, hpa@zytor.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, dave.hansen@linux.intel.com Reply-To: peterz@infradead.org, torvalds@linux-foundation.org, mingo@kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, dave.hansen@linux.intel.com, andriy.shevchenko@linux.intel.com, hpa@zytor.com In-Reply-To: <20170102092229.87036-1-andriy.shevchenko@linux.intel.com> References: <20170102092229.87036-1-andriy.shevchenko@linux.intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/urgent] x86/cpu: Fix typo in the comment for Anniedale Git-Commit-ID: 754c73cf4d2463022b2c9ae208026bf22564ed06 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: 754c73cf4d2463022b2c9ae208026bf22564ed06 Gitweb: http://git.kernel.org/tip/754c73cf4d2463022b2c9ae208026bf22564ed06 Author: Andy Shevchenko AuthorDate: Mon, 2 Jan 2017 11:22:29 +0200 Committer: Ingo Molnar CommitDate: Thu, 5 Jan 2017 09:03:29 +0100 x86/cpu: Fix typo in the comment for Anniedale The proper spelling of Anniedale SoC with 'e' in the middle. Fix typo in the comment line in intel-family.h header. Signed-off-by: Andy Shevchenko Cc: Dave Hansen Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20170102092229.87036-1-andriy.shevchenko@linux.intel.com Signed-off-by: Ingo Molnar --- arch/x86/include/asm/intel-family.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h index 34a46dc..8167fdb 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -57,7 +57,7 @@ #define INTEL_FAM6_ATOM_SILVERMONT2 0x4D /* Avaton/Rangely */ #define INTEL_FAM6_ATOM_AIRMONT 0x4C /* CherryTrail / Braswell */ #define INTEL_FAM6_ATOM_MERRIFIELD 0x4A /* Tangier */ -#define INTEL_FAM6_ATOM_MOOREFIELD 0x5A /* Annidale */ +#define INTEL_FAM6_ATOM_MOOREFIELD 0x5A /* Anniedale */ #define INTEL_FAM6_ATOM_GOLDMONT 0x5C #define INTEL_FAM6_ATOM_DENVERTON 0x5F /* Goldmont Microserver */