i40e: fix missed "Negotiated" string in i40e_print_link_message()
authorAleksandr Loktionov <aleksandr.loktionov@intel.com>
Mon, 26 Aug 2019 18:16:53 +0000 (11:16 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 11 Sep 2019 16:10:46 +0000 (09:10 -0700)
commit3fc9d8e1d68919dba70bf2f072b7760636f33d71
treea356e251d093a37e14c64b17e09f82f5fc6d1008
parent3c734bbbb904834342da10289edbb2125a0f051a
i40e: fix missed "Negotiated" string in i40e_print_link_message()

The "Negotiated" string in i40e_print_link_message() function was missed.
This string has been added to the dmesg and small refactoring done removing
common substrings and unifying link status message format.
Without this patch it was not clear that FEC is related to negotiated FEC.

Signed-off-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c