Commit dd5720b3 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Vinod Koul

dma: dw: remove leftovers in the comment blocks

There is couple of leftovers in the comment blocks. This patch modifies the
comments accordingly.

There is no functional change.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 24066813
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
* of which use ARM any more). See the "Databook" from Synopsys for * of which use ARM any more). See the "Databook" from Synopsys for
* information beyond what licensees probably provide. * information beyond what licensees probably provide.
* *
* The driver has currently been tested only with the Atmel AT32AP7000, * The driver has been tested with the Atmel AT32AP7000, which does not
* which does not support descriptor writeback. * support descriptor writeback.
*/ */
static inline bool is_request_line_unset(struct dw_dma_chan *dwc) static inline bool is_request_line_unset(struct dw_dma_chan *dwc)
......
/* /*
* Driver for the Synopsys DesignWare DMA Controller (aka DMACA on * Driver for the Synopsys DesignWare DMA Controller
* AVR32 systems.)
* *
* Copyright (C) 2007 Atmel Corporation * Copyright (C) 2007 Atmel Corporation
* Copyright (C) 2010-2011 ST Microelectronics * Copyright (C) 2010-2011 ST Microelectronics
...@@ -44,8 +43,6 @@ struct dw_dma_slave { ...@@ -44,8 +43,6 @@ struct dw_dma_slave {
* @nr_masters: Number of AHB masters supported by the controller * @nr_masters: Number of AHB masters supported by the controller
* @data_width: Maximum data width supported by hardware per AHB master * @data_width: Maximum data width supported by hardware per AHB master
* (0 - 8bits, 1 - 16bits, ..., 5 - 256bits) * (0 - 8bits, 1 - 16bits, ..., 5 - 256bits)
* @sd: slave specific data. Used for configuring channels
* @sd_count: count of slave data structures passed.
*/ */
struct dw_dma_platform_data { struct dw_dma_platform_data {
unsigned int nr_channels; unsigned int nr_channels;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment