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

hwmon: (sg2042) Add back module description/author tags

A previous code reorganization inadvertently dropped the two tags,
which leads to a "make W=1" warning:

WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hwmon/sg2042-mcu.o

Add these back.

Fixes: cd4db38c4368 ("hwmon: (sg2042) Use per-client debugfs entry")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Inochi Amaoto <inochiama@gmail.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20250205121419.373464-1-arnd@kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Arnd Bergmann and committed by
Guenter Roeck
89cb3ca5 bfbb730c

+2
+2
drivers/hwmon/sg2042-mcu.c
··· 355 355 }; 356 356 module_i2c_driver(sg2042_mcu_driver); 357 357 358 + MODULE_AUTHOR("Inochi Amaoto <inochiama@outlook.com>"); 359 + MODULE_DESCRIPTION("MCU I2C driver for SG2042 soc platform"); 358 360 MODULE_LICENSE("GPL");