diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2014-02-12 11:16:17 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-02-17 14:16:54 +0530 |
commit | dd5720b3006210ecdf4e3c8889e6051f432c4ba3 (patch) | |
tree | f2741ffa13709042461a3f5e5c8d313193070cfd /drivers/dma/dw | |
parent | 24066813d55bb4ea058fd4a8fbc3538dfe032782 (diff) | |
download | talos-obmc-linux-dd5720b3006210ecdf4e3c8889e6051f432c4ba3.tar.gz talos-obmc-linux-dd5720b3006210ecdf4e3c8889e6051f432c4ba3.zip |
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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/dw')
-rw-r--r-- | drivers/dma/dw/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/dw/core.c b/drivers/dma/dw/core.c index 13ac3f240e79..1b4509712847 100644 --- a/drivers/dma/dw/core.c +++ b/drivers/dma/dw/core.c @@ -33,8 +33,8 @@ * of which use ARM any more). See the "Databook" from Synopsys for * information beyond what licensees probably provide. * - * The driver has currently been tested only with the Atmel AT32AP7000, - * which does not support descriptor writeback. + * The driver has been tested with the Atmel AT32AP7000, which does not + * support descriptor writeback. */ static inline bool is_request_line_unset(struct dw_dma_chan *dwc) |