Re: [PATCH] s390/3270: add missing MODULE_DESCRIPTION() macros

From: Vasily Gorbik
Date: Wed Jun 19 2024 - 18:46:11 EST


On Sat, Jun 15, 2024 at 08:01:17PM -0700, Jeff Johnson wrote:
> With ARCH=s390, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/s390/char/raw3270.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/s390/char/con3270.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/s390/char/fs3270.o
>
> Add the missing invocations of the MODULE_DESCRIPTION() macro.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
> ---
> drivers/s390/char/con3270.c | 1 +
> drivers/s390/char/fs3270.c | 1 +
> drivers/s390/char/raw3270.c | 1 +
> 3 files changed, 3 insertions(+)

Applied, thanks!