Fix the warning on MODULE_AUTHOR.
Signed-off-by: Milo(Woogyom) Kim <[email protected]>
---
drivers/power/lp8727_charger.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/power/lp8727_charger.c b/drivers/power/lp8727_charger.c
index 772e509..005aaae 100644
--- a/drivers/power/lp8727_charger.c
+++ b/drivers/power/lp8727_charger.c
@@ -547,6 +547,5 @@ static struct i2c_driver lp8727_driver = {
module_i2c_driver(lp8727_driver);
MODULE_DESCRIPTION("TI/National Semiconductor LP8727 charger driver");
-MODULE_AUTHOR("Woogyom Kim <[email protected]>, "
- "Daniel Jeong <[email protected]>");
+MODULE_AUTHOR("Milo Kim <[email protected]>, Daniel Jeong
<[email protected]>");
MODULE_LICENSE("GPL");
--
1.7.9.5
Best Regards,
Milo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/