RDMA/irdma: remove extraneous indentation on a statement
authorColin Ian King <colin.king@canonical.com>
Sat, 5 Jun 2021 13:04:00 +0000 (14:04 +0100)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 7 Jun 2021 23:19:31 +0000 (20:19 -0300)
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>
drivers/infiniband/hw/irdma/verbs.c

index 2941552..65cb58c 100644 (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;
 }
 
 /**