commit | 4425e0531c433e3a9414d09c48b82a0f372978b2 | [log] [tgz] |
---|---|---|
author | Krzysztof Kazimierczak <krzysztof.kazimierczak@intel.com> | Thu Jul 25 02:53:57 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Aug 26 23:18:06 2019 -0700 |
tree | 36b332bf90160f5add10ed87925c43751b6c7841 | |
parent | dc67039b3d1159f8feba34e6fdb798603505d5d6 [diff] |
ice: Introduce a local variable for a VSI in the rebuild path When a VSI is accessed inside the ice_for_each_vsi macro in the rebuild path (ice_vsi_rebuild_all() and ice_vsi_replay_all()), it is referred to as pf->vsi[i]. Introduce local variables to improve readability. Signed-off-by: Krzysztof Kazimierczak <krzysztof.kazimierczak@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>