Commit a7e0e4e9 authored by Josh Triplett's avatar Josh Triplett Committed by Jiri Kosina

x86: Fix typo in MODULE_DEVICE_TABLE example: s/x86_cpu/x86cpu/

Signed-off-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b6cafa27
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment