Commit a7e0e4e99fabe0094fcb0b011b741558b8b28fa7

Authored by Josh Triplett
Committed by Jiri Kosina
1 parent b6cafa274d

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/x86/kernel/cpu/match.c
... ... @@ -23,7 +23,7 @@
23 23 * %X86_MODEL_ANY, %X86_FEATURE_ANY or 0 (except for vendor)
24 24 *
25 25 * Arrays used to match for this should also be declared using
26   - * MODULE_DEVICE_TABLE(x86_cpu, ...)
  26 + * MODULE_DEVICE_TABLE(x86cpu, ...)
27 27 *
28 28 * This always matches against the boot cpu, assuming models and features are
29 29 * consistent over all CPUs.