Searched hist:af49b016c0f97515ee193991af338c624271d839 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/dma/ioat/ |
H A D | init.c | diff af49b016c0f97515ee193991af338c624271d839 Tue Jul 14 13:15:45 CEST 2020 Lee Jones <lee.jones@linaro.org> dmaengine: ioat: init: Correct misspelling of function parameter 'c' for channel
Fixes the following W=1 kernel build warning(s):
drivers/dma/ioat/init.c:608: warning: Function parameter or member 'c' not described in 'ioat_free_chan_resources' drivers/dma/ioat/init.c:608: warning: Excess function parameter 'chan' description in 'ioat_free_chan_resources'
Signed-off-by: Lee Jones <lee.jones@linaro.org> Cc: Logan Gunthorpe <logang@deltatee.com> Link: https://lore.kernel.org/r/20200714111546.1755231-17-lee.jones@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
|