]> Git Repo - linux.git/commitdiff
i2c: Drop stray comma in MODULE_AUTHOR statements
authorJean Delvare <[email protected]>
Thu, 11 Jun 2020 10:03:47 +0000 (12:03 +0200)
committerWolfram Sang <[email protected]>
Thu, 11 Jun 2020 10:32:14 +0000 (12:32 +0200)
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 <[email protected]>
Cc: Kukjin Kim <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Jarkko Nikula <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
drivers/i2c/busses/i2c-exynos5.c
drivers/i2c/busses/i2c-s3c2410.c

index ba7033c9e157bf37b756918861c09d3d41bce1e6..6ce3ec03b59526fd64e29dc4588b221a1b13b7d7 100644 (file)
@@ -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, <[email protected]>");
-MODULE_AUTHOR("Taekgyun Ko, <[email protected]>");
+MODULE_AUTHOR("Naveen Krishna Chatradhi <[email protected]>");
+MODULE_AUTHOR("Taekgyun Ko <[email protected]>");
 MODULE_LICENSE("GPL v2");
index 5a5638e1daa1dd6658b7d987d938871c5f824709..19b23146ec7c4a910aaf366ef51280fc3eff6350 100644 (file)
@@ -1267,5 +1267,5 @@ static void __exit i2c_adap_s3c_exit(void)
 module_exit(i2c_adap_s3c_exit);
 
 MODULE_DESCRIPTION("S3C24XX I2C Bus driver");
-MODULE_AUTHOR("Ben Dooks, <[email protected]>");
+MODULE_AUTHOR("Ben Dooks <[email protected]>");
 MODULE_LICENSE("GPL");
This page took 0.069744 seconds and 4 git commands to generate.