From: Colin Ian King Date: Thu, 27 Oct 2022 08:20:17 +0000 (+0100) Subject: selftests/watchdog: Fix spelling mistake "Temeprature" -> "Temperature" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ecc7d67af402dda4b4d353dfa9837339319c9d4d;p=linux.git selftests/watchdog: Fix spelling mistake "Temeprature" -> "Temperature" There is a spelling mistake in a print statement. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/watchdog/watchdog-test.c b/tools/testing/selftests/watchdog/watchdog-test.c index fb3ca67785c20..bc71cbca0dde7 100644 --- a/tools/testing/selftests/watchdog/watchdog-test.c +++ b/tools/testing/selftests/watchdog/watchdog-test.c @@ -260,7 +260,7 @@ int main(int argc, char *argv[]) if (ret) printf("WDIOC_GETTEMP: '%s'\n", strerror(errno)); else - printf("Temeprature: %d\n", temperature); + printf("Temperature %d\n", temperature); break; case 't':