]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mmc: dw_mmc: Move misplaced comment
authorShawn Lin <shawn.lin@rock-chips.com>
Thu, 9 Apr 2026 07:48:12 +0000 (15:48 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 11 May 2026 13:28:58 +0000 (15:28 +0200)
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>
drivers/mmc/host/dw_mmc.h

index 42e58be74ce090ec5b37d8864597c161e3e35db1..14fb2b309c7c6b94cd104cd79c5adbb4e7bccd18 100644 (file)
@@ -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