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@xxxxxxx> Cc: Kukjin Kim <kgene@xxxxxxxxxx> Cc: Krzysztof Kozlowski <krzk@xxxxxxxxxx> --- 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@xxxxxxxxxxx>"); -MODULE_AUTHOR("Taekgyun Ko, <taeggyun.ko@xxxxxxxxxxx>"); +MODULE_AUTHOR("Naveen Krishna Chatradhi <ch.naveen@xxxxxxxxxxx>"); +MODULE_AUTHOR("Taekgyun Ko <taeggyun.ko@xxxxxxxxxxx>"); 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@xxxxxxxxxxxx>"); +MODULE_AUTHOR("Ben Dooks <ben@xxxxxxxxxxxx>"); MODULE_LICENSE("GPL"); -- Jean Delvare SUSE L3 Support