lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 23 Jul 2019 08:44:37 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Masanari Iida <standby24x7@...il.com>,
        linux-kernel@...r.kernel.org, shuah@...nel.org,
        linux-kselftest@...r.kernel.org
Subject: Re: [PATCH] selftests: kmod: Fix typo in kmod.sh

On 7/23/19 3:22 AM, Masanari Iida wrote:
> This patch fixes some spelling typos in kmod.sh
> 
> Signed-off-by: Masanari Iida <standby24x7@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

Thanks.

> ---
>  tools/testing/selftests/kmod/kmod.sh | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/tools/testing/selftests/kmod/kmod.sh b/tools/testing/selftests/kmod/kmod.sh
> index 0a76314b4414..8b944cf042f6 100755
> --- a/tools/testing/selftests/kmod/kmod.sh
> +++ b/tools/testing/selftests/kmod/kmod.sh
> @@ -28,7 +28,7 @@
>  # override by exporting to your environment prior running this script.
>  # For instance this script assumes you do not have xfs loaded upon boot.
>  # If this is false, export DEFAULT_KMOD_FS="ext4" prior to running this
> -# script if the filesyste module you don't have loaded upon bootup
> +# script if the filesystem module you don't have loaded upon bootup
>  # is ext4 instead. Refer to allow_user_defaults() for a list of user
>  # override variables possible.
>  #
> @@ -263,7 +263,7 @@ config_get_test_result()
>  config_reset()
>  {
>  	if ! echo -n "1" >"$DIR"/reset; then
> -		echo "$0: reset shuld have worked" >&2
> +		echo "$0: reset should have worked" >&2
>  		exit 1
>  	fi
>  }
> @@ -488,7 +488,7 @@ usage()
>  	echo Example uses:
>  	echo
>  	echo "${TEST_NAME}.sh		-- executes all tests"
> -	echo "${TEST_NAME}.sh -t 0008	-- Executes test ID 0008 number of times is recomended"
> +	echo "${TEST_NAME}.sh -t 0008	-- Executes test ID 0008 number of times is recommended"
>  	echo "${TEST_NAME}.sh -w 0008	-- Watch test ID 0008 run until an error occurs"
>  	echo "${TEST_NAME}.sh -s 0008	-- Run test ID 0008 once"
>  	echo "${TEST_NAME}.sh -c 0008 3	-- Run test ID 0008 three times"
> 


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ