diff options
author | Jean Sacren <sakiwit@gmail.com> | 2015-09-19 07:08:46 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2015-12-13 02:11:05 -0500 |
commit | f03fed668a9193036db0258229af87e9ba46ed5e (patch) | |
tree | d37b66d936fdfd41c547255c10552bcf64d6dbb8 /drivers/net/ethernet/intel/e1000 | |
parent | 5a5e889c80cef7513a40143ee1e474acccdee13b (diff) |
e1000: fix kernel-doc argument being missing
Due to historical reason, 'phy_data' has never been included in the
kernel doc. Fix it so that the requirement could be fulfilled.
Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/e1000')
-rw-r--r-- | drivers/net/ethernet/intel/e1000/e1000_hw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/e1000/e1000_hw.c b/drivers/net/ethernet/intel/e1000/e1000_hw.c index 59d1769d4816..dbae55e926e7 100644 --- a/drivers/net/ethernet/intel/e1000/e1000_hw.c +++ b/drivers/net/ethernet/intel/e1000/e1000_hw.c | |||
@@ -2806,6 +2806,7 @@ static u16 e1000_shift_in_mdi_bits(struct e1000_hw *hw) | |||
2806 | * e1000_read_phy_reg - read a phy register | 2806 | * e1000_read_phy_reg - read a phy register |
2807 | * @hw: Struct containing variables accessed by shared code | 2807 | * @hw: Struct containing variables accessed by shared code |
2808 | * @reg_addr: address of the PHY register to read | 2808 | * @reg_addr: address of the PHY register to read |
2809 | * @phy_data: pointer to the value on the PHY register | ||
2809 | * | 2810 | * |
2810 | * Reads the value from a PHY register, if the value is on a specific non zero | 2811 | * Reads the value from a PHY register, if the value is on a specific non zero |
2811 | * page, sets the page first. | 2812 | * page, sets the page first. |