We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd4648e + b2036f5 commit 42bcba2Copy full SHA for 42bcba2
1 file changed
main.c
@@ -38,7 +38,7 @@ static bool screen_on = true;
38
static bool auto_kprofiles __read_mostly = true;
39
module_param(auto_kprofiles, bool, 0664);
40
41
-static int kp_mode = CONFIG_DEFAULT_KP_MODE;
+static unsigned int kp_mode = CONFIG_DEFAULT_KP_MODE;
42
module_param(kp_mode, int, 0664);
43
44
DEFINE_MUTEX(kplock);
0 commit comments