[PATCH v2 2/4] input: apple_z2: Add a driver for Apple Z2 touchscreens
Jeff Johnson
quic_jjohnson at quicinc.com
Mon Dec 2 07:46:07 PST 2024
On 11/28/24 14:29, Sasha Finkelstein via B4 Relay wrote:
> From: Sasha Finkelstein <fnkl.kernel at gmail.com>
>
> Adds a driver for Apple touchscreens using the Z2 protocol.
>
> Signed-off-by: Janne Grunau <j at jannau.net>
> Signed-off-by: Sasha Finkelstein <fnkl.kernel at gmail.com>
> ---
...
> +MODULE_LICENSE("GPL");
> +MODULE_FIRMWARE("apple/dfrmtfw-*.bin");
Since commit 1fffe7a34c89 ("script: modpost: emit a warning when the
description is missing"), a module without a MODULE_DESCRIPTION() will
result in a warning when built with make W=1.
Please add the missing MODULE_DESCRIPTION()
More information about the linux-arm-kernel
mailing list