All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR
@ 2019-06-18  9:05 Patrick Havelange
  2019-06-18  9:17 ` William Breathitt Gray
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Havelange @ 2019-06-18  9:05 UTC (permalink / raw)
  To: William Breathitt Gray, linux-iio, linux-kernel; +Cc: Patrick Havelange

The last '>' chars were missing in the MODULE_AUTHOR entries.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadrature decoder counter driver")
Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>
---
 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 <kfa@deif.com");
-MODULE_AUTHOR("Patrick Havelange <patrick.havelange@essensium.com");
+MODULE_AUTHOR("Kjeld Flarup <kfa@deif.com>");
+MODULE_AUTHOR("Patrick Havelange <patrick.havelange@essensium.com>");
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR
  2019-06-18  9:05 [PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR Patrick Havelange
@ 2019-06-18  9:17 ` William Breathitt Gray
  2019-06-22  9:58   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: William Breathitt Gray @ 2019-06-18  9:17 UTC (permalink / raw)
  To: Patrick Havelange, Jonathan Cameron; +Cc: linux-iio, linux-kernel, Randy Dunlap

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 <rdunlap@infradead.org>
> Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadrature decoder counter driver")
> Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>
> ---
>  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 <kfa@deif.com");
> -MODULE_AUTHOR("Patrick Havelange <patrick.havelange@essensium.com");
> +MODULE_AUTHOR("Kjeld Flarup <kfa@deif.com>");
> +MODULE_AUTHOR("Patrick Havelange <patrick.havelange@essensium.com>");
> -- 
> 2.19.1

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>

Jonathan, please pick up this fix as well.

William Breathit Gray

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR
  2019-06-18  9:17 ` William Breathitt Gray
@ 2019-06-22  9:58   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2019-06-22  9:58 UTC (permalink / raw)
  To: William Breathitt Gray
  Cc: Patrick Havelange, Jonathan Cameron, linux-iio, linux-kernel,
	Randy Dunlap

On Tue, 18 Jun 2019 18:17:31 +0900
William Breathitt Gray <vilhelm.gray@gmail.com> 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 <rdunlap@infradead.org>
> > Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadrature decoder counter driver")
> > Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>
> > ---
> >  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 <kfa@deif.com");
> > -MODULE_AUTHOR("Patrick Havelange <patrick.havelange@essensium.com");
> > +MODULE_AUTHOR("Kjeld Flarup <kfa@deif.com>");
> > +MODULE_AUTHOR("Patrick Havelange <patrick.havelange@essensium.com>");
> > -- 
> > 2.19.1  
> 
> Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
> 
> 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-22  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18  9:05 [PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR Patrick Havelange
2019-06-18  9:17 ` William Breathitt Gray
2019-06-22  9:58   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.