Re: [PATCH v2] kselftests:grammer correction

From: Shivam Chaudhary
Date: Wed Aug 20 2025 - 18:16:18 EST



On 20/08/25 6:28 PM, Pavan Bobba wrote:
correct a minor grammer mistake

grammer should be grammar , spelling.txt does not have this, that is why missed by checkpatch.

Also use proper subject prefix kselftests: should be selftests: acct:

please Send v3

Signed-off-by: Pavan Bobba <opensource206@xxxxxxxxx>
---
v1 -> v2 : changed the "corrected" word to "correct" word in message
description to follow the convention
tools/testing/selftests/acct/acct_syscall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/acct/acct_syscall.c b/tools/testing/selftests/acct/acct_syscall.c
index 87c044fb9293..ee2894e4f7bc 100644
--- a/tools/testing/selftests/acct/acct_syscall.c
+++ b/tools/testing/selftests/acct/acct_syscall.c
@@ -22,7 +22,7 @@ int main(void)
ksft_print_header();
ksft_set_plan(1);
- // Check if test is run a root
+ // Check if test is run as root
if (geteuid()) {
ksft_exit_skip("This test needs root to run!\n");
return 1;