From e253a05633064e73cce95c3ab8cbc87184253945 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Tue, 20 Mar 2012 16:46:14 -0700 Subject: [PATCH] --- yaml --- r: 305101 b: refs/heads/master c: a7e0e4e99fabe0094fcb0b011b741558b8b28fa7 h: refs/heads/master i: 305099: 9cdb0b0b08e384a70c769bfdd7c28396fcfe85f9 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/cpu/match.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b631cb6c6a5a..215e56c3706f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b6cafa274d4fb272535ba75c714d25c05609146c +refs/heads/master: a7e0e4e99fabe0094fcb0b011b741558b8b28fa7 diff --git a/trunk/arch/x86/kernel/cpu/match.c b/trunk/arch/x86/kernel/cpu/match.c index 5502b289341b..36565373af87 100644 --- a/trunk/arch/x86/kernel/cpu/match.c +++ b/trunk/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.