Commit ae9ebda1 authored by Chandra Pratap's avatar Chandra Pratap Committed by Joel Granados
Browse files

selftests: fix spelling/grammar errors in sysctl/sysctl.sh



Fix the grammatical/spelling errors in sysctl/sysctl.sh.
This fixes all errors pointed out by codespell in the file.

Signed-off-by: default avatarChandra Pratap <chandrapratap3519@gmail.com>
Signed-off-by: default avatarJoel Granados <joel.granados@kernel.org>
parent 2694b6bb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ sysctl_test_0007()
	fi

	if [ ! -f /proc/cmdline ]; then
		echo -e "SKIPPING\nThere is no /proc/cmdline to check for paramter"
		echo -e "SKIPPING\nThere is no /proc/cmdline to check for parameter"
		return $ksft_skip
	fi

@@ -898,7 +898,7 @@ usage()
	echo Example uses:
	echo
	echo "$TEST_NAME.sh            -- executes all tests"
	echo "$TEST_NAME.sh -t 0002    -- Executes test ID 0002 number of times is recomended"
	echo "$TEST_NAME.sh -t 0002    -- Executes test ID 0002 number of times is recommended"
	echo "$TEST_NAME.sh -w 0002    -- Watch test ID 0002 run until an error occurs"
	echo "$TEST_NAME.sh -s 0002    -- Run test ID 0002 once"
	echo "$TEST_NAME.sh -c 0002 3  -- Run test ID 0002 three times"