diff options
author | Emil Tantilov <emil.s.tantilov@intel.com> | 2011-03-03 04:24:56 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-03-07 21:07:21 -0500 |
commit | 77ed18f302a2ef8d7b00ef6e804d23239db12ee1 (patch) | |
tree | 773b419c4e9d60e1f5022111bd59e79532603bc1 /drivers/net/ixgbe | |
parent | 0b0c2b31bdf8d6fb5c14ae70894453ac44d64672 (diff) |
ixgbe: add function description
Add description for ixgbe_init_eeprom_params_X540 and whitespace fix.
Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbe')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_x540.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/net/ixgbe/ixgbe_x540.c b/drivers/net/ixgbe/ixgbe_x540.c index 2e3a2b4fa8b2..f47e93fe32be 100644 --- a/drivers/net/ixgbe/ixgbe_x540.c +++ b/drivers/net/ixgbe/ixgbe_x540.c | |||
@@ -251,8 +251,11 @@ static u32 ixgbe_get_supported_physical_layer_X540(struct ixgbe_hw *hw) | |||
251 | } | 251 | } |
252 | 252 | ||
253 | /** | 253 | /** |
254 | * ixgbe_init_eeprom_params_X540 - Initialize EEPROM params | 254 | * ixgbe_init_eeprom_params_X540 - Initialize EEPROM params |
255 | * @hw: pointer to hardware structure | 255 | * @hw: pointer to hardware structure |
256 | * | ||
257 | * Initializes the EEPROM parameters ixgbe_eeprom_info within the | ||
258 | * ixgbe_hw struct in order to set up EEPROM access. | ||
256 | **/ | 259 | **/ |
257 | static s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw) | 260 | static s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw) |
258 | { | 261 | { |
@@ -271,7 +274,7 @@ static s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw) | |||
271 | IXGBE_EEPROM_WORD_SIZE_SHIFT); | 274 | IXGBE_EEPROM_WORD_SIZE_SHIFT); |
272 | 275 | ||
273 | hw_dbg(hw, "Eeprom params: type = %d, size = %d\n", | 276 | hw_dbg(hw, "Eeprom params: type = %d, size = %d\n", |
274 | eeprom->type, eeprom->word_size); | 277 | eeprom->type, eeprom->word_size); |
275 | } | 278 | } |
276 | 279 | ||
277 | return 0; | 280 | return 0; |