All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@jic23.retrosnub.co.uk>
To: William Breathitt Gray <vilhelm.gray@gmail.com>
Cc: Patrick Havelange <patrick.havelange@essensium.com>,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>,
	linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
	Randy Dunlap <rdunlap@infradead.org>
Subject: Re: [PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR
Date: Sat, 22 Jun 2019 10:58:30 +0100	[thread overview]
Message-ID: <20190622105830.787b2fe7@archlinux> (raw)
In-Reply-To: <20190618091731.GA8257@icarus>

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


      reply	other threads:[~2019-06-22  9:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190622105830.787b2fe7@archlinux \
    --to=jic23@jic23.retrosnub.co.uk \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patrick.havelange@essensium.com \
    --cc=rdunlap@infradead.org \
    --cc=vilhelm.gray@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.