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.

mfd: qcom-pm8008: Add missing MODULE_DESCRIPTION() macro

make allmodconfig && make W=1 C=1 reports:

WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/mfd/qcom-pm8008.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20240603-md-drivers-mfd-qcom-v1-1-88e48013eccc@quicinc.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Jeff Johnson and committed by
Lee Jones
d502645b 4c4ade1a

+1
+1
drivers/mfd/qcom-pm8008.c
··· 275 275 }; 276 276 module_i2c_driver(pm8008_mfd_driver); 277 277 278 + MODULE_DESCRIPTION("QCOM PM8008 Power Management IC driver"); 278 279 MODULE_LICENSE("GPL v2");