Re: [PATCH] tty: vt: add missing MODULE_DESCRIPTION() macros

2024-06-22 Thread Helge Deller
On 6/22/24 08:07, Jeff Johnson wrote: With ARCH=i386, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/video/console/mdacon.o Add the missing invocation of the MODULE_DESCRIPTION() macro to all files which have a MODULE_LICENSE(). This include

[PATCH] tty: vt: add missing MODULE_DESCRIPTION() macros

2024-06-21 Thread Jeff Johnson
With ARCH=i386, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/video/console/mdacon.o Add the missing invocation of the MODULE_DESCRIPTION() macro to all files which have a MODULE_LICENSE(). This includes three other files which, although they