Skip to content

Commit afbac6c

Browse files
standby24x7rostedt
authored andcommitted
ktest: Fix some typos in sample.conf
This patch fixes some spelling typo in sample.conf Link: http://lkml.kernel.org/r/[email protected] Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Masanari Iida <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent 98d54f8 commit afbac6c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tools/testing/ktest/sample.conf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
# Options set in the beginning of the file are considered to be
13-
# default options. These options can be overriden by test specific
13+
# default options. These options can be overridden by test specific
1414
# options, with the following exceptions:
1515
#
1616
# LOG_FILE
@@ -204,7 +204,7 @@
204204
#
205205
# This config file can also contain "config variables".
206206
# These are assigned with ":=" instead of the ktest option
207-
# assigment "=".
207+
# assignment "=".
208208
#
209209
# The difference between ktest options and config variables
210210
# is that config variables can be used multiple times,
@@ -263,7 +263,7 @@
263263
#### Using options in other options ####
264264
#
265265
# Options that are defined in the config file may also be used
266-
# by other options. All options are evaulated at time of
266+
# by other options. All options are evaluated at time of
267267
# use (except that config variables are evaluated at config
268268
# processing time).
269269
#
@@ -707,7 +707,7 @@
707707

708708
# Line to define a successful boot up in console output.
709709
# This is what the line contains, not the entire line. If you need
710-
# the entire line to match, then use regural expression syntax like:
710+
# the entire line to match, then use regular expression syntax like:
711711
# (do not add any quotes around it)
712712
#
713713
# SUCCESS_LINE = ^MyBox Login:$
@@ -839,7 +839,7 @@
839839
# (ignored if POWEROFF_ON_SUCCESS is set)
840840
#REBOOT_ON_SUCCESS = 1
841841

842-
# In case there are isses with rebooting, you can specify this
842+
# In case there are issues with rebooting, you can specify this
843843
# to always powercycle after this amount of time after calling
844844
# reboot.
845845
# Note, POWERCYCLE_AFTER_REBOOT = 0 does NOT disable it. It just
@@ -848,7 +848,7 @@
848848
# (default undefined)
849849
#POWERCYCLE_AFTER_REBOOT = 5
850850

851-
# In case there's isses with halting, you can specify this
851+
# In case there's issues with halting, you can specify this
852852
# to always poweroff after this amount of time after calling
853853
# halt.
854854
# Note, POWEROFF_AFTER_HALT = 0 does NOT disable it. It just
@@ -972,7 +972,7 @@
972972
#
973973
# PATCHCHECK_START is required and is the first patch to
974974
# test (the SHA1 of the commit). You may also specify anything
975-
# that git checkout allows (branch name, tage, HEAD~3).
975+
# that git checkout allows (branch name, tag, HEAD~3).
976976
#
977977
# PATCHCHECK_END is the last patch to check (default HEAD)
978978
#
@@ -994,7 +994,7 @@
994994
# IGNORE_WARNINGS is set for the given commit's sha1
995995
#
996996
# IGNORE_WARNINGS can be used to disable the failure of patchcheck
997-
# on a particuler commit (SHA1). You can add more than one commit
997+
# on a particular commit (SHA1). You can add more than one commit
998998
# by adding a list of SHA1s that are space delimited.
999999
#
10001000
# If BUILD_NOCLEAN is set, then make mrproper will not be run on
@@ -1093,7 +1093,7 @@
10931093
# whatever reason. (Can't reboot, want to inspect each iteration)
10941094
# Doing a BISECT_MANUAL will have the test wait for you to
10951095
# tell it if the test passed or failed after each iteration.
1096-
# This is basicall the same as running git bisect yourself
1096+
# This is basically the same as running git bisect yourself
10971097
# but ktest will rebuild and install the kernel for you.
10981098
#
10991099
# BISECT_CHECK = 1 (optional, default 0)
@@ -1239,7 +1239,7 @@
12391239
#
12401240
# CONFIG_BISECT_EXEC (optional)
12411241
# The config bisect is a separate program that comes with ktest.pl.
1242-
# By befault, it will look for:
1242+
# By default, it will look for:
12431243
# `pwd`/config-bisect.pl # the location ktest.pl was executed from.
12441244
# If it does not find it there, it will look for:
12451245
# `dirname <ktest.pl>`/config-bisect.pl # The directory that holds ktest.pl

0 commit comments

Comments
 (0)