net: ena: ethtool: clean up minor indentation issue
authorColin Ian King <colin.king@canonical.com>
Thu, 12 Mar 2020 14:05:22 +0000 (14:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Mar 2020 03:50:27 +0000 (20:50 -0700)
There is a statement that is indented incorrectly, remove a space.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amazon/ena/ena_ethtool.c

index 552d4cb..9cc28b4 100644 (file)
@@ -221,7 +221,7 @@ static void ena_queue_strings(struct ena_adapter *adapter, u8 **data)
 
                        snprintf(*data, ETH_GSTRING_LEN,
                                 "queue_%u_tx_%s", i, ena_stats->name);
-                        (*data) += ETH_GSTRING_LEN;
+                       (*data) += ETH_GSTRING_LEN;
                }
                /* Rx stats */
                for (j = 0; j < ENA_STATS_ARRAY_RX; j++) {