[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221027082017.3255055-1-colin.i.king@gmail.com>
Date: Thu, 27 Oct 2022 09:20:17 +0100
From: Colin Ian King <colin.i.king@...il.com>
To: Shuah Khan <shuah@...nel.org>, linux-kselftest@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH][next] selftests/watchdog: Fix spelling mistake "Temeprature" -> "Temperature"
There is a spelling mistake in a print statement. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
tools/testing/selftests/watchdog/watchdog-test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/watchdog/watchdog-test.c b/tools/testing/selftests/watchdog/watchdog-test.c
index fb3ca67785c2..bc71cbca0dde 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':
--
2.37.3
Powered by blists - more mailing lists