Skip to content

Commit c1ffff8

Browse files
andy-shevbroonie
authored andcommitted
regmap: Drop capitalisation in MODULE_DESCRIPTION()
'Regmap' should be spelled as 'regmap'. Update that. Suggested-by: Mark Brown <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 8a8317f commit c1ffff8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

drivers/base/regmap/regmap-i3c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ struct regmap *__devm_regmap_init_i3c(struct i3c_device *i3c,
5656
EXPORT_SYMBOL_GPL(__devm_regmap_init_i3c);
5757

5858
MODULE_AUTHOR("Vitor Soares <[email protected]>");
59-
MODULE_DESCRIPTION("Regmap I3C Module");
59+
MODULE_DESCRIPTION("regmap I3C Module");
6060
MODULE_LICENSE("GPL v2");

drivers/base/regmap/regmap-mdio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ struct regmap *__devm_regmap_init_mdio(struct mdio_device *mdio_dev,
117117
EXPORT_SYMBOL_GPL(__devm_regmap_init_mdio);
118118

119119
MODULE_AUTHOR("Sander Vanheule <[email protected]>");
120-
MODULE_DESCRIPTION("Regmap MDIO Module");
120+
MODULE_DESCRIPTION("regmap MDIO Module");
121121
MODULE_LICENSE("GPL v2");

drivers/base/regmap/regmap-sdw-mbq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ struct regmap *__devm_regmap_init_sdw_mbq(struct sdw_slave *sdw,
9797
}
9898
EXPORT_SYMBOL_GPL(__devm_regmap_init_sdw_mbq);
9999

100-
MODULE_DESCRIPTION("Regmap SoundWire MBQ Module");
100+
MODULE_DESCRIPTION("regmap SoundWire MBQ Module");
101101
MODULE_LICENSE("GPL");

drivers/base/regmap/regmap-sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ struct regmap *__devm_regmap_init_sdw(struct sdw_slave *sdw,
9898
}
9999
EXPORT_SYMBOL_GPL(__devm_regmap_init_sdw);
100100

101-
MODULE_DESCRIPTION("Regmap SoundWire Module");
101+
MODULE_DESCRIPTION("regmap SoundWire Module");
102102
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)