dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Josh Triplett 2012-03-20 16:46:14 -07:00 committed by Jiri Kosina
parent b6cafa274d
commit a7e0e4e99f
1 changed files with 1 additions and 1 deletions

View File

@ -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.