diff options
author | Alexander Popov <a13xp0p0v88@gmail.com> | 2014-05-15 10:15:31 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-05-22 01:06:38 -0400 |
commit | ba730340f96c01160b5f26f81e8fb38f8cb1821c (patch) | |
tree | 0d564b9adca260e29fd2baf51a653a0d9dfe0cbf | |
parent | 7587821d3d0812fde4799657aa6d32a57d655bcd (diff) |
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 { | |||
292 | }; | 292 | }; |
293 | 293 | ||
294 | /** | 294 | /** |
295 | * enum dma_slave_buswidth - defines bus with of the DMA slave | 295 | * enum dma_slave_buswidth - defines bus width of the DMA slave |
296 | * device, source or target buses | 296 | * device, source or target buses |
297 | */ | 297 | */ |
298 | enum dma_slave_buswidth { | 298 | enum dma_slave_buswidth { |