diff mbox series

i2c: Drop stray comma in MODULE_AUTHOR statements

Message ID 20200611120347.4514e126@endymion
State Accepted
Headers show
Series i2c: Drop stray comma in MODULE_AUTHOR statements | expand

Commit Message

Jean Delvare June 11, 2020, 10:03 a.m. UTC
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(-)

Comments

Jarkko Nikula June 11, 2020, 10:24 a.m. UTC | #1
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>
Wolfram Sang June 11, 2020, 10:33 a.m. UTC | #2
On Thu, Jun 11, 2020 at 12:03:47PM +0200, 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>

Applied to for-5.8, thanks!
diff mbox series

Patch

--- 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");