diff options
author | Maxime Jayat <maxime@artisandeveloppeur.fr> | 2013-10-12 01:29:46 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:51:58 +0900 |
commit | be94a292b3ae21b7e08e7e611221d5bf0e40d095 (patch) | |
tree | 41b41a80aa59b30e83729130683f320502b854a3 /arch/x86 | |
parent | 89e38c4d03a555b7ea3c852679e66cb040074702 (diff) | |
download | linux-3.10-be94a292b3ae21b7e08e7e611221d5bf0e40d095.tar.gz linux-3.10-be94a292b3ae21b7e08e7e611221d5bf0e40d095.tar.bz2 linux-3.10-be94a292b3ae21b7e08e7e611221d5bf0e40d095.zip |
upstream: treewide: Fix common typo in "identify"
Correct common misspelling of "identify" as "indentify" throughout
the kernel
Signed-off-by: Maxime Jayat <maxime@artisandeveloppeur.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/cpu/intel_cacheinfo.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/cpu/scattered.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/intel_cacheinfo.c b/arch/x86/kernel/cpu/intel_cacheinfo.c index 7c6f7d548c0..64519b54cca 100644 --- a/arch/x86/kernel/cpu/intel_cacheinfo.c +++ b/arch/x86/kernel/cpu/intel_cacheinfo.c @@ -1,5 +1,5 @@ /* - * Routines to indentify caches on Intel CPU. + * Routines to identify caches on Intel CPU. * * Changes: * Venkatesh Pallipadi : Adding cache identification through cpuid(4) diff --git a/arch/x86/kernel/cpu/scattered.c b/arch/x86/kernel/cpu/scattered.c index d92b5dad15d..4dd48ba263d 100644 --- a/arch/x86/kernel/cpu/scattered.c +++ b/arch/x86/kernel/cpu/scattered.c @@ -1,5 +1,5 @@ /* - * Routines to indentify additional cpu features that are scattered in + * Routines to identify additional cpu features that are scattered in * cpuid space. */ #include <linux/cpu.h> |