diff options
author | Alexander Popov <a13xp0p0v88@gmail.com> | 2014-05-15 18:15:31 +0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-05-22 09:06:38 +0400 |
commit | ba730340f96c01160b5f26f81e8fb38f8cb1821c (patch) | |
tree | 0d564b9adca260e29fd2baf51a653a0d9dfe0cbf /include/linux/dmaengine.h | |
parent | 7587821d3d0812fde4799657aa6d32a57d655bcd (diff) | |
download | linux-ba730340f96c01160b5f26f81e8fb38f8cb1821c.tar.xz |
dmaengine: fix comment typo
Fix comment typo.
Signed-off-by: Alexander Popov <a13xp0p0v88@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/linux/dmaengine.h')
-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 { |