On Tue,  8 Sep 2020 11:39:05 -0700 David Awogbemila wrote:
> @@ -213,6 +235,7 @@ gve_get_ethtool_stats(struct net_device *netdev,
>       } else {
>               i += priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS;
>       }
> +
>       /* walk TX rings */
>       if (priv->tx) {
>               for (ring = 0; ring < priv->tx_cfg.num_queues; ring++) {
> @@ -235,6 +258,7 @@ gve_get_ethtool_stats(struct net_device *netdev,
>       } else {
>               i += priv->tx_cfg.num_queues * NUM_GVE_TX_CNTS;
>       }
> +

Again, these white space changes don't belong in this patch.

Reply via email to