Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: bcm2835: Remove redundant semicolons

Remove unnecessary semicolons after comments.

Fixes: 3ecd37edaa2a6 ("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>

authored by

Liao Yuanhong and committed by
Mark Brown
0ecc0e17 a1d0b0ae

+1 -1
+1 -1
drivers/spi/spi-bcm2835.c
··· 622 622 /* reset fifo and HW */ 623 623 bcm2835_spi_reset_hw(bs); 624 624 625 - /* and mark as completed */; 625 + /* and mark as completed */ 626 626 spi_finalize_current_transfer(ctlr); 627 627 } 628 628