Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp1432007pxy; Thu, 29 Apr 2021 07:04:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwVSrciOWpAJpJpJSMtC3gnv8WesnX6AIcUnKCq8MSYrzlKOn7TyA0pmDe4u1ap5m/aVawh X-Received: by 2002:a17:902:db01:b029:eb:36ed:36f4 with SMTP id m1-20020a170902db01b02900eb36ed36f4mr34975120plx.61.1619705040493; Thu, 29 Apr 2021 07:04:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619705040; cv=none; d=google.com; s=arc-20160816; b=FnaizjeXkIyA09S891RyjvKhgjbMOxsD0A1ak9OGVBfEPkWm2o88DveIjLsZbKS7ml TGgJp9B4TQwFMKJzUtGovwvwTbLVwvcZiZfu4mY0LvztRkC0PElHyWThXGLzTxHNWIhc S3phFOyiYCea7Et+JBoUXv/AnJOtCHo+VVYEJ/0RlenVEW5fzFvCmSI+OvL2Fg9k3uVI qb5HuuqHBb/LuJX8GaYFg82PqSN8d1MuDgL9VM99vQ8xkup0B2XDX0WTvdcC33Pj2WR9 40/kgPwq/96x25KFcutHiYNs1VHsGsxJVj6wa2Sz8LZ1TR5ZIdsw5jy2XYxD09OR3o1I NlVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=qLZ2IfqdNi554tHTlHazueEcBgFMcZa3TgU8IdkTs3g=; b=Q79cDjlTLORR0M4yTazzEEkiz9bucRe5B0Acz9YdGERannM3G24+HNW7mukrhoTkoG S0nbBhk9uZJFvM36xlp0eR31kCjHVLT7ezT5gO7Fn1xi9HyxJyRjMQ9wWfjyCXKhsI8N 31x82/g1PdFKvwcao5MMtOWbiJxHr+Vn+CL8foUbo5wPUYcxCVtxq+CVRl82PICU9Bjj bclDJaifZ4hTdX2t+o3P7vSAbm0vX6JaCC4+P3kilDxIUxkeYDT4XALFAsSE9nQPK3k7 4SvAu2O+TvQBxgRmgWO3FPS5fplzBr0CUBHcOZ6w9Q6sQEpjJN3YMkV0xd2PVHKHH+2i ZPPg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ei22si985381pjb.85.2021.04.29.07.03.45; Thu, 29 Apr 2021 07:04:00 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239669AbhD2ODT (ORCPT + 99 others); Thu, 29 Apr 2021 10:03:19 -0400 Received: from ozlabs.org ([203.11.71.1]:33923 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238846AbhD2ODQ (ORCPT ); Thu, 29 Apr 2021 10:03:16 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4FWHJ36Hwsz9t1r; Fri, 30 Apr 2021 00:02:27 +1000 (AEST) From: Michael Ellerman To: Colin King , Benjamin Herrenschmidt , linuxppc-dev@lists.ozlabs.org, Michael Ellerman , Christophe Leroy , Paul Mackerras Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org In-Reply-To: <20201216113608.11812-1-colin.king@canonical.com> References: <20201216113608.11812-1-colin.king@canonical.com> Subject: Re: [PATCH] powerpc/44x: fix spelling mistake in Kconfig "varients" -> "variants" Message-Id: <161970488570.4033873.12486603627255933756.b4-ty@ellerman.id.au> Date: Fri, 30 Apr 2021 00:01:25 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Dec 2020 11:36:08 +0000, Colin King wrote: > There is a spelling mistake in the Kconfig help text. Fix it. Applied to powerpc/next. [1/1] powerpc/44x: fix spelling mistake in Kconfig "varients" -> "variants" https://git.kernel.org/powerpc/c/ee6b25fa7c037e42cc5f3b5c024b2a779edab6dd cheers