Skip to content

Commit 8de664b

Browse files
dbdma.h: remove superfluous semicolon.
1 parent 6c12c34 commit 8de664b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devices/common/dbdma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class DMAChannel : public DmaBidirChannel, public DmaChannel {
129129
void register_dma_int(InterruptCtrl* int_ctrl_obj, uint64_t irq_id) {
130130
this->int_ctrl = int_ctrl_obj;
131131
this->irq_id = irq_id;
132-
};
132+
}
133133

134134
protected:
135135
DMACmd* fetch_cmd(uint32_t cmd_addr, DMACmd* p_cmd, bool *is_writable);

0 commit comments

Comments
 (0)