[RESEND. PATCH] tools/testing: Fix typo "accesing"

WangYuli posted 1 patch 12 months ago
tools/testing/ktest/examples/include/defaults.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[RESEND. PATCH] tools/testing: Fix typo "accesing"
Posted by WangYuli 12 months ago
There is a spelling mistake of 'accesing' in comments which should
be 'accessing'.

Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
 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@machine.
+# For accessing the machine, we will ssh to root@machine.
 SSH := ssh ${SSH_USER}@${MACHINE}
 
 # Update this. The default here is ktest will ssh to the target box
-- 
2.45.2
Re: [RESEND. PATCH] tools/testing: Fix typo "accesing"
Posted by Steven Rostedt 12 months ago
On Wed, 18 Dec 2024 22:04:37 +0800
WangYuli <wangyuli@uniontech.com> wrote:

> There is a spelling mistake of 'accesing' in comments which should
> be 'accessing'.
> 
> Signed-off-by: WangYuli <wangyuli@uniontech.com>
> ---
>  tools/testing/ktest/examples/include/defaults.conf | 2 +-

The subject should start with "ktest:" or "ktest.pl:", because that's how I
search my inbox for ktest patches. If you don't have that, then I don't see
it.

I just happened to noticed that this patch was related to ktest.

Although, I'll likely modify my internal Patchwork to search for content
that has "tools/testing/ktest" in the body.

-- Steve


>  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@machine.
> +# For accessing the machine, we will ssh to root@machine.
>  SSH := ssh ${SSH_USER}@${MACHINE}
>  
>  # Update this. The default here is ktest will ssh to the target box
Re: [RESEND. PATCH] tools/testing: Fix typo "accesing"
Posted by WangYuli 11 months, 3 weeks ago
On 2024/12/19 03:49, Steven Rostedt wrote:
> The subject should start with "ktest:" or "ktest.pl:", because that's how I
> search my inbox for ktest patches. If you don't have that, then I don't see
> it.
>
> I just happened to noticed that this patch was related to ktest.
>
> Although, I'll likely modify my internal Patchwork to search for content
> that has "tools/testing/ktest" in the body.
>
> -- Steve
>
Hi, I have attached the new patch as requested for your review.

Link: 
https://lore.kernel.org/all/71106AB578CF6173+20241225022902.446142-1-wangyuli@uniontech.com/ 


Please let me know if you have any questions.


Thanks,
-- 
WangYuli