Skip to content

Commit 4208966

Browse files
Colin Ian Kingdavem330
authored andcommitted
net: ena: clean up indentation issue
There memset is indented incorrectly, remove the extraneous tabs. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 6ba5bbb commit 4208966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/ethernet/amazon/ena/ena_eth_com.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ static int ena_com_sq_update_llq_tail(struct ena_com_io_sq *io_sq)
211211

212212
pkt_ctrl->curr_bounce_buf =
213213
ena_com_get_next_bounce_buffer(&io_sq->bounce_buf_ctrl);
214-
memset(io_sq->llq_buf_ctrl.curr_bounce_buf,
215-
0x0, llq_info->desc_list_entry_size);
214+
memset(io_sq->llq_buf_ctrl.curr_bounce_buf,
215+
0x0, llq_info->desc_list_entry_size);
216216

217217
pkt_ctrl->idx = 0;
218218
if (unlikely(llq_info->desc_stride_ctrl == ENA_ADMIN_SINGLE_DESC_PER_ENTRY))

0 commit comments

Comments
 (0)