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>,
	Tyrel Datwyler <tyreld@linux.ibm.com>,
	Michael Ellerman <mpe@ellerman.id.au>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Paul Mackerras <paulus@samba.org>,
	"James E.J. Bottomley" <jejb@linux.ibm.com>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	Nilesh Javali <njavali@marvell.com>,
	GR-QLogic-Storage-Upstream@marvell.com (supporter:QLOGIC QLA2XXX
	FC-SCSI DRIVER), Jiri Kosina <trivial@kernel.org>,
	linux-scsi@vger.kernel.org (open list:IBM Power Virtual FC
	Device Drivers),
	linuxppc-dev@lists.ozlabs.org (open list:LINUX FOR POWERPC
	(32-BIT AND 64-BIT)), linux-kernel@vger.kernel.org (open list)
Subject: [PATCH 06/17] drivers: scsi: Fix trivial spelling
Date: Tue,  9 Jun 2020 13:45:59 +0100	[thread overview]
Message-ID: <20200609124610.3445662-7-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/scsi/ibmvscsi/ibmvfc.c    | 2 +-
 drivers/scsi/ibmvscsi/ibmvscsi.c  | 2 +-
 drivers/scsi/qla2xxx/qla_inline.h | 2 +-
 drivers/scsi/qla2xxx/qla_iocb.c   | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/scsi/ibmvscsi/ibmvfc.c b/drivers/scsi/ibmvscsi/ibmvfc.c
index 635f6f9cffc4..77f4d37d5bd6 100644
--- a/drivers/scsi/ibmvscsi/ibmvfc.c
+++ b/drivers/scsi/ibmvscsi/ibmvfc.c
@@ -1344,7 +1344,7 @@ static void ibmvfc_map_sg_list(struct scsi_cmnd *scmd, int nseg,
 }
 
 /**
- * ibmvfc_map_sg_data - Maps dma for a scatterlist and initializes decriptor fields
+ * ibmvfc_map_sg_data - Maps dma for a scatterlist and initializes descriptor fields
  * @scmd:		struct scsi_cmnd with the scatterlist
  * @evt:		ibmvfc event struct
  * @vfc_cmd:	vfc_cmd that contains the memory descriptor
diff --git a/drivers/scsi/ibmvscsi/ibmvscsi.c b/drivers/scsi/ibmvscsi/ibmvscsi.c
index 44e64aa21194..a92587624c72 100644
--- a/drivers/scsi/ibmvscsi/ibmvscsi.c
+++ b/drivers/scsi/ibmvscsi/ibmvscsi.c
@@ -667,7 +667,7 @@ static int map_sg_list(struct scsi_cmnd *cmd, int nseg,
 }
 
 /**
- * map_sg_data: - Maps dma for a scatterlist and initializes decriptor fields
+ * map_sg_data: - Maps dma for a scatterlist and initializes descriptor fields
  * @cmd:	struct scsi_cmnd with the scatterlist
  * @srp_cmd:	srp_cmd that contains the memory descriptor
  * @dev:	device for which to map dma memory
diff --git a/drivers/scsi/qla2xxx/qla_inline.h b/drivers/scsi/qla2xxx/qla_inline.h
index 1fb6ccac07cc..861dc522723c 100644
--- a/drivers/scsi/qla2xxx/qla_inline.h
+++ b/drivers/scsi/qla2xxx/qla_inline.h
@@ -11,7 +11,7 @@
  * Continuation Type 1 IOCBs to allocate.
  *
  * @vha: HA context
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of IOCB entries needed to store @dsds.
  */
diff --git a/drivers/scsi/qla2xxx/qla_iocb.c b/drivers/scsi/qla2xxx/qla_iocb.c
index 8865c35d3421..1d3c58c5f0e2 100644
--- a/drivers/scsi/qla2xxx/qla_iocb.c
+++ b/drivers/scsi/qla2xxx/qla_iocb.c
@@ -44,7 +44,7 @@ qla2x00_get_cmd_direction(srb_t *sp)
  * qla2x00_calc_iocbs_32() - Determine number of Command Type 2 and
  * Continuation Type 0 IOCBs to allocate.
  *
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of IOCB entries needed to store @dsds.
  */
@@ -66,7 +66,7 @@ qla2x00_calc_iocbs_32(uint16_t dsds)
  * qla2x00_calc_iocbs_64() - Determine number of Command Type 3 and
  * Continuation Type 1 IOCBs to allocate.
  *
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of IOCB entries needed to store @dsds.
  */
@@ -669,7 +669,7 @@ qla24xx_build_scsi_type_6_iocbs(srb_t *sp, struct cmd_type_6 *cmd_pkt,
  * qla24xx_calc_dsd_lists() - Determine number of DSD list required
  * for Command Type 6.
  *
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of dsd list needed to store @dsds.
  */
-- 
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
To: Kieran Bingham <kieran.bingham@ideasonboard.com>
Cc: Tyrel Datwyler <tyreld@linux.ibm.com>,
	Jiri Kosina <trivial@kernel.org>,
	"open list:IBM Power Virtual FC Device Drivers"
	<linux-scsi@vger.kernel.org>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	"James E.J. Bottomley" <jejb@linux.ibm.com>,
	open list <linux-kernel@vger.kernel.org>,
	linux-renesas-soc@vger.kernel.org,
	"supporter:QLOGIC QLA2XXX FC-SCSI DRIVER"
	<GR-QLogic-Storage-Upstream@marvell.com>,
	Nilesh Javali <njavali@marvell.com>,
	Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>,
	Paul Mackerras <paulus@samba.org>,
	"open list:LINUX FOR POWERPC 32-BIT AND 64-BIT"
	<linuxppc-dev@lists.ozlabs.org>
Subject: [PATCH 06/17] drivers: scsi: Fix trivial spelling
Date: Tue,  9 Jun 2020 13:45:59 +0100	[thread overview]
Message-ID: <20200609124610.3445662-7-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/scsi/ibmvscsi/ibmvfc.c    | 2 +-
 drivers/scsi/ibmvscsi/ibmvscsi.c  | 2 +-
 drivers/scsi/qla2xxx/qla_inline.h | 2 +-
 drivers/scsi/qla2xxx/qla_iocb.c   | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/scsi/ibmvscsi/ibmvfc.c b/drivers/scsi/ibmvscsi/ibmvfc.c
index 635f6f9cffc4..77f4d37d5bd6 100644
--- a/drivers/scsi/ibmvscsi/ibmvfc.c
+++ b/drivers/scsi/ibmvscsi/ibmvfc.c
@@ -1344,7 +1344,7 @@ static void ibmvfc_map_sg_list(struct scsi_cmnd *scmd, int nseg,
 }
 
 /**
- * ibmvfc_map_sg_data - Maps dma for a scatterlist and initializes decriptor fields
+ * ibmvfc_map_sg_data - Maps dma for a scatterlist and initializes descriptor fields
  * @scmd:		struct scsi_cmnd with the scatterlist
  * @evt:		ibmvfc event struct
  * @vfc_cmd:	vfc_cmd that contains the memory descriptor
diff --git a/drivers/scsi/ibmvscsi/ibmvscsi.c b/drivers/scsi/ibmvscsi/ibmvscsi.c
index 44e64aa21194..a92587624c72 100644
--- a/drivers/scsi/ibmvscsi/ibmvscsi.c
+++ b/drivers/scsi/ibmvscsi/ibmvscsi.c
@@ -667,7 +667,7 @@ static int map_sg_list(struct scsi_cmnd *cmd, int nseg,
 }
 
 /**
- * map_sg_data: - Maps dma for a scatterlist and initializes decriptor fields
+ * map_sg_data: - Maps dma for a scatterlist and initializes descriptor fields
  * @cmd:	struct scsi_cmnd with the scatterlist
  * @srp_cmd:	srp_cmd that contains the memory descriptor
  * @dev:	device for which to map dma memory
diff --git a/drivers/scsi/qla2xxx/qla_inline.h b/drivers/scsi/qla2xxx/qla_inline.h
index 1fb6ccac07cc..861dc522723c 100644
--- a/drivers/scsi/qla2xxx/qla_inline.h
+++ b/drivers/scsi/qla2xxx/qla_inline.h
@@ -11,7 +11,7 @@
  * Continuation Type 1 IOCBs to allocate.
  *
  * @vha: HA context
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of IOCB entries needed to store @dsds.
  */
diff --git a/drivers/scsi/qla2xxx/qla_iocb.c b/drivers/scsi/qla2xxx/qla_iocb.c
index 8865c35d3421..1d3c58c5f0e2 100644
--- a/drivers/scsi/qla2xxx/qla_iocb.c
+++ b/drivers/scsi/qla2xxx/qla_iocb.c
@@ -44,7 +44,7 @@ qla2x00_get_cmd_direction(srb_t *sp)
  * qla2x00_calc_iocbs_32() - Determine number of Command Type 2 and
  * Continuation Type 0 IOCBs to allocate.
  *
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of IOCB entries needed to store @dsds.
  */
@@ -66,7 +66,7 @@ qla2x00_calc_iocbs_32(uint16_t dsds)
  * qla2x00_calc_iocbs_64() - Determine number of Command Type 3 and
  * Continuation Type 1 IOCBs to allocate.
  *
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of IOCB entries needed to store @dsds.
  */
@@ -669,7 +669,7 @@ qla24xx_build_scsi_type_6_iocbs(srb_t *sp, struct cmd_type_6 *cmd_pkt,
  * qla24xx_calc_dsd_lists() - Determine number of DSD list required
  * for Command Type 6.
  *
- * @dsds: number of data segment decriptors needed
+ * @dsds: number of data segment descriptors needed
  *
  * Returns the number of dsd list needed to store @dsds.
  */
-- 
2.25.1


  parent reply	other threads:[~2020-06-09 12:46 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 ` [PATCH 02/17] drivers: infiniband: " Kieran Bingham
2020-06-09 15:53   ` 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 ` Kieran Bingham [this message]
2020-06-09 12:45   ` [PATCH 06/17] drivers: scsi: " 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-7-kieran.bingham+renesas@ideasonboard.com \
    --to=kieran.bingham+renesas@ideasonboard.com \
    --cc=GR-QLogic-Storage-Upstream@marvell.com \
    --cc=benh@kernel.crashing.org \
    --cc=jejb@linux.ibm.com \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=martin.petersen@oracle.com \
    --cc=mpe@ellerman.id.au \
    --cc=njavali@marvell.com \
    --cc=paulus@samba.org \
    --cc=trivial@kernel.org \
    --cc=tyreld@linux.ibm.com \
    /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.