All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
To: Kieran Bingham <kieran.bingham@ideasonboard.com>
Cc: linux-renesas-soc@vger.kernel.org,
	Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>,
	Mike Marciniszyn <mike.marciniszyn@intel.com>,
	Dennis Dalessandro <dennis.dalessandro@intel.com>,
	Doug Ledford <dledford@redhat.com>,
	Jason Gunthorpe <jgg@ziepe.ca>, Jiri Kosina <trivial@kernel.org>,
	linux-rdma@vger.kernel.org (open list:HFI1 DRIVER),
	linux-kernel@vger.kernel.org (open list)
Subject: [PATCH 02/17] drivers: infiniband: Fix trivial spelling
Date: Tue,  9 Jun 2020 13:45:55 +0100	[thread overview]
Message-ID: <20200609124610.3445662-3-kieran.bingham+renesas@ideasonboard.com> (raw)
In-Reply-To: <20200609124610.3445662-1-kieran.bingham+renesas@ideasonboard.com>

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 drivers/infiniband/hw/hfi1/iowait.h      | 2 +-
 drivers/infiniband/hw/hfi1/verbs_txreq.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/infiniband/hw/hfi1/iowait.h b/drivers/infiniband/hw/hfi1/iowait.h
index 07847cb72169..d580aa17ae37 100644
--- a/drivers/infiniband/hw/hfi1/iowait.h
+++ b/drivers/infiniband/hw/hfi1/iowait.h
@@ -399,7 +399,7 @@ static inline void iowait_get_priority(struct iowait *w)
  * @wait_head: the wait queue
  *
  * This function is called to insert an iowait struct into a
- * wait queue after a resource (eg, sdma decriptor or pio
+ * wait queue after a resource (eg, sdma descriptor or pio
  * buffer) is run out.
  */
 static inline void iowait_queue(bool pkts_sent, struct iowait *w,
diff --git a/drivers/infiniband/hw/hfi1/verbs_txreq.h b/drivers/infiniband/hw/hfi1/verbs_txreq.h
index bfa6e081cb56..d2d526c5a756 100644
--- a/drivers/infiniband/hw/hfi1/verbs_txreq.h
+++ b/drivers/infiniband/hw/hfi1/verbs_txreq.h
@@ -91,7 +91,7 @@ static inline struct verbs_txreq *get_txreq(struct hfi1_ibdev *dev,
 	tx->mr = NULL;
 	tx->sde = priv->s_sde;
 	tx->psc = priv->s_sendcontext;
-	/* so that we can test if the sdma decriptors are there */
+	/* so that we can test if the sdma descriptors are there */
 	tx->txreq.num_desc = 0;
 	/* Set the header type */
 	tx->phdr.hdr.hdr_type = priv->hdr_type;
-- 
2.25.1


  parent reply	other threads:[~2020-06-09 12:47 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-09 12:45 [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Kieran Bingham
2020-06-09 12:45 ` Kieran Bingham
2020-06-09 12:45 ` Kieran Bingham
2020-06-09 12:45 ` Kieran Bingham
2020-06-09 12:45 ` Kieran Bingham
2020-06-09 12:45 ` Kieran Bingham
2020-06-09 12:45 ` [PATCH 01/17] arch: arm: mach-davinci: Fix trivial spelling Kieran Bingham
2020-06-09 12:45   ` Kieran Bingham
2020-06-09 12:45 ` Kieran Bingham [this message]
2020-06-09 15:53   ` [PATCH 02/17] drivers: infiniband: " Dennis Dalessandro
2020-06-09 12:45 ` [PATCH 03/17] drivers: gpio: " Kieran Bingham
2020-06-15  8:16   ` Bartosz Golaszewski
2020-06-09 12:45 ` [PATCH 04/17] drivers: mtd: nand: raw: " Kieran Bingham
2020-06-09 12:45   ` Kieran Bingham
2020-06-15  9:00   ` Miquel Raynal
2020-06-15  9:00     ` Miquel Raynal
2020-06-09 12:45 ` [PATCH 05/17] drivers: net: " Kieran Bingham
2020-06-09 12:45   ` Kieran Bingham
2020-07-15 10:22   ` Kalle Valo
2020-07-15 10:22   ` Kalle Valo
     [not found]   ` <20200715102209.C9012C433A1@smtp.codeaurora.org>
2020-07-15 12:52     ` Kieran Bingham
2020-07-15 12:52       ` Kieran Bingham
2020-06-09 12:45 ` [PATCH 06/17] drivers: scsi: " Kieran Bingham
2020-06-09 12:45   ` Kieran Bingham
2020-06-09 12:46 ` [PATCH 07/17] drivers: usb: " Kieran Bingham
2020-06-18  8:21   ` Greg Kroah-Hartman
2020-06-18  8:52     ` Kieran Bingham
2020-06-18  9:43       ` Greg Kroah-Hartman
2020-06-09 12:46 ` [PATCH 08/17] drivers: gpu: drm: " Kieran Bingham
2020-06-09 12:46   ` Kieran Bingham
2020-06-10 15:32   ` Daniel Vetter
2020-06-10 15:32     ` Daniel Vetter
2020-06-09 12:46 ` [PATCH 09/17] drivers: regulator: " Kieran Bingham
2020-06-09 12:50   ` Mark Brown
2020-06-09 12:46 ` [PATCH 10/17] drivers: input: joystick: " Kieran Bingham
2020-06-09 12:46 ` [PATCH 11/17] drivers: infiniband: " Kieran Bingham
2020-06-09 15:54   ` Dennis Dalessandro
2020-06-09 16:04     ` Kieran Bingham
2020-06-09 12:46 ` [PATCH 12/17] drivers: devfreq: " Kieran Bingham
2020-07-03  0:38   ` Chanwoo Choi
2020-06-09 12:46 ` [PATCH 13/17] include: dynamic_debug.h: " Kieran Bingham
2020-06-09 12:46 ` [PATCH 14/17] kernel: trace: " Kieran Bingham
2020-06-09 12:46 ` [PATCH 15/17] mm: " Kieran Bingham
2020-06-09 12:46   ` Kieran Bingham
2020-06-09 14:03   ` David Hildenbrand
2020-06-09 14:03     ` David Hildenbrand
2020-06-09 14:34   ` [PATCH v2] mm/balloon_compaction: " Kieran Bingham
2020-06-09 14:34     ` Kieran Bingham
2020-06-09 16:32     ` Souptick Joarder
2020-06-09 16:32       ` Souptick Joarder
2020-06-09 16:32       ` Souptick Joarder
2020-06-09 16:35       ` Souptick Joarder
2020-06-09 16:35         ` Souptick Joarder
2020-06-09 16:35         ` Souptick Joarder
2020-06-09 16:37     ` Michael S. Tsirkin
2020-06-09 16:37       ` Michael S. Tsirkin
2020-06-10  9:00     ` Sergei Shtylyov
2020-06-10  9:00       ` Sergei Shtylyov
2020-06-10  9:06       ` Kieran Bingham
2020-06-10  9:06         ` Kieran Bingham
2020-06-09 12:46 ` [PATCH 16/17] regulator: gpio: " Kieran Bingham
2020-06-09 12:46 ` [PATCH 17/17] scripts/spelling.txt: Add descriptors correction Kieran Bingham
2020-06-09 16:08   ` Joe Perches
2020-06-10  9:09     ` Kieran Bingham
2020-06-15 18:58 ` [PATCH 00/17] spelling.txt: /decriptors/descriptors/ Jason Gunthorpe
2020-06-15 18:58   ` Jason Gunthorpe
2020-06-15 18:58   ` Jason Gunthorpe
2020-06-15 18:58   ` Jason Gunthorpe
2020-06-15 18:58   ` Jason Gunthorpe
2020-06-15 18:58   ` Jason Gunthorpe
2020-06-15 23:41 ` Mark Brown
2020-06-15 23:41   ` Mark Brown
2020-06-15 23:41   ` Mark Brown
2020-06-15 23:41   ` Mark Brown
2020-06-15 23:41   ` Mark Brown
2020-06-15 23:41   ` Mark Brown
2020-06-16  3:59 ` Martin K. Petersen
2020-06-16  3:59   ` Martin K. Petersen
2020-06-16  3:59   ` Martin K. Petersen
2020-06-16  3:59   ` Martin K. Petersen
2020-06-16  3:59   ` Martin K. Petersen
2020-06-16  3:59   ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200609124610.3445662-3-kieran.bingham+renesas@ideasonboard.com \
    --to=kieran.bingham+renesas@ideasonboard.com \
    --cc=dennis.dalessandro@intel.com \
    --cc=dledford@redhat.com \
    --cc=jgg@ziepe.ca \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mike.marciniszyn@intel.com \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.