spi/bfin_spi: fix typo in comment
Signed-off-by: Rob Maris <maris.rob@vdi.de> Signed-off-by: Barry Song <barry.song@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
7715aad4ef
commit
e35954053c
@ -364,7 +364,7 @@ static const struct transfer_ops bfin_transfer_ops_u16 = {
|
|||||||
.duplex = bfin_spi_u16_duplex,
|
.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)
|
static void *bfin_spi_next_transfer(struct master_data *drv_data)
|
||||||
{
|
{
|
||||||
struct spi_message *msg = drv_data->cur_msg;
|
struct spi_message *msg = drv_data->cur_msg;
|
||||||
|
Loading…
Reference in New Issue
Block a user