Skip to content

Commit

Permalink
spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Mark Brown committed Jun 28, 2016
1 parent 1a695a9 commit b7ddfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi-loopback-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b7ddfb9

Please sign in to comment.