diff options
author | Alexander Popov <[email protected]> | 2014-05-15 18:15:31 +0400 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2014-05-22 10:36:38 +0530 |
commit | ba730340f96c01160b5f26f81e8fb38f8cb1821c (patch) | |
tree | 0d564b9adca260e29fd2baf51a653a0d9dfe0cbf | |
parent | 7587821d3d0812fde4799657aa6d32a57d655bcd (diff) |
dmaengine: fix comment typo
Fix comment typo.
Signed-off-by: Alexander Popov <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | include/linux/dmaengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 8300fb87b84a..cbb168e04dc1 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h @@ -292,7 +292,7 @@ struct dma_chan_dev { }; /** - * enum dma_slave_buswidth - defines bus with of the DMA slave + * enum dma_slave_buswidth - defines bus width of the DMA slave * device, source or target buses */ enum dma_slave_buswidth { |