Commit 1b01a42c authored by Colin Ian King's avatar Colin Ian King Committed by Jason Gunthorpe

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.comSigned-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarShiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent 7fde2dbe
......@@ -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;
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment