spi: bcm2835: Remove redundant semicolons

Remove unnecessary semicolons after comments.

Fixes: 3ecd37edaa ("spi: bcm2835: enable dma modes for transfers meeting certain conditions")
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Link: https://patch.msgid.link/20250812033817.487565-2-liaoyuanhong@vivo.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Liao Yuanhong
2025-08-12 11:38:16 +08:00
committed by Mark Brown
parent a1d0b0ae65
commit 0ecc0e17f0

View File

@@ -622,7 +622,7 @@ static void bcm2835_spi_dma_rx_done(void *data)
/* reset fifo and HW */
bcm2835_spi_reset_hw(bs);
/* and mark as completed */;
/* and mark as completed */
spi_finalize_current_transfer(ctlr);
}