From: Jean Sacren Date: Sat, 19 Sep 2015 11:08:46 +0000 (-0600) Subject: e1000: fix kernel-doc argument being missing X-Git-Tag: v4.5-rc1~128^2~155^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f03fed668a9193036db0258229af87e9ba46ed5e;p=platform%2Fkernel%2Flinux-exynos.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ethernet/intel/e1000/e1000_hw.c b/drivers/net/ethernet/intel/e1000/e1000_hw.c index 59d1769..dbae55e 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) * e1000_read_phy_reg - read a phy register * @hw: Struct containing variables accessed by shared code * @reg_addr: address of the PHY register to read + * @phy_data: pointer to the value on the PHY register * * Reads the value from a PHY register, if the value is on a specific non zero * page, sets the page first.