Skip to content

Commit 7761057

Browse files
committed
dmaengine: sdxi: context: Remove low-value comments from sdxi_cxt
Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent bafa582 commit 7761057

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/dma/sdxi/context.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ struct sdxi_sq {
4949
};
5050

5151
struct sdxi_cxt {
52-
struct sdxi_dev *sdxi; /* owner */
52+
struct sdxi_dev *sdxi;
5353
unsigned int id;
5454

55-
__le64 __iomem *db; /* doorbell virt addr */
55+
__le64 __iomem *db;
5656

5757
struct sdxi_cxt_ctl *cxt_ctl;
5858
dma_addr_t cxt_ctl_dma;

0 commit comments

Comments
 (0)