Skip to content

Commit 94b39cb

Browse files
Xichao Zhaobroonie
authored andcommitted
spi: mxs: fix "transfered"->"transferred"
Trivial fix to spelling mistake in comment text. Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com> Message-ID: <20250903020347.563003-1-zhao.xichao@vivo.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 793681d commit 94b39cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/spi/spi-mxs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ static int mxs_spi_transfer_one(struct spi_controller *host,
388388
TXRX_DEASSERT_CS : 0;
389389

390390
/*
391-
* Small blocks can be transfered via PIO.
391+
* Small blocks can be transferred via PIO.
392392
* Measured by empiric means:
393393
*
394394
* dd if=/dev/mtdblock0 of=/dev/null bs=1024k count=1

0 commit comments

Comments
 (0)