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:
Colin Ian King 2021-06-05 14:04:00 +01:00 committed by Jason Gunthorpe
parent 7fde2dbe03
commit 1b01a42c9c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
/**