]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: rename variable to prevent clash of understanding
authorShannon Nelson <shannon.nelson@intel.com>
Thu, 23 Jul 2015 20:54:33 +0000 (16:54 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 18 Sep 2015 00:36:45 +0000 (17:36 -0700)
commitdc27a44a846d6e3831dcb17ae650a08707e5c1b8
tree7a90366c73f01f50ab66e023af6521ec2b8ec671
parent2661c772a4755d0875aa45c9f0f9bff0d293c6f0
i40e: rename variable to prevent clash of understanding

This code returns something that becomes the errno value from ethtool and
passes around a pointer to an errno variable.  This patch changes the name
slightly to differentiate it from the actual user errno variable.

Change-ID: Idaa37845c069e66f4cea072e90f471bb2142454d
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_nvm.c