Skip to content

Commit

Permalink
x86: Fix typo in MODULE_DEVICE_TABLE example: s/x86_cpu/x86cpu/
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Triplett <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
joshtriplett authored and Jiri Kosina committed Apr 16, 2012
1 parent b6cafa2 commit a7e0e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/match.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a7e0e4e

Please sign in to comment.