From 1b01a42c9cc478782f4ab6f3c51ff9c091277b5a Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Sat, 5 Jun 2021 14:04:00 +0100 Subject: [PATCH] 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 Acked-by: Shiraz Saleem Signed-off-by: Jason Gunthorpe --- drivers/infiniband/hw/irdma/verbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/irdma/verbs.c b/drivers/infiniband/hw/irdma/verbs.c index 294155293243..65cb58cb32e1 100644 --- a/drivers/infiniband/hw/irdma/verbs.c +++ b/drivers/infiniband/hw/irdma/verbs.c @@ -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; } /** -- 2.11.0