]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit079d0f057a458d48f4a07d1bd5777f1ad5c1c26a
treea356e251d093a37e14c64b17e09f82f5fc6d1008
parentde0eb92b2ee7e8bcf7b6bb88268bc6078b9b8909
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