Skip to content

Commit 2528177

Browse files
committed
Remove superfluous linefeed
1 parent bcababf commit 2528177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ int spi_init(void)
548548
return 0;
549549
}
550550

551-
LOG(ALL, "csr-spi-ftdi " VERSION ", git rev " GIT_REVISION "\n");
551+
LOG(ALL, "csr-spi-ftdi " VERSION ", git rev " GIT_REVISION);
552552

553553
if (ftdi_init(&ftdic) < 0) {
554554
SPI_ERR("FTDI: init failed");

0 commit comments

Comments
 (0)