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 1FAECC64EC3 for ; Thu, 2 Feb 2023 18:35:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232463AbjBBSfi (ORCPT ); Thu, 2 Feb 2023 13:35:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233288AbjBBSfc (ORCPT ); Thu, 2 Feb 2023 13:35:32 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0811EC15A; Thu, 2 Feb 2023 10:35:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=k90MIssqyam+q/fNqVWcdWv6u/roh3dY62Y5GGa0m3Q=; b=Ft0/UsXxcr5hj4gqLIpY8Ysilb B8QOeuXrktyjajavKoE7RjNIiAds31D2IFowNxouTzytlk6Lh/QpeSxyz9L4nFlEYO2uCctLcnzBj z7tq2zTXyYaa48UMnRvkYQk4QmxMsGB8t6+j2JB6LwAMdQFvlI93boSPh5mdpSwZSWviVqMyDUFE3 WGKVgPWdtLA/Sm/oS2SYPgL37SfwXeQ4zT1k+oDQp9jIvAcrMp8wZv+oUzUs07Ubqf42BzCy5MnDR M6nXaXJif3CSPfJ32CKVQBapoTzjadXnu7VgZbP5gLj14ow8jiV4NvS2BIT8lkXnN6fu1BCTTC1JE c+Ccrcxw==; Received: from [2601:1c2:d00:6a60::9526] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pNeOf-00Gxdl-15; Thu, 02 Feb 2023 18:33:21 +0000 Message-ID: Date: Thu, 2 Feb 2023 10:33:17 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH 0/9] Documentation: correct lots of spelling errors (series 2) Content-Language: en-US To: Jonathan Corbet , linux-kernel@vger.kernel.org Cc: linux-doc@vger.kernel.org, Tejun Heo , Zefan Li , Johannes Weiner , cgroups@vger.kernel.org, Alasdair Kergon , Mike Snitzer , dm-devel@redhat.com, Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-mm@kvack.org, Dan Williams , Vishal Verma , Dave Jiang , nvdimm@lists.linux.dev, Vinod Koul , dmaengine@vger.kernel.org, Song Liu , linux-raid@vger.kernel.org, Greg Kroah-Hartman , linux-usb@vger.kernel.org, Jean Delvare , Guenter Roeck , linux-hwmon@vger.kernel.org, Jiri Pirko , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, "Paul E. McKenney" , Frederic Weisbecker , Neeraj Upadhyay , Josh Triplett , rcu@vger.kernel.org, "James E.J. Bottomley" , "Martin K. Petersen" , linux-scsi@vger.kernel.org, sparclinux@vger.kernel.org References: <20230129231053.20863-1-rdunlap@infradead.org> <875yckvt1b.fsf@meer.lwn.net> From: Randy Dunlap In-Reply-To: <875yckvt1b.fsf@meer.lwn.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/2/23 10:09, Jonathan Corbet wrote: > Randy Dunlap writes: > >> Maintainers of specific kernel subsystems are only Cc-ed on their >> respective patches, not the entire series. [if all goes well] >> >> These patches are based on linux-next-20230127. > > So I've applied a bunch of these > >> [PATCH 6/9] Documentation: scsi/ChangeLog*: correct spelling >> [PATCH 7/9] Documentation: scsi: correct spelling > > I've left these for the SCSI folks for now. Do we *really* want to be > fixing spelling in ChangeLog files from almost 20 years ago? That's why I made it a separate patch -- so the SCSI folks can decide that... -- ~Randy