All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] selftests/watchdog: Fix spelling mistake "Temeprature" -> "Temperature"
@ 2022-10-27  8:20 Colin Ian King
  0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2022-10-27  8:20 UTC (permalink / raw)
  To: Shuah Khan, linux-kselftest; +Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a print statement. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-27  8:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27  8:20 [PATCH][next] selftests/watchdog: Fix spelling mistake "Temeprature" -> "Temperature" Colin Ian King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.