Re: [PATCH v5 1/2] PM: sleep: Rename module parameters prefix to "pm_sleep"
From: Greg Kroah-Hartman
Date: Wed Jul 01 2026 - 03:20:44 EST
On Wed, Jul 01, 2026 at 04:56:39AM +0000, Tzung-Bi Shih wrote:
> Currently, the module parameters defined in drivers/base/power/main.c
> use the default prefix "main" (derived from the filename). The prefix
> is too generic and non-descriptive.
>
> Redefine MODULE_PARAM_PREFIX to "pm_sleep." to group the module
> parameters under the namespace instead. This makes the parameters more
> descriptive.
You just changed the user/kernel api, right? That will break things...