net: ena: clean up indentation issue
authorColin Ian King <colin.king@canonical.com>
Thu, 26 Sep 2019 11:22:52 +0000 (12:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Sep 2019 18:32:02 +0000 (20:32 +0200)
There memset is indented incorrectly, remove the extraneous tabs.

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_eth_com.c

index 38046bf0ff4484c845846ddf8360c1db887d5d94..2845ac2777246e0dc8d9df26695ac4414d3923a8 100644 (file)
@@ -211,8 +211,8 @@ static int ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq)
 
                pkt_ctrl->curr_bounce_buf =
                        ena_com_get_next_bounce_buffer(&io_sq->bounce_buf_ctrl);
-                       memset(io_sq->llq_buf_ctrl.curr_bounce_buf,
-                              0x0, llq_info->desc_list_entry_size);
+               memset(io_sq->llq_buf_ctrl.curr_bounce_buf,
+                      0x0, llq_info->desc_list_entry_size);
 
                pkt_ctrl->idx = 0;
                if (unlikely(llq_info->desc_stride_ctrl == ENA_ADMIN_SINGLE_DESC_PER_ENTRY))