diff --git a/drivers/hwmon/sy7636a-hwmon.c b/drivers/hwmon/sy7636a-hwmon.c index 4edbee99b693..beaf9a796cfa 100644 --- a/drivers/hwmon/sy7636a-hwmon.c +++ b/drivers/hwmon/sy7636a-hwmon.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ - #include #include #include @@ -101,6 +100,6 @@ static struct platform_driver sy7636a_sensor_driver = { }; module_platform_driver(sy7636a_sensor_driver); -MODULE_DESCRIPTION("SY7636A sensor driver"); -MODULE_LICENSE("GPL"); - +MODULE_AUTHOR("Lars Ivar Miljeteig "); +MODULE_DESCRIPTION("Silergy SY7636A Sensor Driver"); +MODULE_LICENSE("GPL v2"); diff --git a/drivers/mfd/sy7636a.c b/drivers/mfd/sy7636a.c index 99594d1e354e..136e7b6d8a5b 100644 --- a/drivers/mfd/sy7636a.c +++ b/drivers/mfd/sy7636a.c @@ -1,4 +1,6 @@ /* + * MFD driver for SY7636A chip + * * Copyright (C) 2019 reMarkable AS - http://www.remarkable.com/ * * Author: Lars Ivar Miljeteig @@ -7,6 +9,11 @@ * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation version 2. * + * This program is distributed "as is" WITHOUT ANY WARRANTY of any + * kind, whether express or implied; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * * Based on the lp87565 driver by Keerthy */ diff --git a/drivers/regulator/sy7636a-regulator.c b/drivers/regulator/sy7636a-regulator.c index e5b7e3b86bcc..6d3f74d229f4 100644 --- a/drivers/regulator/sy7636a-regulator.c +++ b/drivers/regulator/sy7636a-regulator.c @@ -13,7 +13,6 @@ * kind, whether express or implied; without even the implied warranty * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * */ #include