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

Commit f72561cf authored by Mark Hindley's avatar Mark Hindley Committed by David Woodhouse
Browse files

[MTD] Correct phram module param description

parent ced22070
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -282,7 +282,7 @@ static int phram_setup(const char *val, struct kernel_param *kp)
}
}


module_param_call(phram, phram_setup, NULL, NULL, 000);
module_param_call(phram, phram_setup, NULL, NULL, 000);
MODULE_PARM_DESC(phram,"Memory region to map. \"map=<name>,<start>,<length>\"");
MODULE_PARM_DESC(phram, "Memory region to map. \"phram=<name>,<start>,<length>\"");




static int __init init_phram(void)
static int __init init_phram(void)