[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190622105830.787b2fe7@archlinux>
Date: Sat, 22 Jun 2019 10:58:30 +0100
From: Jonathan Cameron <jic23@...23.retrosnub.co.uk>
To: William Breathitt Gray <vilhelm.gray@...il.com>
Cc: Patrick Havelange <patrick.havelange@...ensium.com>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
Randy Dunlap <rdunlap@...radead.org>
Subject: Re: [PATCH 1/1] counter/ftm-quaddec: Add missing '>' in
MODULE_AUTHOR
On Tue, 18 Jun 2019 18:17:31 +0900
William Breathitt Gray <vilhelm.gray@...il.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@...radead.org>
> > Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadrature decoder counter driver")
> > Signed-off-by: Patrick Havelange <patrick.havelange@...ensium.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@...f.com");
> > -MODULE_AUTHOR("Patrick Havelange <patrick.havelange@...ensium.com");
> > +MODULE_AUTHOR("Kjeld Flarup <kfa@...f.com>");
> > +MODULE_AUTHOR("Patrick Havelange <patrick.havelange@...ensium.com>");
> > --
> > 2.19.1
>
> Signed-off-by: William Breathitt Gray <vilhelm.gray@...il.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
Powered by blists - more mailing lists