[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a7e0507d-7e16-6e40-41eb-66141c1359ca@linuxfoundation.org>
Date: Thu, 26 Aug 2021 15:13:50 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Colin King <colin.king@...onical.com>,
Shuah Khan <shuah@...nel.org>, linux-kselftest@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH] selftests: safesetid: Fix spelling mistake "cant" ->
"can't"
On 8/26/21 6:14 AM, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> There is a spelling mistake in an error message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> tools/testing/selftests/safesetid/safesetid-test.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/safesetid/safesetid-test.c b/tools/testing/selftests/safesetid/safesetid-test.c
> index 0c4d50644c13..4b809c93ba36 100644
> --- a/tools/testing/selftests/safesetid/safesetid-test.c
> +++ b/tools/testing/selftests/safesetid/safesetid-test.c
> @@ -152,7 +152,7 @@ static void write_policies(void)
>
> fd = open(add_whitelist_policy_file, O_WRONLY);
> if (fd < 0)
> - die("cant open add_whitelist_policy file\n");
> + die("can't open add_whitelist_policy file\n");
> written = write(fd, policy_str, strlen(policy_str));
> if (written != strlen(policy_str)) {
> if (written >= 0) {
>
Thanks. Queuing this up for Linux 5.15-rc1.
thanks,
-- Shuah
Powered by blists - more mailing lists