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 in comment

"on of these" should be "one of these".

Fixes: 77d942ceacbad ("ktest: Create variables for the ktest config files")
Link: https://lore.kernel.org/20240902124645.5674-1-bajing@cmss.chinamobile.com
Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

authored by

Ba Jing and committed by
Steven Rostedt
770221a3 776735b9

+1 -1
+1 -1
tools/testing/ktest/ktest.pl
··· 1245 1245 # Config variables are only active while reading the 1246 1246 # config and can be defined anywhere. They also ignore 1247 1247 # TEST_START and DEFAULTS, but are skipped if they are in 1248 - # on of these sections that have SKIP defined. 1248 + # one of these sections that have SKIP defined. 1249 1249 # The save variable can be 1250 1250 # defined multiple times and the new one simply overrides 1251 1251 # the previous one.