mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 07:50:53 +07:00
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>
This commit is contained in:
parent
d2c14c64d6
commit
905e0b5ef9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user