Skip to content

Commit a8bd778

Browse files
jeff-t-johnsonbroonie
authored andcommitted
regmap: kunit: add missing MODULE_DESCRIPTION()
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/base/regmap/regmap-kunit.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://msgid.link/r/20240530-md-regmap-kunit-v1-1-976c0f616751@quicinc.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent c382064 commit a8bd778

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/base/regmap/regmap-kunit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,4 +1976,5 @@ static struct kunit_suite regmap_test_suite = {
19761976
};
19771977
kunit_test_suite(regmap_test_suite);
19781978

1979+
MODULE_DESCRIPTION("Regmap KUnit tests");
19791980
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)