Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7831216b authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

chelsio: clean up indentation issue



The assignment to size is indented too far, fix this and join
two lines into one.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0bb16830
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -585,8 +585,7 @@ static int alloc_rx_resources(struct sge *sge, struct sge_params *p)
		sizeof(struct cpl_rx_data) +
		sge->freelQ[!sge->jumbo_fl].dma_offset;

		size = (16 * 1024) -
		    SKB_DATA_ALIGN(sizeof(struct skb_shared_info));
	size = (16 * 1024) - SKB_DATA_ALIGN(sizeof(struct skb_shared_info));

	sge->freelQ[sge->jumbo_fl].rx_buffer_size = size;