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.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 43459C04E53 for ; Wed, 15 May 2019 07:33:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 167E420862 for ; Wed, 15 May 2019 07:33:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725974AbfEOHc7 (ORCPT ); Wed, 15 May 2019 03:32:59 -0400 Received: from mail-vs1-f67.google.com ([209.85.217.67]:35876 "EHLO mail-vs1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725929AbfEOHc7 (ORCPT ); Wed, 15 May 2019 03:32:59 -0400 Received: by mail-vs1-f67.google.com with SMTP id l20so1052721vsp.3; Wed, 15 May 2019 00:32:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=63PbjB7UdYhqTNNPPsmHQYlaQBvvu/A5a7yF4Ay1Too=; b=aZiODAYGp6IHku2L8bSHhn5WP5C/+iG4rCaxUEXJqZyGWVzafQQktpYInD9XUxmKmx ky2XtiTVt5VmdvmD1NCWNJH69/4Siv/8DqbNJB1y/f/XOjoQuJu9yr7ikMDFIEc8JMyF o3pnU3SxEzoRO+pLLMp3T+wxAbtB3vZs/Z7oyAcd4qX3QkmZk7zuGqYpNlFzhIFyHilD qEIa+H/EM3Tck5O/Uyv5vMLc7fi3vgKdziWxZ/pLLPS/6QqTGQzGWoA/sKtYLwJ8tm+H 05F4SJFitJKEz1Eg+f5xCXutMjQLB1jxSTcCYFl1I+ecWsu9smHjo0aULZim+ngDj3nq MQ/g== X-Gm-Message-State: APjAAAXKuQ3RK33OOUXjF6/AIbesuVd7gmsjfb+Y3Z96JDIiidxFxhMj FOTVMNC0Rcv67XAUW/3V8Y7Mc13H+3hQ2olumhU= X-Google-Smtp-Source: APXvYqx+ZUYs18MbtRjnTbPUMiASkQei/CMMiW4NKXUKV6JAfdVlAyntvioIPDq7/MjfR/M6OvqAMmaXc2Db387tQPc= X-Received: by 2002:a67:fdd4:: with SMTP id l20mr15039485vsq.63.1557905578319; Wed, 15 May 2019 00:32:58 -0700 (PDT) MIME-Version: 1.0 References: <20190514153341.22540-1-chris.paterson2@renesas.com> <155786877257.14659.6751252865489860937@swboyd.mtv.corp.google.com> In-Reply-To: <155786877257.14659.6751252865489860937@swboyd.mtv.corp.google.com> From: Geert Uytterhoeven Date: Wed, 15 May 2019 09:32:46 +0200 Message-ID: Subject: Re: [PATCH] scripts/spelling.txt: Add spelling fix for prohibited To: Stephen Boyd Cc: Andrew Morton , Chris Paterson , Geert Uytterhoeven , Biju Das , linux-clk , Linux-Renesas , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org 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 the > > 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 Reviewed-by: Geert Uytterhoeven > Acked-by: Stephen Boyd Thanks! So I guess I'll queue this in clk-renesas-for-v5.3? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds