diff options
author | Josh Triplett <josh@joshtriplett.org> | 2012-03-20 16:46:14 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-16 14:20:19 +0200 |
commit | a7e0e4e99fabe0094fcb0b011b741558b8b28fa7 (patch) | |
tree | a02bdea6c83eb41eaea3606944ceae1f61ec01bc | |
parent | b6cafa274d4fb272535ba75c714d25c05609146c (diff) | |
download | linux-stable-a7e0e4e99fabe0094fcb0b011b741558b8b28fa7.tar.gz linux-stable-a7e0e4e99fabe0094fcb0b011b741558b8b28fa7.tar.bz2 linux-stable-a7e0e4e99fabe0094fcb0b011b741558b8b28fa7.zip |
x86: Fix typo in MODULE_DEVICE_TABLE example: s/x86_cpu/x86cpu/
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | arch/x86/kernel/cpu/match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/match.c b/arch/x86/kernel/cpu/match.c index 5502b289341b..36565373af87 100644 --- 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. |