Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3595405 authored by Rob Maris's avatar Rob Maris Committed by Mike Frysinger
Browse files

spi/bfin_spi: fix typo in comment



Signed-off-by: default avatarRob Maris <maris.rob@vdi.de>
Signed-off-by: default avatarBarry Song <barry.song@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 7715aad4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ static const struct transfer_ops bfin_transfer_ops_u16 = {
	.duplex = bfin_spi_u16_duplex,
};

/* test if ther is more transfer to be done */
/* test if there is more transfer to be done */
static void *bfin_spi_next_transfer(struct master_data *drv_data)
{
	struct spi_message *msg = drv_data->cur_msg;