aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/s5m8767.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-01-23 12:37:06 +0000
committerMark Brown <broonie@kernel.org>2020-01-23 12:37:06 +0000
commit9909f7986a8159200eaa8320ea081f337ebdd940 (patch)
tree55f12c3c835b1deb716e0d0a06762790a21097c1 /drivers/regulator/s5m8767.c
parentMerge branch 'regulator-5.5' into regulator-linus (diff)
parentregulator: mpq7920: Fix incorrect defines (diff)
downloadlinux-dev-9909f7986a8159200eaa8320ea081f337ebdd940.tar.xz
linux-dev-9909f7986a8159200eaa8320ea081f337ebdd940.zip
Merge branch 'regulator-5.6' into regulator-next
Diffstat (limited to 'drivers/regulator/s5m8767.c')
-rw-r--r--drivers/regulator/s5m8767.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c
index 12d6b8d2e97e..4abd3ed31f60 100644
--- a/drivers/regulator/s5m8767.c
+++ b/drivers/regulator/s5m8767.c
@@ -1015,5 +1015,5 @@ module_exit(s5m8767_pmic_exit);
/* Module information */
MODULE_AUTHOR("Sangbeom Kim <sbkim73@samsung.com>");
-MODULE_DESCRIPTION("SAMSUNG S5M8767 Regulator Driver");
+MODULE_DESCRIPTION("Samsung S5M8767 Regulator Driver");
MODULE_LICENSE("GPL");