From d790eeb3db6aefac39ffa06e598eb31b7352ca4f Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Thu, 11 Jun 2020 12:03:47 +0200 Subject: i2c: Drop stray comma in MODULE_AUTHOR statements 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 Cc: Kukjin Kim Cc: Krzysztof Kozlowski Reviewed-by: Jarkko Nikula Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-exynos5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/i2c/busses/i2c-exynos5.c') diff --git a/drivers/i2c/busses/i2c-exynos5.c b/drivers/i2c/busses/i2c-exynos5.c index ba7033c9e157..6ce3ec03b595 100644 --- a/drivers/i2c/busses/i2c-exynos5.c +++ b/drivers/i2c/busses/i2c-exynos5.c @@ -877,6 +877,6 @@ static struct platform_driver exynos5_i2c_driver = { module_platform_driver(exynos5_i2c_driver); MODULE_DESCRIPTION("Exynos5 HS-I2C Bus driver"); -MODULE_AUTHOR("Naveen Krishna Chatradhi, "); -MODULE_AUTHOR("Taekgyun Ko, "); +MODULE_AUTHOR("Naveen Krishna Chatradhi "); +MODULE_AUTHOR("Taekgyun Ko "); MODULE_LICENSE("GPL v2"); -- cgit v1.2.3