projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded091f
)
dmaengine: pl08x: fix pl08x_dma_chan_state documentation
author
Vinod Koul
<vinod.koul@intel.com>
Mon, 3 Apr 2017 03:32:36 +0000
(09:02 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Thu, 4 May 2017 10:36:21 +0000
(16:06 +0530)
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>
drivers/dma/amba-pl08x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/amba-pl08x.c
b/drivers/dma/amba-pl08x.c
index 286114ebbbb90972ab56e3632cd7473dc3d01331..0e03f0fdacac1cedc6210c1c972a14b2cdd8e76c 100644
(file)
--- 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