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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 99900C46460 for ; Tue, 21 May 2019 18:01:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 66CBD217D9 for ; Tue, 21 May 2019 18:01:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558461699; bh=FLZhdWunrjebuUQrgaFqGqa/3rfm/mslltrgtD0N4gs=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=G13cY/cJXzdX0vCVDZaOWtw1kWFCxEZUyK78nK2MSPILAaeMFAmgJfgd+6A1UztSf 6Wm69iPudoILgE1Uj990JtB9kvpxPTYSSdDqByOB5Jiv/TS1MFLzMV/jg2Nefvvxnq AWcL6a3Yd8NyrbtQQKlmQcDXadjPcYvcK8jc5COo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729202AbfEUSBi (ORCPT ); Tue, 21 May 2019 14:01:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:53802 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729098AbfEUSBi (ORCPT ); Tue, 21 May 2019 14:01:38 -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 A7A30217D7; Tue, 21 May 2019 18:01:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558461697; bh=FLZhdWunrjebuUQrgaFqGqa/3rfm/mslltrgtD0N4gs=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=wS2iQRdgmag5T8KZvfo76T4L2N8wQBpCRchW2qiTLxHhUwzNJL3O++yzcPmBvnjZA r+yVm3fzoyYi+cNk3Rmmu16l6Z4vxzBmdVkKgBgHqJz2eacSya9ozeO6PsoZZGgJwK PlC/1IU3tBqdzdMFjeMaY9LVmBs9ewvAhKrfX0wA= 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> <20190516215406.75E5D2082E@mail.kernel.org> 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: Tue, 21 May 2019 11:01:36 -0700 Message-Id: <20190521180137.A7A30217D7@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Geert Uytterhoeven (2019-05-21 01:57:20) > Hi Stephen, Andrew, >=20 > On Thu, May 16, 2019 at 11:54 PM Stephen Boyd wrote: > > > > Guess so! Or Andrew does it. >=20 > Given the change to scripts/spelling.txt conflicts with b937856a5db2cb7a > ("scripts/spelling.txt: add more typos to spelling.txt and sort") in > linux-next, and the risk of conflict with future changes to > drivers/clk/renesas/r8a77470-cpg-mssr.c is slim, I'd like to defer this > to Andrew. >=20 > Acked-by: Geert Uytterhoeven Ok. Or Chris can split the patch into the clk part and the scripts/ part? They're only loosely related to each other, so I'm not sure why they were sent in one patch besides for ease of transport.