video: console: add missing MODULE_DESCRIPTION() macros
authorJeff Johnson <quic_jjohnson@quicinc.com>
Sat, 22 Jun 2024 06:07:06 +0000 (23:07 -0700)
committerHelge Deller <deller@gmx.de>
Sat, 22 Jun 2024 07:52:36 +0000 (09:52 +0200)
commit3402302cb128ec5067d885343a54df97231ac06f
treee864036ebd9f9a556c307a526d371b95d13c6102
parent2d93937089be98713e27460e3d3a135668c8541b
video: console: add missing MODULE_DESCRIPTION() macros

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 did not produce a
warning with the i386 allmodconfig configuration, may cause this
warning with other configurations.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/console/mdacon.c
drivers/video/console/newport_con.c
drivers/video/console/sticon.c
drivers/video/console/vgacon.c