Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARC: fix typo in setup_dma_ops log message

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

authored by

Eugeniy Paltsev and committed by
Vineet Gupta
da31076f 97abfd5d

+1 -1
+1 -1
arch/arc/mm/dma.c
··· 101 101 if (is_isa_arcv2() && ioc_enable && coherent) 102 102 dev->dma_coherent = true; 103 103 104 - dev_info(dev, "use %sncoherent DMA ops\n", 104 + dev_info(dev, "use %scoherent DMA ops\n", 105 105 dev->dma_coherent ? "" : "non"); 106 106 } 107 107