On Thu, 16 Jul 2020 01:52:04 +0930 Paul Schulz <[email protected]> wrote:
> -static bool pm_blacklist = true; > -module_param(pm_blacklist, bool, 0644); > -MODULE_PARM_DESC(pm_blacklist, "Enable power-management blacklist"); > +static bool pm_blocklist = true; > +module_param(pm_blocklist, bool, 0644); > +MODULE_PARM_DESC(pm_blocklist, "Enable power-management blocklist"); This will break any user specifying this parameter now, which isn't something you want to do, methinks... jon

