Skip to content

Commit 19ca308

Browse files
committed
dmaengine: sdxi: descriptor: Remove extra newline in sdxi_encode_intr()
Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 91f4ab5 commit 19ca308

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/dma/sdxi/descriptor.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ int sdxi_encode_intr(struct sdxi_desc *desc,
112112

113113
csb_ptr = FIELD_PREP(SDXI_DSC_NP, 1);
114114

115-
116115
*desc = (typeof(*desc)) {
117116
.intr = (typeof(desc->intr)) {
118117
.opcode = cpu_to_le32(opcode),

0 commit comments

Comments
 (0)