Skip to content

Commit fdd6d77

Browse files
RohitVisavalia-SNdavem330
authored andcommitted
qed: code indent should use tabs where possible
Issue found by checkpatch. Signed-off-by: Rohit Visavalia <[email protected]> Acked-by: Michal Kalderon <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5f834cf commit fdd6d77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/net/ethernet/qlogic/qed/qed_rdma.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,13 @@ static void qed_rdma_resc_free(struct qed_hwfn *p_hwfn)
360360

361361
static void qed_rdma_free_tid(void *rdma_cxt, u32 itid)
362362
{
363-
struct qed_hwfn *p_hwfn = (struct qed_hwfn *)rdma_cxt;
363+
struct qed_hwfn *p_hwfn = (struct qed_hwfn *)rdma_cxt;
364364

365-
DP_VERBOSE(p_hwfn, QED_MSG_RDMA, "itid = %08x\n", itid);
365+
DP_VERBOSE(p_hwfn, QED_MSG_RDMA, "itid = %08x\n", itid);
366366

367-
spin_lock_bh(&p_hwfn->p_rdma_info->lock);
368-
qed_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->tid_map, itid);
369-
spin_unlock_bh(&p_hwfn->p_rdma_info->lock);
367+
spin_lock_bh(&p_hwfn->p_rdma_info->lock);
368+
qed_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->tid_map, itid);
369+
spin_unlock_bh(&p_hwfn->p_rdma_info->lock);
370370
}
371371

372372
static void qed_rdma_free_reserved_lkey(struct qed_hwfn *p_hwfn)

0 commit comments

Comments
 (0)