From: Josh Triplett Date: Tue, 20 Mar 2012 23:46:14 +0000 (-0700) Subject: x86: Fix typo in MODULE_DEVICE_TABLE example: s/x86_cpu/x86cpu/ X-Git-Tag: android-x86-4.4-r1~3101^2~35 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a7e0e4e99fabe0094fcb0b011b741558b8b28fa7;p=android-x86%2Fkernel.git x86: Fix typo in MODULE_DEVICE_TABLE example: s/x86_cpu/x86cpu/ Signed-off-by: Josh Triplett Signed-off-by: Jiri Kosina --- 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.