On 12:43 Tue 30 Mar 2021, Robin Murphy wrote: >On 2021-03-29 00:53, Bhaskar Chowdhury wrote: >> s/Synopsys/Synopsis/ .....two different places. > >Erm, that is definitely not a typo... :/ > >> ..and for some unknown reason it introduce a empty line deleted and added >> back. > >Presumably your editor is configured to trim trailing whitespace on save. > >Furthermore, there are several instances in the other patches where your >"corrections" are grammatically incorrect, I'm not sure what the deal is >with patch #14, and you've also used the wrong subsystem name (it should >be "dmaengine"). It's great to want to clean things up, but please pay a >bit of care and attention to what you're actually doing. Thank you so much, I shall be more careful. > >Robin. > >> Signed-off-by: Bhaskar Chowdhury >> --- >> drivers/dma/Kconfig | 8 ++++---- >> 1 file changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig >> index 0c2827fd8c19..30e8cc26f43b 100644 >> --- a/drivers/dma/Kconfig >> +++ b/drivers/dma/Kconfig >> @@ -170,15 +170,15 @@ config DMA_SUN6I >> Support for the DMA engine first found in Allwinner A31 SoCs. >> >> config DW_AXI_DMAC >> - tristate "Synopsys DesignWare AXI DMA support" >> + tristate "Synopsis DesignWare AXI DMA support" >> depends on OF || COMPILE_TEST >> depends on HAS_IOMEM >> select DMA_ENGINE >> select DMA_VIRTUAL_CHANNELS >> help >> - Enable support for Synopsys DesignWare AXI DMA controller. >> + Enable support for Synopsis DesignWare AXI DMA controller. >> NOTE: This driver wasn't tested on 64 bit platform because >> - of lack 64 bit platform with Synopsys DW AXI DMAC. >> + of lack 64 bit platform with Synopsis DW AXI DMAC. >> >> config EP93XX_DMA >> bool "Cirrus Logic EP93xx DMA support" >> @@ -394,7 +394,7 @@ config MOXART_DMA >> select DMA_VIRTUAL_CHANNELS >> help >> Enable support for the MOXA ART SoC DMA controller. >> - >> + >> Say Y here if you enabled MMP ADMA, otherwise say N. >> >> config MPC512X_DMA >> -- >> 2.26.3 >> >> _______________________________________________ >> iommu mailing list >> iommu@lists.linux-foundation.org >> https://lists.linuxfoundation.org/mailman/listinfo/iommu >>