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

dmaengine: Grammar s/the its/its/, s/need/needs/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Geert Uytterhoeven and committed by
Vinod Koul
fe333389 f4a9fe97

+2 -2
+2 -2
drivers/dma/dmaengine.c
··· 73 73 /* --- sysfs implementation --- */ 74 74 75 75 /** 76 - * dev_to_dma_chan - convert a device pointer to the its sysfs container object 76 + * dev_to_dma_chan - convert a device pointer to its sysfs container object 77 77 * @dev - device node 78 78 * 79 79 * Must be called under dma_list_mutex ··· 717 717 chan = acpi_dma_request_slave_chan_by_name(dev, name); 718 718 719 719 if (chan) { 720 - /* Valid channel found or requester need to be deferred */ 720 + /* Valid channel found or requester needs to be deferred */ 721 721 if (!IS_ERR(chan) || PTR_ERR(chan) == -EPROBE_DEFER) 722 722 return chan; 723 723 }