RDMA/irdma: remove extraneous indentation on a statement
A single statement is indented one level too deeply, clean up the code by removing the extraneous tab. Link: https://lore.kernel.org/r/20210605130400.25987-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Shiraz Saleem <shiraz.saleem@intel.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
7fde2dbe03
commit
1b01a42c9c
|
@ -3442,7 +3442,7 @@ static void irdma_process_cqe(struct ib_wc *entry,
|
|||
entry->src_qp = cq_poll_info->qp_id;
|
||||
}
|
||||
|
||||
entry->byte_len = cq_poll_info->bytes_xfered;
|
||||
entry->byte_len = cq_poll_info->bytes_xfered;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue