lkml.org 
[lkml]   [2021]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] RDMA/irdma: remove extraneous indentation on a statement
Date
From: Colin Ian King <colin.king@canonical.com>

A single statement is indented one level too deeply, clean up the
code by removing the extraneous tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
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.31.1
\
 
 \ /
  Last update: 2021-06-05 15:05    [W:0.039 / U:0.868 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site