module_param char
module_param_string(name, string, len, perm);
Bored Booby
module_param_string(name, string, len, perm);
module_param_array_named(name, array, type, nump, perm);
static char *name;
module_param(name, charp, 0);