diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-04 10:37:53 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 11:57:12 -0400 |
commit | d73111c6d43f08d697a3d986fe3bd8ca796a2096 (patch) | |
tree | 37d2c0e7e75c461ce4fa333ed5c7a1d74f2d9ff3 /drivers/dma/intel_mid_dma_regs.h | |
parent | 886db6acf468bb6684e936a5456d470c69a75ef8 (diff) |
dma: fix comments
Correct spelling typo in drivers/dma.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/dma/intel_mid_dma_regs.h')
-rw-r--r-- | drivers/dma/intel_mid_dma_regs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/intel_mid_dma_regs.h b/drivers/dma/intel_mid_dma_regs.h index 1bfa9268feaf..17b42192ea58 100644 --- a/drivers/dma/intel_mid_dma_regs.h +++ b/drivers/dma/intel_mid_dma_regs.h | |||
@@ -168,9 +168,9 @@ union intel_mid_dma_cfg_hi { | |||
168 | * @active_list: current active descriptors | 168 | * @active_list: current active descriptors |
169 | * @queue: current queued up descriptors | 169 | * @queue: current queued up descriptors |
170 | * @free_list: current free descriptors | 170 | * @free_list: current free descriptors |
171 | * @slave: dma slave struture | 171 | * @slave: dma slave structure |
172 | * @descs_allocated: total number of decsiptors allocated | 172 | * @descs_allocated: total number of descriptors allocated |
173 | * @dma: dma device struture pointer | 173 | * @dma: dma device structure pointer |
174 | * @busy: bool representing if ch is busy (active txn) or not | 174 | * @busy: bool representing if ch is busy (active txn) or not |
175 | * @in_use: bool representing if ch is in use or not | 175 | * @in_use: bool representing if ch is in use or not |
176 | * @raw_tfr: raw trf interrupt received | 176 | * @raw_tfr: raw trf interrupt received |