diff options
author | Mark Brown <broonie@kernel.org> | 2020-01-23 13:37:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-23 13:37:06 +0100 |
commit | 9909f7986a8159200eaa8320ea081f337ebdd940 (patch) | |
tree | 55f12c3c835b1deb716e0d0a06762790a21097c1 /drivers/regulator/s5m8767.c | |
parent | Merge branch 'regulator-5.5' into regulator-linus (diff) | |
parent | regulator: mpq7920: Fix incorrect defines (diff) | |
download | linux-9909f7986a8159200eaa8320ea081f337ebdd940.tar.xz linux-9909f7986a8159200eaa8320ea081f337ebdd940.zip |
Merge branch 'regulator-5.6' into regulator-next
Diffstat (limited to 'drivers/regulator/s5m8767.c')
-rw-r--r-- | drivers/regulator/s5m8767.c | 2 |
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"); |