linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RDMA/irdma: remove extraneous indentation on a statement
@ 2021-06-05 13:04 Colin King
  2021-06-07 14:54 ` Saleem, Shiraz
  2021-06-07 23:45 ` Jason Gunthorpe
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2021-06-05 13:04 UTC (permalink / raw)
  To: Mustafa Ismail, Shiraz Saleem, Doug Ledford, Jason Gunthorpe, linux-rdma
  Cc: kernel-janitors, linux-kernel

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] RDMA/irdma: remove extraneous indentation on a statement
  2021-06-05 13:04 [PATCH] RDMA/irdma: remove extraneous indentation on a statement Colin King
@ 2021-06-07 14:54 ` Saleem, Shiraz
  2021-06-07 23:45 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Saleem, Shiraz @ 2021-06-07 14:54 UTC (permalink / raw)
  To: Colin King, Ismail, Mustafa, Doug Ledford, Jason Gunthorpe, linux-rdma
  Cc: kernel-janitors, linux-kernel

> Subject: [PATCH] RDMA/irdma: remove extraneous indentation on a statement
> 
> 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;

Acked-by: Shiraz Saleem <shiraz.saleem@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] RDMA/irdma: remove extraneous indentation on a statement
  2021-06-05 13:04 [PATCH] RDMA/irdma: remove extraneous indentation on a statement Colin King
  2021-06-07 14:54 ` Saleem, Shiraz
@ 2021-06-07 23:45 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Gunthorpe @ 2021-06-07 23:45 UTC (permalink / raw)
  To: Colin King
  Cc: Mustafa Ismail, Shiraz Saleem, Doug Ledford, linux-rdma,
	kernel-janitors, linux-kernel

On Sat, Jun 05, 2021 at 02:04:00PM +0100, Colin King wrote:
> 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>
> Acked-by: Shiraz Saleem <shiraz.saleem@intel.com>
> ---
>  drivers/infiniband/hw/irdma/verbs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to for-next, thanks

Jason

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-07 23:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-05 13:04 [PATCH] RDMA/irdma: remove extraneous indentation on a statement Colin King
2021-06-07 14:54 ` Saleem, Shiraz
2021-06-07 23:45 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).