Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b9019a7 authored by Daniel Mack's avatar Daniel Mack Committed by Vinod Koul
Browse files

dma: dmagengine: fix function names in comments



Trivial fix for function name mismatches I stumbled over.

Signed-off-by: default avatarDaniel Mack <zonque@gmail.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent c4f6c41b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -504,7 +504,7 @@ static struct dma_chan *private_candidate(const dma_cap_mask_t *mask,
}
}


/**
/**
 * dma_request_channel - try to get specific channel exclusively
 * dma_request_slave_channel - try to get specific channel exclusively
 * @chan: target channel
 * @chan: target channel
 */
 */
struct dma_chan *dma_get_slave_channel(struct dma_chan *chan)
struct dma_chan *dma_get_slave_channel(struct dma_chan *chan)
@@ -530,7 +530,7 @@ struct dma_chan *dma_get_slave_channel(struct dma_chan *chan)
EXPORT_SYMBOL_GPL(dma_get_slave_channel);
EXPORT_SYMBOL_GPL(dma_get_slave_channel);


/**
/**
 * dma_request_channel - try to allocate an exclusive channel
 * __dma_request_channel - try to allocate an exclusive channel
 * @mask: capabilities that the channel must satisfy
 * @mask: capabilities that the channel must satisfy
 * @fn: optional callback to disposition available channels
 * @fn: optional callback to disposition available channels
 * @fn_param: opaque parameter to pass to dma_filter_fn
 * @fn_param: opaque parameter to pass to dma_filter_fn