Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 905e0b5e authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

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



trivial fix to spelling mistake in dev_err error message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent d2c14c64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;