projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6cafa2
)
x86: Fix typo in MODULE_DEVICE_TABLE example: s/x86_cpu/x86cpu/
author
Josh Triplett
<josh@joshtriplett.org>
Tue, 20 Mar 2012 23:46:14 +0000
(16:46 -0700)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 16 Apr 2012 12:20:19 +0000
(14:20 +0200)
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/kernel/cpu/match.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/match.c
b/arch/x86/kernel/cpu/match.c
index 5502b289341bdd75971021cbd30c8fd3d9ec78c0..36565373af87b725b1f42a0b10eeaf07af9432d7 100644
(file)
--- a/
arch/x86/kernel/cpu/match.c
+++ b/
arch/x86/kernel/cpu/match.c
@@
-23,7
+23,7
@@
* %X86_MODEL_ANY, %X86_FEATURE_ANY or 0 (except for vendor)
*
* Arrays used to match for this should also be declared using
- * MODULE_DEVICE_TABLE(x86
_
cpu, ...)
+ * MODULE_DEVICE_TABLE(x86cpu, ...)
*
* This always matches against the boot cpu, assuming models and features are
* consistent over all CPUs.