diff options
author | Alexander Popov <a13xp0p0v88@gmail.com> | 2014-05-15 16:15:31 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-05-22 07:06:38 +0200 |
commit | ba730340f96c01160b5f26f81e8fb38f8cb1821c (patch) | |
tree | 0d564b9adca260e29fd2baf51a653a0d9dfe0cbf | |
parent | dma: remove DEFINE_PCI_DEVICE_TABLE macro (diff) | |
download | linux-ba730340f96c01160b5f26f81e8fb38f8cb1821c.tar.xz linux-ba730340f96c01160b5f26f81e8fb38f8cb1821c.zip |
dmaengine: fix comment typo
Fix comment typo.
Signed-off-by: Alexander Popov <a13xp0p0v88@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-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 { |