]> www.infradead.org Git - users/jedix/linux-maple.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)
committerBrian Maly <brian.maly@oracle.com>
Mon, 21 Sep 2015 22:24:20 +0000 (18:24 -0400)
commit7b9d41e06b4ebb7ba43c735d16ff89b396ea72e1
tree7ee88b23a29b97f63c5d125cc1aead682da61d39
parentc0496c116b2d6a53f67e1795beca6e7f319a1657
i40e: rename variable to prevent clash of understanding

Orabug: 21764569

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>
(cherry picked from commit 79afe839ab1a5e1e9232845f430d5c500e956e8d)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_nvm.c