diff options
author | Takashi Iwai <[email protected]> | 2024-05-08 11:11:25 +0200 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2024-05-09 10:13:07 +0200 |
commit | cdd08e4639a0290da9ace88a969781c694238e9f (patch) | |
tree | add6970852a9799ef805b58ca92a9f0b8a2bb489 | |
parent | e3e21cefa23b95093577903c39838cf49b1c429a (diff) |
ALSA: hda: cirrus_scodec_test: 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 <[email protected]>
Closes: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Reviewed-by: Dragan Simic <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | sound/pci/hda/cirrus_scodec_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/cirrus_scodec_test.c b/sound/pci/hda/cirrus_scodec_test.c index 8ae373676bd1..e925ebe21ccb 100644 --- a/sound/pci/hda/cirrus_scodec_test.c +++ b/sound/pci/hda/cirrus_scodec_test.c @@ -366,5 +366,6 @@ static struct kunit_suite cirrus_scodec_test_suite = { kunit_test_suite(cirrus_scodec_test_suite); MODULE_IMPORT_NS(SND_HDA_CIRRUS_SCODEC); +MODULE_DESCRIPTION("KUnit test for the Cirrus side-codec library"); MODULE_AUTHOR("Richard Fitzgerald <[email protected]>"); MODULE_LICENSE("GPL"); |