File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14106,7 +14106,6 @@ F: drivers/media/i2c/ov5647.c
1410614106
1410714107OMNIVISION OV5670 SENSOR DRIVER
1410814108M: Chiranjeevi Rapolu <chiranjeevi.rapolu@intel.com>
14109- M: Hyungwoo Yang <hyungwoo.yang@intel.com>
1411014109L: linux-media@vger.kernel.org
1411114110S: Maintained
1411214111T: git git://linuxtv.org/media_tree.git
Original file line number Diff line number Diff line change @@ -2565,6 +2565,6 @@ module_i2c_driver(imx319_i2c_driver);
25652565MODULE_AUTHOR ("Qiu, Tianshu <tian.shu.qiu@intel.com>" );
25662566MODULE_AUTHOR ("Rapolu, Chiranjeevi <chiranjeevi.rapolu@intel.com>" );
25672567MODULE_AUTHOR ("Bingbu Cao <bingbu.cao@intel.com>" );
2568- MODULE_AUTHOR ("Yang, Hyungwoo <hyungwoo.yang@intel.com> " );
2568+ MODULE_AUTHOR ("Yang, Hyungwoo" );
25692569MODULE_DESCRIPTION ("Sony imx319 sensor driver" );
25702570MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -1851,6 +1851,6 @@ module_i2c_driver(imx355_i2c_driver);
18511851MODULE_AUTHOR ("Qiu, Tianshu <tian.shu.qiu@intel.com>" );
18521852MODULE_AUTHOR ("Rapolu, Chiranjeevi <chiranjeevi.rapolu@intel.com>" );
18531853MODULE_AUTHOR ("Bingbu Cao <bingbu.cao@intel.com>" );
1854- MODULE_AUTHOR ("Yang, Hyungwoo <hyungwoo.yang@intel.com> " );
1854+ MODULE_AUTHOR ("Yang, Hyungwoo" );
18551855MODULE_DESCRIPTION ("Sony imx355 sensor driver" );
18561856MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -1818,6 +1818,6 @@ module_i2c_driver(ov13858_i2c_driver);
18181818
18191819MODULE_AUTHOR ("Kan, Chris <chris.kan@intel.com>" );
18201820MODULE_AUTHOR ("Rapolu, Chiranjeevi <chiranjeevi.rapolu@intel.com>" );
1821- MODULE_AUTHOR ("Yang, Hyungwoo <hyungwoo.yang@intel.com> " );
1821+ MODULE_AUTHOR ("Yang, Hyungwoo" );
18221822MODULE_DESCRIPTION ("Omnivision ov13858 sensor driver" );
18231823MODULE_LICENSE ("GPL v2" );
Original file line number Diff line number Diff line change @@ -2585,6 +2585,6 @@ static struct i2c_driver ov5670_i2c_driver = {
25852585module_i2c_driver (ov5670_i2c_driver );
25862586
25872587MODULE_AUTHOR ("Rapolu, Chiranjeevi <chiranjeevi.rapolu@intel.com>" );
2588- MODULE_AUTHOR ("Yang, Hyungwoo <hyungwoo.yang@intel.com> " );
2588+ MODULE_AUTHOR ("Yang, Hyungwoo" );
25892589MODULE_DESCRIPTION ("Omnivision ov5670 sensor driver" );
25902590MODULE_LICENSE ("GPL v2" );
You can’t perform that action at this time.
0 commit comments