Re: [PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR

2019-06-22 Thread Jonathan Cameron
On Tue, 18 Jun 2019 18:17:31 +0900
William Breathitt Gray  wrote:

> On Tue, Jun 18, 2019 at 11:05:41AM +0200, Patrick Havelange wrote:
> > The last '>' chars were missing in the MODULE_AUTHOR entries.
> > 
> > Reported-by: Randy Dunlap 
> > Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadrature decoder 
> > counter driver")
> > Signed-off-by: Patrick Havelange 
> > ---
> >  drivers/counter/ftm-quaddec.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/drivers/counter/ftm-quaddec.c b/drivers/counter/ftm-quaddec.c
> > index c83c8875bf82..68a9b7393457 100644
> > --- a/drivers/counter/ftm-quaddec.c
> > +++ b/drivers/counter/ftm-quaddec.c
> > @@ -352,5 +352,5 @@ static struct platform_driver ftm_quaddec_driver = {
> >  module_platform_driver(ftm_quaddec_driver);
> >  
> >  MODULE_LICENSE("GPL");
> > -MODULE_AUTHOR("Kjeld Flarup  > -MODULE_AUTHOR("Patrick Havelange  > +MODULE_AUTHOR("Kjeld Flarup ");
> > +MODULE_AUTHOR("Patrick Havelange ");
> > -- 
> > 2.19.1  
> 
> Signed-off-by: William Breathitt Gray 
> 
> Jonathan, please pick up this fix as well.
> 
Applied to the togreg branch of iio.git and pushed out as testing though not
sure anyone other than Randy is running checks on this one!

Thanks,

Jonathan

> William Breathit Gray



Re: [PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR

2019-06-18 Thread William Breathitt Gray
On Tue, Jun 18, 2019 at 11:05:41AM +0200, Patrick Havelange wrote:
> The last '>' chars were missing in the MODULE_AUTHOR entries.
> 
> Reported-by: Randy Dunlap 
> Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadrature decoder 
> counter driver")
> Signed-off-by: Patrick Havelange 
> ---
>  drivers/counter/ftm-quaddec.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/counter/ftm-quaddec.c b/drivers/counter/ftm-quaddec.c
> index c83c8875bf82..68a9b7393457 100644
> --- a/drivers/counter/ftm-quaddec.c
> +++ b/drivers/counter/ftm-quaddec.c
> @@ -352,5 +352,5 @@ static struct platform_driver ftm_quaddec_driver = {
>  module_platform_driver(ftm_quaddec_driver);
>  
>  MODULE_LICENSE("GPL");
> -MODULE_AUTHOR("Kjeld Flarup  -MODULE_AUTHOR("Patrick Havelange  +MODULE_AUTHOR("Kjeld Flarup ");
> +MODULE_AUTHOR("Patrick Havelange ");
> -- 
> 2.19.1

Signed-off-by: William Breathitt Gray 

Jonathan, please pick up this fix as well.

William Breathit Gray


[PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR

2019-06-18 Thread Patrick Havelange
The last '>' chars were missing in the MODULE_AUTHOR entries.

Reported-by: Randy Dunlap 
Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadrature decoder counter 
driver")
Signed-off-by: Patrick Havelange 
---
 drivers/counter/ftm-quaddec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/counter/ftm-quaddec.c b/drivers/counter/ftm-quaddec.c
index c83c8875bf82..68a9b7393457 100644
--- a/drivers/counter/ftm-quaddec.c
+++ b/drivers/counter/ftm-quaddec.c
@@ -352,5 +352,5 @@ static struct platform_driver ftm_quaddec_driver = {
 module_platform_driver(ftm_quaddec_driver);
 
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Kjeld Flarup ");
+MODULE_AUTHOR("Patrick Havelange ");
-- 
2.19.1