diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-27 21:25:10 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-27 21:25:10 +0200 |
commit | 6635043b642c17112807b5574671468bd4f826e2 (patch) | |
tree | b21b58b2b32bc5100875c9e2017ab29f58221d3d | |
parent | 6acbd53479c746ebd675c1cad14e29e2eae99f8d (diff) | |
download | drakx-6635043b642c17112807b5574671468bd4f826e2.tar drakx-6635043b642c17112807b5574671468bd4f826e2.tar.gz drakx-6635043b642c17112807b5574671468bd4f826e2.tar.bz2 drakx-6635043b642c17112807b5574671468bd4f826e2.tar.xz drakx-6635043b642c17112807b5574671468bd4f826e2.zip |
typo fix
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index c90d2735b..aa02ec681 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -324,7 +324,7 @@ our %l = ( qw(acpi_cpufreq processor), qw(bcm_sf2), qw(usbip-host), - qw(vgem) + qw(vgem), # drivers/platform/x86: qw(acerhdf acer-wmi alienware-wmi amilo-rfkill apple-gmux asus-laptop asus-nb-wmi asus-wmi classmate-laptop compal-laptop dell-laptop), |