Re: [PATCH 11/16] ASoC: SOF: Intel: hda-sdw-bpt: add helpers for SoundWire BPT DMA

From: Jeff Johnson
Date: Thu Feb 20 2025 - 13:25:42 EST


On 2/5/25 00:45, Bard Liao wrote:
> From: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxx>
...
> +MODULE_LICENSE("Dual BSD/GPL");
> +MODULE_IMPORT_NS("SND_SOC_SOF_INTEL_HDA_COMMON");
> +MODULE_IMPORT_NS("SND_SOC_SOF_HDA_MLINK");

Since commit 1fffe7a34c89 ("script: modpost: emit a warning when the
description is missing"), a module without a MODULE_DESCRIPTION() will
result in a warning with make W=1. Please add a MODULE_DESCRIPTION()
to avoid this warning.