]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
fbdev: chipsfb: add missing MODULE_DESCRIPTION() macro
authorRahman Mahmutović <mahmutovicrahman5@gmail.com>
Sat, 9 May 2026 13:18:31 +0000 (15:18 +0200)
committerHelge Deller <deller@gmx.de>
Tue, 9 Jun 2026 14:00:10 +0000 (16:00 +0200)
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>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/chipsfb.c

index 33caf0b99a452a213be3a26ff007afcefd461851..946e30fcb6a41f4da485d64848838f6ae16f24eb 100644 (file)
@@ -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");