[Intel-wired-lan] [PATCH 4/5] ixgbe: use 'cc' instead of 'hw_cc' for local variable

Bowers, AndrewX andrewx.bowers at intel.com
Thu Apr 11 22:02:57 UTC 2019


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Jacob Keller
> Sent: Monday, April 8, 2019 4:52 PM
> To: Intel Wired LAN <intel-wired-lan at lists.osuosl.org>
> Subject: [Intel-wired-lan] [PATCH 4/5] ixgbe: use 'cc' instead of 'hw_cc' for
> local variable
> 
> The ixgbe_ptp.c file sometimes uses hw_cc as the local variable for the cycle
> counter in ixgbe_ptp_read_X550. However, we use just 'cc' as a local variable
> for this by convention else where in the file.
> 
> Convert this lone usage of 'hw_cc' into just the shorter 'cc' name to match
> the other read functions in the file.
> 
> Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
> ---
>  drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>




More information about the Intel-wired-lan mailing list