dma: fix comment for num_channels_busy

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2018-06-12 11:31:06 -07:00 committed by Liam Girdwood
parent b0affc18c3
commit 7b137b4056
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ struct dma {
struct dma_plat_data plat_data;
spinlock_t lock;
const struct dma_ops *ops;
atomic_t num_channels_busy; /* number of channels draining */
atomic_t num_channels_busy; /* number of busy channels */
void *private;
};