Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c860a11 authored by Dominik Brodowski's avatar Dominik Brodowski Committed by Dmitry Torokhov
Browse files

Input: i8042 - spelling fix

parent 2e2e3b96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ MODULE_PARM_DESC(noaux, "Do not probe or use AUX (mouse) port.");

static bool i8042_nomux;
module_param_named(nomux, i8042_nomux, bool, 0);
MODULE_PARM_DESC(nomux, "Do not check whether an active multiplexing conrtoller is present.");
MODULE_PARM_DESC(nomux, "Do not check whether an active multiplexing controller is present.");

static bool i8042_unlock;
module_param_named(unlock, i8042_unlock, bool, 0);