提交 2f3a8732 编写于 作者: D Dan Carpenter 提交者: David S. Miller

cxgb4: cleanup some indenting

Add or remove some tabs so that statements line up correctly.
Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 6bc6d0a8
......@@ -346,11 +346,11 @@ static int cim_qcfg_show(struct seq_file *seq, void *v)
if (is_t4(adap->params.chip)) {
i = t4_cim_read(adap, UP_OBQ_0_REALADDR_A,
ARRAY_SIZE(obq_wr_t4), obq_wr_t4);
wr = obq_wr_t4;
wr = obq_wr_t4;
} else {
i = t4_cim_read(adap, UP_OBQ_0_SHADOW_REALADDR_A,
ARRAY_SIZE(obq_wr_t5), obq_wr_t5);
wr = obq_wr_t5;
wr = obq_wr_t5;
}
}
if (i)
......@@ -2095,7 +2095,7 @@ do { \
#undef T
#undef S
#undef S3
return 0;
return 0;
}
static int sge_queue_entries(const struct adapter *adap)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册