mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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 <jdelvare@suse.de> Cc: Kukjin Kim <kgene@kernel.org> Cc: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
This commit is contained in:
parent
e6197c8290
commit
d790eeb3db
2 changed files with 3 additions and 3 deletions
|
@ -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, <ch.naveen@samsung.com>");
|
||||
MODULE_AUTHOR("Taekgyun Ko, <taeggyun.ko@samsung.com>");
|
||||
MODULE_AUTHOR("Naveen Krishna Chatradhi <ch.naveen@samsung.com>");
|
||||
MODULE_AUTHOR("Taekgyun Ko <taeggyun.ko@samsung.com>");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
|
@ -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, <ben@simtec.co.uk>");
|
||||
MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in a new issue