public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RDMA: Fix a typo
@ 2021-03-22  6:43 Bhaskar Chowdhury
  2021-03-22 18:51 ` Randy Dunlap
  2021-03-26 17:25 ` Jason Gunthorpe
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  6:43 UTC (permalink / raw)
  To: dledford, jgg, linux-rdma, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/struture/structure/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 include/rdma/rdma_vt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h
index 9fd217b24916..d6611f2dd6a5 100644
--- a/include/rdma/rdma_vt.h
+++ b/include/rdma/rdma_vt.h
@@ -245,7 +245,7 @@ struct rvt_driver_provided {
 	void * (*qp_priv_alloc)(struct rvt_dev_info *rdi, struct rvt_qp *qp);

 	/*
-	 * Init a struture allocated with qp_priv_alloc(). This should be
+	 * Init a structure allocated with qp_priv_alloc(). This should be
 	 * called after all qp fields have been initialized in rdmavt.
 	 */
 	int (*qp_priv_init)(struct rvt_dev_info *rdi, struct rvt_qp *qp,
--
2.31.0


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

* Re: [PATCH] RDMA: Fix a typo
  2021-03-22  6:43 [PATCH] RDMA: Fix a typo Bhaskar Chowdhury
@ 2021-03-22 18:51 ` Randy Dunlap
  2021-03-26 17:25 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-22 18:51 UTC (permalink / raw)
  To: Bhaskar Chowdhury, dledford, jgg, linux-rdma, linux-kernel

On 3/21/21 11:43 PM, Bhaskar Chowdhury wrote:
> 
> s/struture/structure/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  include/rdma/rdma_vt.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h
> index 9fd217b24916..d6611f2dd6a5 100644
> --- a/include/rdma/rdma_vt.h
> +++ b/include/rdma/rdma_vt.h
> @@ -245,7 +245,7 @@ struct rvt_driver_provided {
>  	void * (*qp_priv_alloc)(struct rvt_dev_info *rdi, struct rvt_qp *qp);
> 
>  	/*
> -	 * Init a struture allocated with qp_priv_alloc(). This should be
> +	 * Init a structure allocated with qp_priv_alloc(). This should be
>  	 * called after all qp fields have been initialized in rdmavt.
>  	 */
>  	int (*qp_priv_init)(struct rvt_dev_info *rdi, struct rvt_qp *qp,
> --
> 2.31.0
> 


-- 
~Randy


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

* Re: [PATCH] RDMA: Fix a typo
  2021-03-22  6:43 [PATCH] RDMA: Fix a typo Bhaskar Chowdhury
  2021-03-22 18:51 ` Randy Dunlap
@ 2021-03-26 17:25 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Gunthorpe @ 2021-03-26 17:25 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: dledford, linux-rdma, linux-kernel, rdunlap

On Mon, Mar 22, 2021 at 12:13:22PM +0530, Bhaskar Chowdhury wrote:
> s/struture/structure/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
> ---
>  include/rdma/rdma_vt.h | 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-03-26 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-22  6:43 [PATCH] RDMA: Fix a typo Bhaskar Chowdhury
2021-03-22 18:51 ` Randy Dunlap
2021-03-26 17:25 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox