提交 7831216b 编写于 作者: C Colin Ian King 提交者: David S. Miller

chelsio: clean up indentation issue

The assignment to size is indented too far, fix this and join
two lines into one.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 0bb16830
...@@ -585,8 +585,7 @@ static int alloc_rx_resources(struct sge *sge, struct sge_params *p) ...@@ -585,8 +585,7 @@ static int alloc_rx_resources(struct sge *sge, struct sge_params *p)
sizeof(struct cpl_rx_data) + sizeof(struct cpl_rx_data) +
sge->freelQ[!sge->jumbo_fl].dma_offset; sge->freelQ[!sge->jumbo_fl].dma_offset;
size = (16 * 1024) - size = (16 * 1024) - SKB_DATA_ALIGN(sizeof(struct skb_shared_info));
SKB_DATA_ALIGN(sizeof(struct skb_shared_info));
sge->freelQ[sge->jumbo_fl].rx_buffer_size = size; sge->freelQ[sge->jumbo_fl].rx_buffer_size = size;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册