File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -942,3 +942,4 @@ struct bcm_ptp_private *bcm_ptp_probe(struct phy_device *phydev)
942
942
EXPORT_SYMBOL_GPL (bcm_ptp_probe );
943
943
944
944
MODULE_LICENSE ("GPL" );
945
+ MODULE_DESCRIPTION ("Broadcom PHY PTP driver" );
Original file line number Diff line number Diff line change @@ -223,3 +223,4 @@ static struct phy_driver bcm87xx_driver[] = {
223
223
module_phy_driver (bcm87xx_driver );
224
224
225
225
MODULE_LICENSE ("GPL v2" );
226
+ MODULE_DESCRIPTION ("Broadcom BCM87xx PHY driver" );
Original file line number Diff line number Diff line change @@ -3726,3 +3726,4 @@ static int __init phylink_init(void)
3726
3726
module_init (phylink_init );
3727
3727
3728
3728
MODULE_LICENSE ("GPL v2" );
3729
+ MODULE_DESCRIPTION ("phylink models the MAC to optional PHY connection" );
Original file line number Diff line number Diff line change @@ -3153,3 +3153,4 @@ module_exit(sfp_exit);
3153
3153
MODULE_ALIAS ("platform:sfp" );
3154
3154
MODULE_AUTHOR ("Russell King" );
3155
3155
MODULE_LICENSE ("GPL v2" );
3156
+ MODULE_DESCRIPTION ("SFP cage support" );
You can’t perform that action at this time.
0 commit comments