Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ktest.pl: Fix typo "accesing"

There is a spelling mistake of 'accesing' in comments which should
be 'accessing'.

Fixes: 6d76f469c8ac9 ("ktest: Add useful example configs")
Link: https://lore.kernel.org/8714AE3735C0EA0B+20241218140437.194906-1-wangyuli@uniontech.com
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

authored by

WangYuli and committed by
Steven Rostedt
f3a30016 770221a3

+1 -1
+1 -1
tools/testing/ktest/examples/include/defaults.conf
··· 46 46 47 47 SSH_USER = root 48 48 49 - # For accesing the machine, we will ssh to root@machine. 49 + # For accessing the machine, we will ssh to root@machine. 50 50 SSH := ssh ${SSH_USER}@${MACHINE} 51 51 52 52 # Update this. The default here is ktest will ssh to the target box