[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250519083840.57099-1-anishdabhane71@gmail.com>
Date: Mon, 19 May 2025 14:08:38 +0530
From: Anish Dabhane <anishdabhane71@...il.com>
To: skhan@...uxfoundation.org
Cc: Anish Dabhane <anishdabhane71@...il.com>,
linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linux.dev,
linux-kselftest@...r.kernel.org
Subject: [PATCH] selftests: cachestat: fix typo in error message
Fixes a grammatical error in the output where the word 'to' was missing.
Signed-off-by: Anish Dabhane <anishdabhane71@...il.com>
---
tools/testing/selftests/cachestat/test_cachestat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/cachestat/test_cachestat.c b/tools/testing/selftests/cachestat/test_cachestat.c
index 632ab44737ec..1406bc9f2b87 100644
--- a/tools/testing/selftests/cachestat/test_cachestat.c
+++ b/tools/testing/selftests/cachestat/test_cachestat.c
@@ -76,7 +76,7 @@ bool write_exactly(int fd, size_t filesize)
ssize_t write_len = write(fd, cursor, remained);
if (write_len <= 0) {
- ksft_print_msg("Unable write random data to file.\n");
+ ksft_print_msg("Unable to write random data to file.\n");
ret = false;
goto out_free_data;
}
--
2.49.0
Powered by blists - more mailing lists