diff mbox series

[trivial,2/6] dma: Fix misspelling of "Analog Devices"

Message ID 20200416103058.15269-3-geert+renesas@glider.be
State Accepted
Commit 2fea2906b5cbeffe49911e4735451af62fc121b4
Headers show
Series Fix misspellings of "Analog Devices" | expand

Commit Message

Geert Uytterhoeven April 16, 2020, 10:30 a.m. UTC
According to https://www.analog.com/, the company name is spelled
"Analog Devices".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/dma/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 0924836443152fb5..c35c0e03b40f026b 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -106,7 +106,7 @@  config AXI_DMAC
 	select REGMAP_MMIO
 	help
 	  Enable support for the Analog Devices AXI-DMAC peripheral. This DMA
-	  controller is often used in Analog Device's reference designs for FPGA
+	  controller is often used in Analog Devices' reference designs for FPGA
 	  platforms.
 
 config BCM_SBA_RAID