linux-kernel-test/drivers/net/ethernet/intel/e1000e
Bruce Allan 75ce153270 e1000e: cleanup: rename goto labels to be more meaningful
In the following functions, rename the generic 'out' goto label to the more
descriptive 'release' to indicate the type of common work that is done
before exiting the functions.  No functional change, cosmetic only.

e1000_sw_lcd_config_ich8lan()
e1000_oem_bits_config_ich8lan()
e1000_init_phy_wakeup()
e1000e_write_phy_reg_bm()
e1000e_read_phy_reg_bm()
e1000e_read_phy_reg_bm2()

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2012-02-13 12:28:19 -08:00
..
80003es2lan.c e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX() 2012-02-10 00:07:12 -08:00
82571.c e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX() 2012-02-10 00:07:12 -08:00
defines.h e1000e: update copyright year 2012-01-26 19:01:17 -08:00
e1000.h e1000e: update copyright year 2012-01-26 19:01:17 -08:00
ethtool.c e1000e: remove unnecessary parentheses 2012-02-10 00:06:44 -08:00
hw.h e1000e: update copyright year 2012-01-26 19:01:17 -08:00
ich8lan.c e1000e: cleanup: rename goto labels to be more meaningful 2012-02-13 12:28:19 -08:00
mac.c e1000e: use true/false for bool autoneg_false 2012-02-10 00:06:58 -08:00
Makefile e1000e: update copyright year 2012-01-26 19:01:17 -08:00
manage.c e1000e: remove unnecessary parentheses 2012-02-10 00:06:44 -08:00
netdev.c e1000e: cleanup: rename goto labels to be more meaningful 2012-02-13 12:28:19 -08:00
nvm.c e1000e: cleanup: use goto for common work needed by multiple exit points 2012-02-13 12:28:10 -08:00
param.c e1000e: update copyright year 2012-01-26 19:01:17 -08:00
phy.c e1000e: cleanup: rename goto labels to be more meaningful 2012-02-13 12:28:19 -08:00