diff mbox series

[04/10] dmaengine: at_hdmac: Drop description for a not defined parameter

Message ID 20200123140237.125799-4-tudor.ambarus@microchip.com (mailing list archive)
State Accepted
Headers show
Series [01/10] dmaengine: at_hdmac: Substitute kzalloc with kmalloc | expand

Commit Message

Tudor Ambarus Jan. 23, 2020, 2:03 p.m. UTC
From: Tudor Ambarus <tudor.ambarus@microchip.com>

Probably a leftover, drop it.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
---
 drivers/dma/at_hdmac.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c
index e17b75075904..44d998bc894b 100644
--- a/drivers/dma/at_hdmac.c
+++ b/drivers/dma/at_hdmac.c
@@ -1523,7 +1523,6 @@  static void atc_issue_pending(struct dma_chan *chan)
 /**
  * atc_alloc_chan_resources - allocate resources for DMA channel
  * @chan: allocate descriptor resources for this channel
- * @client: current client requesting the channel be ready for requests
  *
  * return - the number of allocated descriptors
  */