All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jarkko Nikula <jarkko.nikula@linux.intel.com>
To: Jean Delvare <jdelvare@suse.de>, Linux I2C <linux-i2c@vger.kernel.org>
Cc: Kukjin Kim <kgene@kernel.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Wolfram Sang <wsa@kernel.org>
Subject: Re: [PATCH] i2c: Drop stray comma in MODULE_AUTHOR statements
Date: Thu, 11 Jun 2020 13:24:13 +0300	[thread overview]
Message-ID: <8d031eba-b152-98fa-49ff-ad912153b30a@linux.intel.com> (raw)
In-Reply-To: <20200611120347.4514e126@endymion>

On 6/11/20 1:03 PM, Jean Delvare wrote:
> It is not the common usage to have a comma between the name and the
> email address, so remove it.
> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Kukjin Kim <kgene@kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>   drivers/i2c/busses/i2c-exynos5.c |    4 ++--
>   drivers/i2c/busses/i2c-s3c2410.c |    2 +-
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> --- linux-5.7.orig/drivers/i2c/busses/i2c-exynos5.c	2020-06-01 01:49:15.000000000 +0200
> +++ linux-5.7/drivers/i2c/busses/i2c-exynos5.c	2020-06-11 11:58:27.645731676 +0200
> @@ -879,6 +879,6 @@ static struct platform_driver exynos5_i2
>   module_platform_driver(exynos5_i2c_driver);
>   
>   MODULE_DESCRIPTION("Exynos5 HS-I2C Bus driver");
> -MODULE_AUTHOR("Naveen Krishna Chatradhi, <ch.naveen@samsung.com>");
> -MODULE_AUTHOR("Taekgyun Ko, <taeggyun.ko@samsung.com>");
> +MODULE_AUTHOR("Naveen Krishna Chatradhi <ch.naveen@samsung.com>");
> +MODULE_AUTHOR("Taekgyun Ko <taeggyun.ko@samsung.com>");
>   MODULE_LICENSE("GPL v2");
> --- linux-5.7.orig/drivers/i2c/busses/i2c-s3c2410.c	2020-06-01 01:49:15.000000000 +0200
> +++ linux-5.7/drivers/i2c/busses/i2c-s3c2410.c	2020-06-11 11:58:34.216801885 +0200
> @@ -1267,5 +1267,5 @@ static void __exit i2c_adap_s3c_exit(voi
>   module_exit(i2c_adap_s3c_exit);
>   
>   MODULE_DESCRIPTION("S3C24XX I2C Bus driver");
> -MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>");
> +MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>");
>   MODULE_LICENSE("GPL");
> 
Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>

  reply	other threads:[~2020-06-11 10:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-11 10:03 [PATCH] i2c: Drop stray comma in MODULE_AUTHOR statements Jean Delvare
2020-06-11 10:24 ` Jarkko Nikula [this message]
2020-06-11 10:33 ` Wolfram Sang

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=8d031eba-b152-98fa-49ff-ad912153b30a@linux.intel.com \
    --to=jarkko.nikula@linux.intel.com \
    --cc=jdelvare@suse.de \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=wsa@kernel.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 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.