浏览代码

dmaengine: pl08x: fix pl08x_dma_chan_state documentation

Documentation for pl08x_dma_chan_state mentions it as struct whereas it is a
enum, so fix that

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Vinod Koul 8 年之前
父节点
当前提交
8ee1bdc5a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/dma/amba-pl08x.c

+ 1 - 1
drivers/dma/amba-pl08x.c

@@ -206,7 +206,7 @@ struct pl08x_txd {
 };
 };
 
 
 /**
 /**
- * struct pl08x_dma_chan_state - holds the PL08x specific virtual channel
+ * enum pl08x_dma_chan_state - holds the PL08x specific virtual channel
  * states
  * states
  * @PL08X_CHAN_IDLE: the channel is idle
  * @PL08X_CHAN_IDLE: the channel is idle
  * @PL08X_CHAN_RUNNING: the channel has allocated a physical transport
  * @PL08X_CHAN_RUNNING: the channel has allocated a physical transport