1
0
Fork 0

spi: loopback-test: fix spelling mistake: "minimam" -> "minimum"

trivial fix to spelling mistake in dev_err error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
zero-colors
Colin Ian King 2017-03-30 11:01:25 +01:00 committed by Mark Brown
parent d2c14c64d6
commit 905e0b5ef9
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ static int spi_test_check_elapsed_time(struct spi_device *spi,
estimated_time += delay_usecs * NSEC_PER_USEC;
if (test->elapsed_time < estimated_time) {
dev_err(&spi->dev,
"elapsed time %lld ns is shorter than minimam estimated time %lld ns\n",
"elapsed time %lld ns is shorter than minimum estimated time %lld ns\n",
test->elapsed_time, estimated_time);
return -EINVAL;