diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-04-03 09:02:36 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-05-04 16:06:21 +0530 |
commit | 8ee1bdc5a46cf818e2192c11bc1294a7dbad36c8 (patch) | |
tree | cc930d6e199bded0b5db2350516d6898938b775c /drivers/dma | |
parent | ded091fee6806b7120f475d89c151d611758a395 (diff) | |
download | talos-op-linux-8ee1bdc5a46cf818e2192c11bc1294a7dbad36c8.tar.gz talos-op-linux-8ee1bdc5a46cf818e2192c11bc1294a7dbad36c8.zip |
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>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/amba-pl08x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c index 286114ebbbb9..0e03f0fdacac 100644 --- a/drivers/dma/amba-pl08x.c +++ b/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 * @PL08X_CHAN_IDLE: the channel is idle * @PL08X_CHAN_RUNNING: the channel has allocated a physical transport |