[PATCH 07/26] clk: mediatek: Add MT8196 apmixedsys clock support
Jeff Johnson
jeff.johnson at oss.qualcomm.com
Tue Mar 11 10:05:26 PDT 2025
On 3/6/25 19:27, Guangjie Song wrote:
> +module_platform_driver(clk_mt8196_apmixed_drv);
> +MODULE_LICENSE("GPL");
Since commit 1fffe7a34c89 ("script: modpost: emit a warning when the
description is missing"), a module without a MODULE_DESCRIPTION() will
result in a warning with make W=1. Please add a MODULE_DESCRIPTION()
to avoid this warning.
This is a canned review based upon finding a MODULE_LICENSE without a
MODULE_DESCRIPTION.
Note this issue appears in multiple patches in this series, so please
fix all instances.
More information about the linux-arm-kernel
mailing list