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 4DC86C54E94 for ; Tue, 24 Jan 2023 18:42:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233694AbjAXSmG (ORCPT ); Tue, 24 Jan 2023 13:42:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233593AbjAXSmD (ORCPT ); Tue, 24 Jan 2023 13:42:03 -0500 Received: from mail-yw1-x112d.google.com (mail-yw1-x112d.google.com [IPv6:2607:f8b0:4864:20::112d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB11E4A1FC for ; Tue, 24 Jan 2023 10:41:33 -0800 (PST) Received: by mail-yw1-x112d.google.com with SMTP id 00721157ae682-4a2f8ad29d5so231177477b3.8 for ; Tue, 24 Jan 2023 10:41:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=9+Yt0CkwIbd85GrAKd4j3/Yh/keaU+8k8lD2GhYWx/4=; b=Qj/2f56cIQtkvG/MpyWQOUzc3/ZKUreNHesFQxQLV+DnVdGnm+42u/0qqmpFLPGRdC s80K2ZJ7lwCbjEaUzKGExVpqx8PkeIM8+oXbjjXRGulfRNugNxHtI08TV807w2iq+CKx gOjg+oWG2leHE7rmty3wJL/jrZCKKkEmCeBgQ1WrLp8AtRPNua+pJsbyXGCwYncGTAvz SBbSYyWNxinelaZBawfVbACiHybTrnt8KSCVoh2VvLLsz4zTyEL4dhy12kF/6md+8yUB Kw6GqRYM6Y9qHrRvFue42kpJN0beJNa+fXu4gWnKbdE2XX71X52YE+Jmgl3moLjNvI9a 2o8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=9+Yt0CkwIbd85GrAKd4j3/Yh/keaU+8k8lD2GhYWx/4=; b=k9pS/gMNHtVQchYRbxS43rgL/BWmElBY0VLrmAO6040GDKTN1vwbaaa2Yp9CKssIQe 8Fs0KlKtetrOGixk+DcYnHQAjMHJqwAn4dJezxyk3lea/YPewxvguaNEYPQGsfaID2Jo JBaxlkeDfWhNV9qHwQyXu/LP2WUMEeYQRlhEwpWbNU+z2vkORYiFBSGUR7GFbNmeNyF7 K5NNWIObPH1CjVHlu2xFqUnGThHnWsVTgJ7JG8qjA4rVnfZbcgz24oGWHh97lOAseaVT nv43Z1PIkMfyDjMcy4gglnQChaGguv+SXE3ORNwRoZnLBOIdyeXSgFGgtgKYy8lCjlMB oDAg== X-Gm-Message-State: AO0yUKVkk/Rd2fzh5yOYPF9GBiC3tN8wFehA2nIq9wARB1BqrST6swS5 434181A6Uj3ku4/KRZxCyCJCrM5Cfuri0li0/eIGMg== X-Google-Smtp-Source: AK7set8aFKOf38oFnpmTSPdGl1G8cr5qFyfz8v/QORpGf2yX6t1CqgotLO2f5rY6GZHrTpusOakxIIEbMeqZ0TpL5xw= X-Received: by 2002:a0d:ea43:0:b0:506:38f1:918b with SMTP id t64-20020a0dea43000000b0050638f1918bmr553482ywe.255.1674585692103; Tue, 24 Jan 2023 10:41:32 -0800 (PST) MIME-Version: 1.0 References: <20230124181655.16269-1-rdunlap@infradead.org> In-Reply-To: <20230124181655.16269-1-rdunlap@infradead.org> From: Marco Elver Date: Tue, 24 Jan 2023 19:40:55 +0100 Message-ID: Subject: Re: [PATCH] lib: Kconfig: fix spellos To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Andrew Morton , Dmitry Vyukov , Steven Rostedt , kasan-dev@googlegroups.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 24 Jan 2023 at 19:17, Randy Dunlap wrote: > > Fix spelling in lib/ Kconfig files. > (reported by codespell) > > Signed-off-by: Randy Dunlap > Cc: Andrew Morton > Cc: Marco Elver > Cc: Dmitry Vyukov > Cc: Steven Rostedt > Cc: kasan-dev@googlegroups.com > --- > lib/Kconfig.debug | 2 +- > lib/Kconfig.kcsan | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff -- a/lib/Kconfig.debug b/lib/Kconfig.debug > --- a/lib/Kconfig.debug > +++ b/lib/Kconfig.debug > @@ -1876,7 +1876,7 @@ config FUNCTION_ERROR_INJECTION > help > Add fault injections into various functions that are annotated with > ALLOW_ERROR_INJECTION() in the kernel. BPF may also modify the return > - value of theses functions. This is useful to test error paths of code. > + value of these functions. This is useful to test error paths of code. > > If unsure, say N > > diff -- a/lib/Kconfig.kcsan b/lib/Kconfig.kcsan > --- a/lib/Kconfig.kcsan > +++ b/lib/Kconfig.kcsan > @@ -194,7 +194,7 @@ config KCSAN_WEAK_MEMORY > Enable support for modeling a subset of weak memory, which allows > detecting a subset of data races due to missing memory barriers. > > - Depends on KCSAN_STRICT, because the options strenghtening certain > + Depends on KCSAN_STRICT, because the options strengthening certain > plain accesses by default (depending on !KCSAN_STRICT) reduce the > ability to detect any data races invoving reordered accesses, in > particular reordered writes. Reviewed-by: Marco Elver Thanks!