Skip to content

Commit

Permalink
cxgb4: cleanup some indenting
Browse files Browse the repository at this point in the history
Add or remove some tabs so that statements line up correctly.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Aug 10, 2015
1 parent 6bc6d0a commit 2f3a873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -2095,7 +2095,7 @@ do { \
#undef T
#undef S
#undef S3
return 0;
return 0;
}

static int sge_queue_entries(const struct adapter *adap)
Expand Down

0 comments on commit 2f3a873

Please sign in to comment.