Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

sound: oss: dmasound: Add missing module descriptions

Now that make W=1 starts complaining the lack of MODULE_DESCRIPTION(),
let's add the missing information.

Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Closes: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/20240508091128.25274-8-tiwai@suse.de

+3
+2
sound/oss/dmasound/dmasound_atari.c
··· 1618 1618 1619 1619 module_init(dmasound_atari_init); 1620 1620 module_exit(dmasound_atari_cleanup); 1621 + 1622 + MODULE_DESCRIPTION("Atari TT and Falcon DMA Sound Driver"); 1621 1623 MODULE_LICENSE("GPL");
+1
sound/oss/dmasound/dmasound_paula.c
··· 740 740 741 741 module_platform_driver_probe(amiga_audio_driver, amiga_audio_probe); 742 742 743 + MODULE_DESCRIPTION("Amiga Paula DMA Sound Driver"); 743 744 MODULE_LICENSE("GPL"); 744 745 MODULE_ALIAS("platform:amiga-audio");