Skip to content

Commit d790eeb

Browse files
jdelvarewsakernel
authored andcommitted
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 <[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]>
1 parent e6197c8 commit d790eeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drivers/i2c/busses/i2c-exynos5.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,6 @@ static struct platform_driver exynos5_i2c_driver = {
877877
module_platform_driver(exynos5_i2c_driver);
878878

879879
MODULE_DESCRIPTION("Exynos5 HS-I2C Bus driver");
880-
MODULE_AUTHOR("Naveen Krishna Chatradhi, <[email protected]>");
881-
MODULE_AUTHOR("Taekgyun Ko, <[email protected]>");
880+
MODULE_AUTHOR("Naveen Krishna Chatradhi <[email protected]>");
881+
MODULE_AUTHOR("Taekgyun Ko <[email protected]>");
882882
MODULE_LICENSE("GPL v2");

drivers/i2c/busses/i2c-s3c2410.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,5 +1267,5 @@ static void __exit i2c_adap_s3c_exit(void)
12671267
module_exit(i2c_adap_s3c_exit);
12681268

12691269
MODULE_DESCRIPTION("S3C24XX I2C Bus driver");
1270-
MODULE_AUTHOR("Ben Dooks, <[email protected]>");
1270+
MODULE_AUTHOR("Ben Dooks <[email protected]>");
12711271
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)