The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] fbdev: chipsfb: add missing MODULE_DESCRIPTION() macro
@ 2026-05-09 13:18 Rahman Mahmutović
  0 siblings, 0 replies; only message in thread
From: Rahman Mahmutović @ 2026-05-09 13:18 UTC (permalink / raw)
  To: linux-fbdev; +Cc: deller, dri-devel, linux-kernel, Rahman Mahmutović

The chipsfb driver is missing the MODULE_DESCRIPTION macro which
is required for all kernel modules.

Assisted-by: Claude:claude-sonnet-4-6
Signed-off-by: Rahman Mahmutović <mahmutovicrahman5@gmail.com>
---
 drivers/video/fbdev/chipsfb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/video/fbdev/chipsfb.c b/drivers/video/fbdev/chipsfb.c
index 33caf0b99..946e30fcb 100644
--- a/drivers/video/fbdev/chipsfb.c
+++ b/drivers/video/fbdev/chipsfb.c
@@ -526,4 +526,5 @@ static void __exit chipsfb_exit(void)
 	pci_unregister_driver(&chipsfb_driver);
 }
 
+MODULE_DESCRIPTION("Chips & Technologies 65550 frame buffer driver");
 MODULE_LICENSE("GPL");
-- 
2.43.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-09 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-09 13:18 [PATCH] fbdev: chipsfb: add missing MODULE_DESCRIPTION() macro Rahman Mahmutović

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox