Hi, 2016-08-17 21:07 GMT+09:00 Krzysztof Kozlowski <[email protected]>: > Change my email address to kernel.org instead of Samsung one for the > purpose of any future contact. The copyrights remain untouched and are > attributed to Samsung. > > Signed-off-by: Krzysztof Kozlowski <[email protected]> > --- > drivers/extcon/extcon-max14577.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/extcon/extcon-max14577.c > b/drivers/extcon/extcon-max14577.c > index 852a7112f451..a0cd6522a0ea 100644 > --- a/drivers/extcon/extcon-max14577.c > +++ b/drivers/extcon/extcon-max14577.c > @@ -3,7 +3,7 @@ > * > * Copyright (C) 2013,2014 Samsung Electronics > * Chanwoo Choi <[email protected]> > - * Krzysztof Kozlowski <[email protected]> > + * Krzysztof Kozlowski <[email protected]> > * > * This program is free software; you can redistribute it and/or modify > * it under the terms of the GNU General Public License as published by > @@ -791,6 +791,6 @@ static struct platform_driver max14577_muic_driver = { > module_platform_driver(max14577_muic_driver); > > MODULE_DESCRIPTION("Maxim 14577/77836 Extcon driver"); > -MODULE_AUTHOR("Chanwoo Choi <[email protected]>, Krzysztof Kozlowski > <[email protected]>"); > +MODULE_AUTHOR("Chanwoo Choi <[email protected]>, Krzysztof Kozlowski > <[email protected]>"); > MODULE_LICENSE("GPL"); > MODULE_ALIAS("platform:extcon-max14577");
Applied it. Thanks, Chanwoo Choi

