]> git.hungrycats.org Git - linux/commit
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)
commit92a91dc8bd6aa31a0a59144de6bee6221cd20833
treed1c7446e807fcf1745121ac110b93edd03852ed1
parent5dbe5b65df0b0c0ec77492427c274b7b5011890e
fbdev: chipsfb: add missing MODULE_DESCRIPTION() macro

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