On 6/10/2024 1:43 AM, AngeloGioacchino Del Regno wrote: > Il 09/06/24 06:53, Jeff Johnson ha scritto: >> --- a/drivers/regulator/mtk-dvfsrc-regulator.c >> +++ b/drivers/regulator/mtk-dvfsrc-regulator.c >> @@ -211,4 +211,5 @@ static void __exit mtk_dvfsrc_regulator_exit(void) >> module_exit(mtk_dvfsrc_regulator_exit); >> >> MODULE_AUTHOR("Arvin wang <arvin.wang@xxxxxxxxxxxx>"); >> +MODULE_DESCRIPTION("MediaTek DVFSRC regulator driver"); > > Can you please drop this one? > I have a series floating that is removing this driver entirely and replacing it > with a refactored one. Though, it has the same issue, so I'll have to send a v6. > > Anyway, v5 is there: > > https://lore.kernel.org/r/20240424095416.1105639-1-angelogioacchino.delregno@xxxxxxxxxxxxx Your v5 looks fine to me: +MODULE_AUTHOR("AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>"); +MODULE_AUTHOR("Dawei Chien <dawei.chien@xxxxxxxxxxxx>"); +MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("MediaTek DVFSRC driver");