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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2DB98C04E84 for ; Thu, 16 May 2019 21:54:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E84C52084A for ; Thu, 16 May 2019 21:54:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558043648; bh=7/VPrBeDCtUB7U1B72xCKN6fY5VM8msYqQe9cjnuI/4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=Ror2dtVW/29PhApP7hNv1XyhODTvs6C2BFggXrv/++Rxufzd5XFSUmNkovLlrpyx6 3KL01D4JcqjWNY1x+V5NY/ib+ZVJx/DOE2Sm9mJ8/2QGv0tqGNJoCb6Ek5YsLIDTtt XXtpX4kt0U+sKhZ94Rw7IuUhGnFpDOE15x0Rr1BI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728852AbfEPVyH (ORCPT ); Thu, 16 May 2019 17:54:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:43618 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726523AbfEPVyH (ORCPT ); Thu, 16 May 2019 17:54:07 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 75E5D2082E; Thu, 16 May 2019 21:54:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558043646; bh=7/VPrBeDCtUB7U1B72xCKN6fY5VM8msYqQe9cjnuI/4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=ea7cvSFtUlBdy3juIFqqgBLtktCBOpnDrfQYYMnl7yji+Qq3nRa5PGMi88NO5NpBj S0Zdd+p13+BoTJfuB7yWTvvrxIqjoxLe1xQsTnaVcL+OZ3TNLxxckOyEcASIXUJhdo +MgNwoycoijodr3LLVBTOyHPcmlqf5uushk3bmSU= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20190514153341.22540-1-chris.paterson2@renesas.com> <155786877257.14659.6751252865489860937@swboyd.mtv.corp.google.com> Subject: Re: [PATCH] scripts/spelling.txt: Add spelling fix for prohibited From: Stephen Boyd Cc: Andrew Morton , Chris Paterson , Geert Uytterhoeven , Biju Das , linux-clk , Linux-Renesas , Linux Kernel Mailing List To: Geert Uytterhoeven User-Agent: alot/0.8.1 Date: Thu, 16 May 2019 14:54:05 -0700 Message-Id: <20190516215406.75E5D2082E@mail.kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Geert Uytterhoeven (2019-05-15 00:32:46) > On Tue, May 14, 2019 at 11:19 PM Stephen Boyd wrote: > > Quoting Chris Paterson (2019-05-14 08:33:41) > > > Misspelling 'prohibited' is quite common in the real world, although > > > surprisingly not so much in the Linux Kernel. In addition to fixing t= he > > > typo we may as well add it to the spelling checker. > > > > > > Also adding the present participle (prohibiting). > > > > > > Fixes: 5bf2fbbef50c ("clk: renesas: cpg-mssr: Add r8a77470 support") > > > > > > Signed-off-by: Chris Paterson >=20 > Reviewed-by: Geert Uytterhoeven >=20 > > Acked-by: Stephen Boyd >=20 > Thanks! >=20 > So I guess I'll queue this in clk-renesas-for-v5.3? >=20 Guess so! Or Andrew does it.