public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: William Breathitt Gray <vilhelm.gray@gmail.com>
To: Patrick Havelange <patrick.havelange@essensium.com>,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: 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: Tue, 18 Jun 2019 18:17:31 +0900	[thread overview]
Message-ID: <20190618091731.GA8257@icarus> (raw)
In-Reply-To: <20190618090542.13885-1-patrick.havelange@essensium.com>

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

  reply	other threads:[~2019-06-18  9:17 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 [this message]
2019-06-22  9:58   ` Jonathan Cameron

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=20190618091731.GA8257@icarus \
    --to=vilhelm.gray@gmail.com \
    --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 \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox