[<prev] [next>] [day] [month] [year] [list]
Message-ID: <12F267F034E1576D+20250105043014.169078-1-wangyuli@uniontech.com>
Date: Sun, 5 Jan 2025 12:30:14 +0800
From: WangYuli <wangyuli@...ontech.com>
To: rostedt@...dmis.org,
warthog9@...lescrag.net,
wangyuli@...ontech.com,
sj@...nel.org
Cc: linux-kernel@...r.kernel.org,
kuba@...nel.org,
ast@...nel.org,
skhan@...uxfoundation.org,
andrii@...nel.org,
akpm@...ux-foundation.org,
keescook@...omium.org,
joe@...ches.com,
standby24x7@...il.com,
guanwentao@...ontech.com,
zhanjun@...ontech.com
Subject: [PATCH v3] ktest: Fix typo "accesing"
There is a spelling mistake of 'accesing' in comments which should
be 'accessing'.
Commit 66b47b4a9dad ("checkpatch: look for common misspellings") has
added this typo into scripts/spelling.txt.
Link: https://lore.kernel.org/all/20241218144922.48cab33a@gandalf.local.home/
Link: https://lore.kernel.org/all/71106AB578CF6173+20241225022902.446142-1-wangyuli@uniontech.com/
Reviewed-by: SeongJae Park <sj@...nel.org>
Signed-off-by: WangYuli <wangyuli@...ontech.com>
--
Change log:
*v1 -> v2: Make the subject start with "ktest:" and add SeongJae Park's
"Reviewed-by" tag.
v2 -> v3: Provide a more detailed commit message.
---
tools/testing/ktest/examples/include/defaults.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/ktest/examples/include/defaults.conf b/tools/testing/ktest/examples/include/defaults.conf
index 63a1a83f4f0b..f6d8517a471e 100644
--- a/tools/testing/ktest/examples/include/defaults.conf
+++ b/tools/testing/ktest/examples/include/defaults.conf
@@ -46,7 +46,7 @@ CLEAR_LOG = 1
SSH_USER = root
-# For accesing the machine, we will ssh to root@...hine.
+# For accessing the machine, we will ssh to root@...hine.
SSH := ssh ${SSH_USER}@...ACHINE}
# Update this. The default here is ktest will ssh to the target box
--
2.45.2
Powered by blists - more mailing lists