mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
793681dc7c
commit
94b39cb3ad
|
|
@ -388,7 +388,7 @@ static int mxs_spi_transfer_one(struct spi_controller *host,
|
||||||
TXRX_DEASSERT_CS : 0;
|
TXRX_DEASSERT_CS : 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Small blocks can be transfered via PIO.
|
* Small blocks can be transferred via PIO.
|
||||||
* Measured by empiric means:
|
* Measured by empiric means:
|
||||||
*
|
*
|
||||||
* dd if=/dev/mtdblock0 of=/dev/null bs=1024k count=1
|
* dd if=/dev/mtdblock0 of=/dev/null bs=1024k count=1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue