ixgbe/base: fix speed comments
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Wed, 24 Jun 2015 03:26:23 +0000 (11:26 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 26 Jun 2015 10:58:04 +0000 (12:58 +0200)
This patch fixes comment description for setting 2.5G and 5G speeds in
ixgbe_setup_phy_link_generic.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
drivers/net/ixgbe/base/ixgbe_phy.c

index 3ba5661..1e24ab8 100644 (file)
@@ -829,7 +829,7 @@ s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw)
 
        if (hw->mac.type == ixgbe_mac_X550) {
                if (speed & IXGBE_LINK_SPEED_5GB_FULL) {
-                       /* Set or unset auto-negotiation 1G advertisement */
+                       /* Set or unset auto-negotiation 5G advertisement */
                        hw->phy.ops.read_reg(hw,
                                IXGBE_MII_AUTONEG_VENDOR_PROVISION_1_REG,
                                IXGBE_MDIO_AUTO_NEG_DEV_TYPE,
@@ -847,7 +847,7 @@ s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw)
                }
 
                if (speed & IXGBE_LINK_SPEED_2_5GB_FULL) {
-                       /* Set or unset auto-negotiation 1G advertisement */
+                       /* Set or unset auto-negotiation 2.5G advertisement */
                        hw->phy.ops.read_reg(hw,
                                IXGBE_MII_AUTONEG_VENDOR_PROVISION_1_REG,
                                IXGBE_MDIO_AUTO_NEG_DEV_TYPE,