Skip to content

Commit 1afe323

Browse files
committed
dmaengine: sdxi: Spelling fix (operatation -> operation)
Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 5f37bf1 commit 1afe323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/sdxi/sdxi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ struct sdxi_dev {
7070
/* hardware capabilities (from cap0 & cap1) */
7171
u32 db_stride; /* doorbell stride in bytes */
7272
u16 max_cxtid; /* Maximum context ID allowed. */
73-
u32 op_grp_cap; /* supported operatation group cap */
73+
u32 op_grp_cap; /* supported operation group cap */
7474

7575
struct sdxi_cxt_L2_table *L2_table;
7676
dma_addr_t L2_dma;

0 commit comments

Comments
 (0)