All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: dmaengine@vger.kernel.org, dri-devel@lists.freedesktop.org,
	hch@lst.de, iommu@lists.linux-foundation.org,
	linuxppc-dev@lists.ozlabs.org, dave.jiang@intel.com,
	dan.j.williams@intel.com
Cc: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	rdunlap@infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH 07/30] iop-adma.c: Few typos fixed
Date: Mon, 29 Mar 2021 05:23:03 +0530	[thread overview]
Message-ID: <a5e2587318ef5fc4e140caf86cfd89ff01027c72.1616971780.git.unixbhaskar@gmail.com> (raw)
In-Reply-To: <cover.1616971780.git.unixbhaskar@gmail.com>

s/asynchrounous/asynchronous/
s/depedency/dependency/
s/capabilites/capabilities/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/dma/iop-adma.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c
index 310b899d581f..81f32dc964e2 100644
--- a/drivers/dma/iop-adma.c
+++ b/drivers/dma/iop-adma.c
@@ -5,7 +5,7 @@
  */

 /*
- * This driver supports the asynchrounous DMA copy and RAID engines available
+ * This driver supports the asynchronous DMA copy and RAID engines available
  * on the Intel Xscale(R) family of I/O Processors (IOP 32x, 33x, 134x)
  */

@@ -243,7 +243,7 @@ static void iop_adma_tasklet(struct tasklet_struct *t)
 	struct iop_adma_chan *iop_chan = from_tasklet(iop_chan, t,
 						      irq_tasklet);

-	/* lockdep will flag depedency submissions as potentially
+	/* lockdep will flag dependency submissions as potentially
 	 * recursive locking, this is not the case as a dependency
 	 * submission will never recurse a channels submit routine.
 	 * There are checks in async_tx.c to prevent this.
@@ -1302,7 +1302,7 @@ static int iop_adma_probe(struct platform_device *pdev)

 	adev->id = plat_data->hw_id;

-	/* discover transaction capabilites from the platform data */
+	/* discover transaction capabilities from the platform data */
 	dma_dev->cap_mask = plat_data->cap_mask;

 	adev->pdev = pdev;
--
2.26.3


WARNING: multiple messages have this Message-ID (diff)
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: dmaengine@vger.kernel.org, dri-devel@lists.freedesktop.org,
	hch@lst.de, iommu@lists.linux-foundation.org,
	linuxppc-dev@lists.ozlabs.org, dave.jiang@intel.com,
	dan.j.williams@intel.com
Cc: rdunlap@infradead.org, Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 07/30] iop-adma.c: Few typos fixed
Date: Mon, 29 Mar 2021 05:23:03 +0530	[thread overview]
Message-ID: <a5e2587318ef5fc4e140caf86cfd89ff01027c72.1616971780.git.unixbhaskar@gmail.com> (raw)
In-Reply-To: <cover.1616971780.git.unixbhaskar@gmail.com>

s/asynchrounous/asynchronous/
s/depedency/dependency/
s/capabilites/capabilities/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/dma/iop-adma.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c
index 310b899d581f..81f32dc964e2 100644
--- a/drivers/dma/iop-adma.c
+++ b/drivers/dma/iop-adma.c
@@ -5,7 +5,7 @@
  */

 /*
- * This driver supports the asynchrounous DMA copy and RAID engines available
+ * This driver supports the asynchronous DMA copy and RAID engines available
  * on the Intel Xscale(R) family of I/O Processors (IOP 32x, 33x, 134x)
  */

@@ -243,7 +243,7 @@ static void iop_adma_tasklet(struct tasklet_struct *t)
 	struct iop_adma_chan *iop_chan = from_tasklet(iop_chan, t,
 						      irq_tasklet);

-	/* lockdep will flag depedency submissions as potentially
+	/* lockdep will flag dependency submissions as potentially
 	 * recursive locking, this is not the case as a dependency
 	 * submission will never recurse a channels submit routine.
 	 * There are checks in async_tx.c to prevent this.
@@ -1302,7 +1302,7 @@ static int iop_adma_probe(struct platform_device *pdev)

 	adev->id = plat_data->hw_id;

-	/* discover transaction capabilites from the platform data */
+	/* discover transaction capabilities from the platform data */
 	dma_dev->cap_mask = plat_data->cap_mask;

 	adev->pdev = pdev;
--
2.26.3


WARNING: multiple messages have this Message-ID (diff)
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: dmaengine@vger.kernel.org, dri-devel@lists.freedesktop.org,
	hch@lst.de, iommu@lists.linux-foundation.org,
	linuxppc-dev@lists.ozlabs.org, dave.jiang@intel.com,
	dan.j.williams@intel.com
Cc: rdunlap@infradead.org, Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 07/30] iop-adma.c: Few typos fixed
Date: Mon, 29 Mar 2021 05:23:03 +0530	[thread overview]
Message-ID: <a5e2587318ef5fc4e140caf86cfd89ff01027c72.1616971780.git.unixbhaskar@gmail.com> (raw)
In-Reply-To: <cover.1616971780.git.unixbhaskar@gmail.com>

s/asynchrounous/asynchronous/
s/depedency/dependency/
s/capabilites/capabilities/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/dma/iop-adma.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c
index 310b899d581f..81f32dc964e2 100644
--- a/drivers/dma/iop-adma.c
+++ b/drivers/dma/iop-adma.c
@@ -5,7 +5,7 @@
  */

 /*
- * This driver supports the asynchrounous DMA copy and RAID engines available
+ * This driver supports the asynchronous DMA copy and RAID engines available
  * on the Intel Xscale(R) family of I/O Processors (IOP 32x, 33x, 134x)
  */

@@ -243,7 +243,7 @@ static void iop_adma_tasklet(struct tasklet_struct *t)
 	struct iop_adma_chan *iop_chan = from_tasklet(iop_chan, t,
 						      irq_tasklet);

-	/* lockdep will flag depedency submissions as potentially
+	/* lockdep will flag dependency submissions as potentially
 	 * recursive locking, this is not the case as a dependency
 	 * submission will never recurse a channels submit routine.
 	 * There are checks in async_tx.c to prevent this.
@@ -1302,7 +1302,7 @@ static int iop_adma_probe(struct platform_device *pdev)

 	adev->id = plat_data->hw_id;

-	/* discover transaction capabilites from the platform data */
+	/* discover transaction capabilities from the platform data */
 	dma_dev->cap_mask = plat_data->cap_mask;

 	adev->pdev = pdev;
--
2.26.3

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

WARNING: multiple messages have this Message-ID (diff)
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: dmaengine@vger.kernel.org, dri-devel@lists.freedesktop.org,
	hch@lst.de, iommu@lists.linux-foundation.org,
	linuxppc-dev@lists.ozlabs.org, dave.jiang@intel.com,
	dan.j.williams@intel.com
Cc: rdunlap@infradead.org, Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 07/30] iop-adma.c: Few typos fixed
Date: Mon, 29 Mar 2021 05:23:03 +0530	[thread overview]
Message-ID: <a5e2587318ef5fc4e140caf86cfd89ff01027c72.1616971780.git.unixbhaskar@gmail.com> (raw)
In-Reply-To: <cover.1616971780.git.unixbhaskar@gmail.com>

s/asynchrounous/asynchronous/
s/depedency/dependency/
s/capabilites/capabilities/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/dma/iop-adma.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c
index 310b899d581f..81f32dc964e2 100644
--- a/drivers/dma/iop-adma.c
+++ b/drivers/dma/iop-adma.c
@@ -5,7 +5,7 @@
  */

 /*
- * This driver supports the asynchrounous DMA copy and RAID engines available
+ * This driver supports the asynchronous DMA copy and RAID engines available
  * on the Intel Xscale(R) family of I/O Processors (IOP 32x, 33x, 134x)
  */

@@ -243,7 +243,7 @@ static void iop_adma_tasklet(struct tasklet_struct *t)
 	struct iop_adma_chan *iop_chan = from_tasklet(iop_chan, t,
 						      irq_tasklet);

-	/* lockdep will flag depedency submissions as potentially
+	/* lockdep will flag dependency submissions as potentially
 	 * recursive locking, this is not the case as a dependency
 	 * submission will never recurse a channels submit routine.
 	 * There are checks in async_tx.c to prevent this.
@@ -1302,7 +1302,7 @@ static int iop_adma_probe(struct platform_device *pdev)

 	adev->id = plat_data->hw_id;

-	/* discover transaction capabilites from the platform data */
+	/* discover transaction capabilities from the platform data */
 	dma_dev->cap_mask = plat_data->cap_mask;

 	adev->pdev = pdev;
--
2.26.3

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2021-03-28 23:57 UTC|newest]

Thread overview: 153+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-28 23:52 [PATCH 00/30] DMA: Mundane typo fixes Bhaskar Chowdhury
2021-03-28 23:52 ` Bhaskar Chowdhury
2021-03-28 23:52 ` Bhaskar Chowdhury
2021-03-28 23:52 ` Bhaskar Chowdhury
2021-03-28 23:52 ` [PATCH 01/30] acpi-dma.c: Fix couple of typos Bhaskar Chowdhury
2021-03-28 23:52   ` Bhaskar Chowdhury
2021-03-28 23:52   ` Bhaskar Chowdhury
2021-03-28 23:52   ` Bhaskar Chowdhury
2021-03-28 23:52 ` [PATCH 02/30] altera-msgdma.c: Couple of typos fixed Bhaskar Chowdhury
2021-03-28 23:52   ` Bhaskar Chowdhury
2021-03-28 23:52   ` Bhaskar Chowdhury
2021-03-28 23:52   ` Bhaskar Chowdhury
2021-03-28 23:52 ` [PATCH 03/30] amba-pl08x.c: Fixed couple of typos Bhaskar Chowdhury
2021-03-28 23:52   ` Bhaskar Chowdhury
2021-03-28 23:52   ` Bhaskar Chowdhury
2021-03-28 23:52   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 04/30] bcm-sba-raid.c: Few typos fixed Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 05/30] bcm2835-dma.c: Fix a typo Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 06/30] idma64.c: Fix couple of typos Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` Bhaskar Chowdhury [this message]
2021-03-28 23:53   ` [PATCH 07/30] iop-adma.c: Few typos fixed Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 08/30] mv_xor.c: Fix a typo Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 09/30] mv_xor.h: Fixed " Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 10/30] mv_xor_v2.c: Fix " Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 11/30] nbpfaxi.c: Fixed " Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 12/30] of-dma.c: " Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 13/30] s3c24xx-dma.c: Fix " Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 14/30] Revert "s3c24xx-dma.c: Fix a typo" Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-30 17:29   ` Vinod Koul
2021-03-30 17:29     ` Vinod Koul
2021-03-30 17:29     ` Vinod Koul
2021-03-30 17:29     ` Vinod Koul
2021-03-30 21:12     ` Bhaskar Chowdhury
2021-03-30 21:12       ` Bhaskar Chowdhury
2021-03-30 21:12       ` Bhaskar Chowdhury
2021-03-30 21:12       ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 15/30] s3c24xx-dma.c: Few typos fixed Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 16/30] st_fdma.h: Fix couple of typos Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 17/30] ste_dma40_ll.h: Fix a typo Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 18/30] tegra20-apb-dma.c: Fixed " Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 19/30] xgene-dma.c: Few spello fixes Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 20/30] at_hdmac.c: Quite a few " Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 21/30] owl-dma.c: Fix a typo Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 22/30] at_hdmac_regs.h: Couple of typo fixes Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 23/30] dma-jz4780.c: Fix a typo Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 24/30] Kconfig: Change Synopsys to Synopsis Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-30 11:43   ` Robin Murphy
2021-03-30 11:43     ` Robin Murphy
2021-03-30 11:43     ` Robin Murphy
2021-03-30 21:14     ` Bhaskar Chowdhury
2021-03-30 21:14       ` Bhaskar Chowdhury
2021-03-30 21:14       ` Bhaskar Chowdhury
2021-03-30 21:14       ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 25/30] ste_dma40.c: Few spello fixes Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 26/30] dw-axi-dmac-platform.c: Few typos fixed Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 27/30] dpaa2-qdma.c: Fix a typo Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 28/30] usb-dmac.c: " Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 29/30] edma.c: " Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53 ` [PATCH 30/30] xilinx_dma.c: " Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-28 23:53   ` Bhaskar Chowdhury
2021-03-29  5:29 ` [PATCH 00/30] DMA: Mundane typo fixes Christoph Hellwig
2021-03-29  5:29   ` Christoph Hellwig
2021-03-29  5:29   ` Christoph Hellwig
2021-03-29  5:55   ` Bhaskar Chowdhury
2021-03-29  5:55     ` Bhaskar Chowdhury
2021-03-29  5:55     ` Bhaskar Chowdhury
2021-03-29  5:55     ` Bhaskar Chowdhury
2021-03-29 11:48     ` Greg KH
2021-03-29 11:48       ` Greg KH
2021-03-29 11:48       ` Greg KH
2021-03-29 12:57       ` Bhaskar Chowdhury
2021-03-29 12:57         ` Bhaskar Chowdhury
2021-03-29 12:57         ` Bhaskar Chowdhury
2021-03-29 12:57         ` Bhaskar Chowdhury

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=a5e2587318ef5fc4e140caf86cfd89ff01027c72.1616971780.git.unixbhaskar@gmail.com \
    --to=unixbhaskar@gmail.com \
    --cc=dan.j.williams@intel.com \
    --cc=dave.jiang@intel.com \
    --cc=dmaengine@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hch@lst.de \
    --cc=iommu@lists.linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=rdunlap@infradead.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.