From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AEE9DC433EF for ; Wed, 4 May 2022 18:45:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350352AbiEDStM (ORCPT ); Wed, 4 May 2022 14:49:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377303AbiEDStL (ORCPT ); Wed, 4 May 2022 14:49:11 -0400 Received: from mail-pg1-x531.google.com (mail-pg1-x531.google.com [IPv6:2607:f8b0:4864:20::531]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6009EFD2E for ; Wed, 4 May 2022 11:45:34 -0700 (PDT) Received: by mail-pg1-x531.google.com with SMTP id x12so1842243pgj.7 for ; Wed, 04 May 2022 11:45:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=FuAOc+wNIC5DOVBIAgkTsyelE5cgK01ek6zoAdzRvTk=; b=AZj0/ZHqXNuRK2uYtcC5j3klOWUuvIgC5dicdjXTF9pLrIj+jqWYXDsimJKMRUbnuX u3kU4GyhX8SXUXBHlcObDNCW2/t3LnxSTby/9rPiJamuyRGdKICMnfpg1a+AjFeQ+Ewe c5UI+PkvtT/l5u+QYnFoBl3jL0Ae9shZsWdSQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=FuAOc+wNIC5DOVBIAgkTsyelE5cgK01ek6zoAdzRvTk=; b=xOyQbMinTcBVkkfhJ4LSPwxdJUVWTlcPM7cpF3Iay9GQeNPpyv7z0SqBgXzEChCaZJ E6ic9RNfDWmkhpQMfZi0rITDqRXi/pFwqKbXgB+fVd5ES2WtnqXnim/elSIouFdmV2Ay cRhnwzYpRwEPjWp7HBKP0UnvASGLl2CVzvP1o8uIVuUsSgnFkKvzbDeI5LzX7+nyK1mC ym/TwGo6O+2o5cCSURFfs9vE8dza91mPCyANfe2Q/7XEP8vu+r9gVnSnuTwZ0i08NRt7 DgXFlZyFxCLEB7kUsJ5S5t+ri/qnYG7BTpnXoowFoFgJ4EPY69EnRcFURtoRebpfGV0k Hfiw== X-Gm-Message-State: AOAM531Bg3Y0JTvdVmNQxNzVT16E8pcuCNDS3SqG+tm9GUex7tMQHyIy Y3LfOhrl/F7l0OmfB1VSdtasq4VA5mLFbQ== X-Google-Smtp-Source: ABdhPJyPye6nL1nzMC2VY8GBKj09rnbsOJtsUkSsAuM0pZxQ+xALJkMM2Nq52jbHfhfB7B1Pfc1xbg== X-Received: by 2002:a63:81c6:0:b0:3ab:616b:35b with SMTP id t189-20020a6381c6000000b003ab616b035bmr19183626pgd.256.1651689933870; Wed, 04 May 2022 11:45:33 -0700 (PDT) Received: from [192.168.120.250] (wsip-70-166-189-147.ph.ph.cox.net. [70.166.189.147]) by smtp.gmail.com with ESMTPSA id t9-20020a17090340c900b0015e8d4eb222sm8533218pld.108.2022.05.04.11.45.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 04 May 2022 11:45:33 -0700 (PDT) Subject: Re: [PATCH][next] selftests/seccomp: Fix spelling mistake "Coud" -> "Could" To: Colin Ian King , Kees Cook , Andy Lutomirski , Will Drewry , Shuah Khan , linux-kselftest@vger.kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan References: <20220504155535.239180-1-colin.i.king@gmail.com> From: Shuah Khan Message-ID: Date: Wed, 4 May 2022 12:45:31 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20220504155535.239180-1-colin.i.king@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 5/4/22 9:55 AM, Colin Ian King wrote: > There is a spelling mistake in an error message. Fix it. > > Signed-off-by: Colin Ian King > --- > tools/testing/selftests/seccomp/seccomp_bpf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/testing/selftests/seccomp/seccomp_bpf.c b/tools/testing/selftests/seccomp/seccomp_bpf.c > index 29c973f606b2..136df5b76319 100644 > --- a/tools/testing/selftests/seccomp/seccomp_bpf.c > +++ b/tools/testing/selftests/seccomp/seccomp_bpf.c > @@ -4320,7 +4320,7 @@ static ssize_t get_nth(struct __test_metadata *_metadata, const char *path, > > f = fopen(path, "r"); > ASSERT_NE(f, NULL) { > - TH_LOG("Coud not open %s: %s", path, strerror(errno)); > + TH_LOG("Could not open %s: %s", path, strerror(errno)); > } > > for (i = 0; i < position; i++) { > Thank you. I will pull this for Linux 5.19-rc1 thanks, -- Shuah