mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
mmc: dw_mmc: Move misplaced comment
It was originally part of the @cmd_status field description but became separated and now appears between @ring_size and @dms without proper context. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
3e0483e93a
commit
915b559f7a
|
|
@ -78,8 +78,8 @@ struct dw_mci_dma_slave {
|
|||
* @sg_cpu: Virtual address of DMA buffer.
|
||||
* @dma_ops: Pointer to DMA callbacks.
|
||||
* @cmd_status: Snapshot of SR taken upon completion of the current
|
||||
* @ring_size: Buffer size for idma descriptors.
|
||||
* command. Only valid when EVENT_CMD_COMPLETE is pending.
|
||||
* @ring_size: Buffer size for idma descriptors.
|
||||
* @dms: structure of slave-dma private data.
|
||||
* @phy_regs: physical address of controller's register map
|
||||
* @data_status: Snapshot of SR taken upon completion of the current
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user