linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] IB/hfi1: Fix a typo
@ 2021-03-22  6:29 Bhaskar Chowdhury
  2021-03-22 18:56 ` Randy Dunlap
  2021-03-26 16:57 ` Jason Gunthorpe
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  6:29 UTC (permalink / raw)
  To: mike.marciniszyn, dennis.dalessandro, dledford, jgg, linux-rdma,
	linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/struture/structure/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/infiniband/hw/hfi1/iowait.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/hw/hfi1/iowait.h b/drivers/infiniband/hw/hfi1/iowait.h
index d580aa17ae37..377e00a109c2 100644
--- a/drivers/infiniband/hw/hfi1/iowait.h
+++ b/drivers/infiniband/hw/hfi1/iowait.h
@@ -321,7 +321,7 @@ static inline void iowait_drain_wakeup(struct iowait *wait)
 /**
  * iowait_get_txhead() - get packet off of iowait list
  *
- * @wait iowait_work struture
+ * @wait iowait_work structure
  */
 static inline struct sdma_txreq *iowait_get_txhead(struct iowait_work *wait)
 {
--
2.31.0


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

* Re: [PATCH] IB/hfi1: Fix a typo
  2021-03-22  6:29 [PATCH] IB/hfi1: Fix a typo Bhaskar Chowdhury
@ 2021-03-22 18:56 ` Randy Dunlap
  2021-03-26 16:57 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-22 18:56 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mike.marciniszyn, dennis.dalessandro,
	dledford, jgg, linux-rdma, linux-kernel

On 3/21/21 11:29 PM, Bhaskar Chowdhury wrote:
> 
> s/struture/structure/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/infiniband/hw/hfi1/iowait.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/infiniband/hw/hfi1/iowait.h b/drivers/infiniband/hw/hfi1/iowait.h
> index d580aa17ae37..377e00a109c2 100644
> --- a/drivers/infiniband/hw/hfi1/iowait.h
> +++ b/drivers/infiniband/hw/hfi1/iowait.h
> @@ -321,7 +321,7 @@ static inline void iowait_drain_wakeup(struct iowait *wait)
>  /**
>   * iowait_get_txhead() - get packet off of iowait list
>   *
> - * @wait iowait_work struture
> + * @wait iowait_work structure

Also use correct kernel-doc syntax:

 * @wait: iowait_work structure

No sense in having to make multiple patches to the same line.

>   */
>  static inline struct sdma_txreq *iowait_get_txhead(struct iowait_work *wait)
>  {
> --


-- 
~Randy


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

* Re: [PATCH] IB/hfi1: Fix a typo
  2021-03-22  6:29 [PATCH] IB/hfi1: Fix a typo Bhaskar Chowdhury
  2021-03-22 18:56 ` Randy Dunlap
@ 2021-03-26 16:57 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Gunthorpe @ 2021-03-26 16:57 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: mike.marciniszyn, dennis.dalessandro, dledford, linux-rdma,
	linux-kernel, rdunlap

On Mon, Mar 22, 2021 at 11:59:23AM +0530, Bhaskar Chowdhury wrote:
> s/struture/structure/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/infiniband/hw/hfi1/iowait.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to for-next with Randy's note

Thanks,
Jason

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

end of thread, other threads:[~2021-03-26 16:58 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:29 [PATCH] IB/hfi1: Fix a typo Bhaskar Chowdhury
2021-03-22 18:56 ` Randy Dunlap
2021-03-26 16:57 ` 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).