linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/30] DMA: Mundane typo fixes
@ 2021-03-28 23:52 Bhaskar Chowdhury
  2021-03-28 23:52 ` [PATCH 01/30] acpi-dma.c: Fix couple of typos Bhaskar Chowdhury
                   ` (30 more replies)
  0 siblings, 31 replies; 39+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-28 23:52 UTC (permalink / raw)
  To: dmaengine, dri-devel, hch, iommu, linuxppc-dev, dave.jiang,
	dan.j.williams
  Cc: Bhaskar Chowdhury, rdunlap, linux-kernel

This patch series fixes some trivial and rudimentary spellings in the COMMENT
sections.

Bhaskar Chowdhury (30):
  acpi-dma.c: Fix couple of typos
  altera-msgdma.c: Couple of typos fixed
  amba-pl08x.c: Fixed couple of typos
  bcm-sba-raid.c: Few typos fixed
  bcm2835-dma.c: Fix a typo
  idma64.c: Fix couple of typos
  iop-adma.c: Few typos fixed
  mv_xor.c: Fix a typo
  mv_xor.h: Fixed a typo
  mv_xor_v2.c: Fix a typo
  nbpfaxi.c: Fixed a typo
  of-dma.c: Fixed a typo
  s3c24xx-dma.c: Fix a typo
  Revert "s3c24xx-dma.c: Fix a typo"
  s3c24xx-dma.c: Few typos fixed
  st_fdma.h: Fix couple of typos
  ste_dma40_ll.h: Fix a typo
  tegra20-apb-dma.c: Fixed a typo
  xgene-dma.c: Few spello fixes
  at_hdmac.c: Quite a few spello fixes
  owl-dma.c: Fix a typo
  at_hdmac_regs.h: Couple of typo fixes
  dma-jz4780.c: Fix a typo
  Kconfig: Change Synopsys to Synopsis
  ste_dma40.c: Few spello fixes
  dw-axi-dmac-platform.c: Few typos fixed
  dpaa2-qdma.c: Fix a typo
  usb-dmac.c: Fix a typo
  edma.c: Fix a typo
  xilinx_dma.c: Fix a typo

 drivers/dma/Kconfig                            |  8 ++++----
 drivers/dma/acpi-dma.c                         |  4 ++--
 drivers/dma/altera-msgdma.c                    |  4 ++--
 drivers/dma/amba-pl08x.c                       |  4 ++--
 drivers/dma/at_hdmac.c                         | 14 +++++++-------
 drivers/dma/at_hdmac_regs.h                    |  4 ++--
 drivers/dma/bcm-sba-raid.c                     |  8 ++++----
 drivers/dma/bcm2835-dma.c                      |  2 +-
 drivers/dma/dma-jz4780.c                       |  2 +-
 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c |  8 ++++----
 drivers/dma/idma64.c                           |  4 ++--
 drivers/dma/iop-adma.c                         |  6 +++---
 drivers/dma/mv_xor.c                           |  2 +-
 drivers/dma/mv_xor.h                           |  2 +-
 drivers/dma/mv_xor_v2.c                        |  2 +-
 drivers/dma/nbpfaxi.c                          |  2 +-
 drivers/dma/of-dma.c                           |  2 +-
 drivers/dma/owl-dma.c                          |  2 +-
 drivers/dma/s3c24xx-dma.c                      |  6 +++---
 drivers/dma/sh/shdmac.c                        |  2 +-
 drivers/dma/sh/usb-dmac.c                      |  2 +-
 drivers/dma/st_fdma.h                          |  4 ++--
 drivers/dma/ste_dma40.c                        | 10 +++++-----
 drivers/dma/ste_dma40_ll.h                     |  2 +-
 drivers/dma/tegra20-apb-dma.c                  |  2 +-
 drivers/dma/ti/edma.c                          |  2 +-
 drivers/dma/xgene-dma.c                        |  6 +++---
 drivers/dma/xilinx/xilinx_dma.c                |  2 +-
 28 files changed, 59 insertions(+), 59 deletions(-)

--
2.26.3


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

end of thread, other threads:[~2021-03-30 21:15 UTC | newest]

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

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).