Re: [PATCH] ASoC: qcom: add missing MODULE_DESCRIPTION() macro

From: Dragan Simic
Date: Tue Jun 04 2024 - 15:21:01 EST


On 2024-06-04 13:56, Mark Brown wrote:
On Mon, Jun 03, 2024 at 05:16:07PM -0700, Jeff Johnson wrote:
make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in sound/soc/qcom/snd-soc-qcom-sdw.o

Is anyone getting any value from these MODULE_DESCRIPTION()s? This all
just seems like a huge amount of noise and I'm having trouble thinking
of a use case.

FWIW, I find module descriptions useful. Of course, there are
some of them that don't provide much value, but the well-written
ones are good.