Re: [PATCH v5 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
From: Nuno Das Neves
Date: Fri Mar 14 2025 - 15:25:49 EST
On 3/11/2025 11:01 AM, Jeff Johnson wrote:
> On 2/26/25 15:08, Nuno Das Neves wrote:
> ...
>> +
>> +MODULE_AUTHOR("Microsoft");
>> +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.
>
> /jeff
Thanks Jeff. Fixed in v6.
Nuno