diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-07-10 06:56:00 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-11 02:13:46 -0400 |
commit | 49ce9c2cda18f62b13055dc715e7b514157c2da8 (patch) | |
tree | 432dea5cfd5c5f4b95a71a1e958e13b5cc538a1f /drivers/net/ethernet/intel/igbvf/vf.c | |
parent | ae86b9e3846f6fc5509dee721f2bdba1db8ab96a (diff) |
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Fix incorrect start markers, wrapped summary lines, missing section
breaks, incorrect separators, and some name mismatches. Delete
a few that are content-free.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/igbvf/vf.c')
-rw-r--r-- | drivers/net/ethernet/intel/igbvf/vf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/igbvf/vf.c b/drivers/net/ethernet/intel/igbvf/vf.c index 30a6cc426037..eea0e10ce12f 100644 --- a/drivers/net/ethernet/intel/igbvf/vf.c +++ b/drivers/net/ethernet/intel/igbvf/vf.c | |||
@@ -283,7 +283,8 @@ static s32 e1000_set_vfta_vf(struct e1000_hw *hw, u16 vid, bool set) | |||
283 | return err; | 283 | return err; |
284 | } | 284 | } |
285 | 285 | ||
286 | /** e1000_rlpml_set_vf - Set the maximum receive packet length | 286 | /** |
287 | * e1000_rlpml_set_vf - Set the maximum receive packet length | ||
287 | * @hw: pointer to the HW structure | 288 | * @hw: pointer to the HW structure |
288 | * @max_size: value to assign to max frame size | 289 | * @max_size: value to assign to max frame size |
289 | **/ | 290 | **/ |
@@ -302,7 +303,7 @@ void e1000_rlpml_set_vf(struct e1000_hw *hw, u16 max_size) | |||
302 | * e1000_rar_set_vf - set device MAC address | 303 | * e1000_rar_set_vf - set device MAC address |
303 | * @hw: pointer to the HW structure | 304 | * @hw: pointer to the HW structure |
304 | * @addr: pointer to the receive address | 305 | * @addr: pointer to the receive address |
305 | * @index receive address array register | 306 | * @index: receive address array register |
306 | **/ | 307 | **/ |
307 | static void e1000_rar_set_vf(struct e1000_hw *hw, u8 * addr, u32 index) | 308 | static void e1000_rar_set_vf(struct e1000_hw *hw, u8 * addr, u32 index) |
308 | { | 309 | { |