regulator: rt6160: Remove dummy line and add module description
authorChiYuan Huang <cy_huang@richtek.com>
Thu, 10 Jun 2021 14:38:30 +0000 (22:38 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 14 Jun 2021 14:04:58 +0000 (15:04 +0100)
Remove dummy line and add module description.

Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1623335910-5385-1-git-send-email-u0084500@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/rt6160-regulator.c

index 69550284083d8c11a3d56b0ca92b7b8bf6463232..b6b53868050f1fce639e7568859c2814e6e748b9 100644 (file)
@@ -81,7 +81,6 @@ static int rt6160_disable(struct regulator_dev *rdev)
        gpiod_set_value_cansleep(priv->enable_gpio, 0);
 
        return 0;
-
 }
 
 static int rt6160_is_enabled(struct regulator_dev *rdev)
@@ -311,5 +310,6 @@ static struct i2c_driver rt6160_driver = {
 };
 module_i2c_driver(rt6160_driver);
 
+MODULE_DESCRIPTION("Richtek RT6160 voltage regulator driver");
 MODULE_AUTHOR("ChiYuan Huang <cy_huang@richtek.com>");
 MODULE_LICENSE("GPL v2");