Skip to content

Commit

Permalink
i2c: Drop stray comma in MODULE_AUTHOR statements
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jdelvare authored and wsakernel committed Jun 11, 2020
1 parent e6197c8 commit d790eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions drivers/i2c/busses/i2c-exynos5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit d790eeb

Please sign in to comment.