From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bowers, AndrewX Date: Tue, 3 Mar 2020 19:10:13 +0000 Subject: [Intel-wired-lan] [PATCH S40 14/15] ice: use variable name more descriptive than type In-Reply-To: <20200227181505.61720-14-anthony.l.nguyen@intel.com> References: <20200227181505.61720-1-anthony.l.nguyen@intel.com> <20200227181505.61720-14-anthony.l.nguyen@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > -----Original Message----- > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On > Behalf Of Tony Nguyen > Sent: Thursday, February 27, 2020 10:15 AM > To: intel-wired-lan at lists.osuosl.org > Subject: [Intel-wired-lan] [PATCH S40 14/15] ice: use variable name more > descriptive than type > > From: Bruce Allan > > The variable name 'type' is not very descriptive. Replace instances of those > with a variable name that is more descriptive or replace it if not needed. > > Signed-off-by: Bruce Allan > Signed-off-by: Tony Nguyen > --- > drivers/net/ethernet/intel/ice/ice_dcb_lib.c | 16 ++++++------- > drivers/net/ethernet/intel/ice/ice_flow.c | 8 +++---- > drivers/net/ethernet/intel/ice/ice_lib.c | 24 ++++++++++---------- > drivers/net/ethernet/intel/ice/ice_lib.h | 4 ++-- > drivers/net/ethernet/intel/ice/ice_switch.c | 20 ++++++++-------- > 5 files changed, 36 insertions(+), 36 deletions(-) Tested-by: Andrew Bowers