diff mbox

dmaengine: dw: amend description of dma_dev field

Message ID 1421168895-3790-1-git-send-email-andriy.shevchenko@linux.intel.com (mailing list archive)
State Accepted
Headers show

Commit Message

Andy Shevchenko Jan. 13, 2015, 5:08 p.m. UTC
The dma_dev field is widely used in filter functions to mach with a proper DMA
controller device. Thus it's not deprecated. The patch fixes the description of
that field. There is no functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/linux/platform_data/dma-dw.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul Jan. 13, 2015, 5:38 p.m. UTC | #1
On Tue, Jan 13, 2015 at 07:08:13PM +0200, Andy Shevchenko wrote:
> The dma_dev field is widely used in filter functions to mach with a proper DMA
> controller device. Thus it's not deprecated. The patch fixes the description of
> that field. There is no functional change.
> 
Applied, thanks
diff mbox

Patch

diff --git a/include/linux/platform_data/dma-dw.h b/include/linux/platform_data/dma-dw.h
index d8155c0..359127d 100644
--- a/include/linux/platform_data/dma-dw.h
+++ b/include/linux/platform_data/dma-dw.h
@@ -16,7 +16,7 @@ 
 /**
  * struct dw_dma_slave - Controller-specific information about a slave
  *
- * @dma_dev: required DMA master device. Depricated.
+ * @dma_dev:	required DMA master device
  * @src_id:	src request line
  * @dst_id:	dst request line
  * @src_master: src master for transfers on allocated channel.