Skip to content

Commit 0085261

Browse files
committed
dmaengine: sdxi: dma: Remove long C++-style comment from sdxi_dma_desc
Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 1afe323 commit 0085261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/sdxi/dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct sdxi_dma_dev {
7474
struct sdxi_dma_desc {
7575
struct virt_dma_desc vdesc;
7676
struct sdxi_ring_resv resv;
77-
struct sdxi_completion *completion; // Should this be optional? Maybe there should always be one completion per txd.
77+
struct sdxi_completion *completion;
7878
};
7979

8080
static struct sdxi_dma_chan *to_sdxi_dma_chan(const struct dma_chan *dma_chan)

0 commit comments

Comments
 (0)