mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 13:15:57 +00:00
spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch"
trivial fix to spelling mistake in dev_err message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
1a695a905c
commit
b7ddfb9f49
@ -536,7 +536,7 @@ static int spi_test_check_loopback_result(struct spi_device *spi,
|
||||
|
||||
mismatch_error:
|
||||
dev_err(&spi->dev,
|
||||
"loopback strangeness - transfer missmatch on byte %04zx - expected 0x%02x, but got 0x%02x\n",
|
||||
"loopback strangeness - transfer mismatch on byte %04zx - expected 0x%02x, but got 0x%02x\n",
|
||||
i, txb, rxb);
|
||||
|
||||
return -EINVAL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user