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 8EE77C63797 for ; Thu, 2 Feb 2023 18:09:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232158AbjBBSJK (ORCPT ); Thu, 2 Feb 2023 13:09:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229881AbjBBSJH (ORCPT ); Thu, 2 Feb 2023 13:09:07 -0500 X-Greylist: delayed 162751 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 02 Feb 2023 10:09:06 PST Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33DF0E3A6; Thu, 2 Feb 2023 10:09:06 -0800 (PST) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 48D347DE; Thu, 2 Feb 2023 18:09:05 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 48D347DE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1675361345; bh=2+a4mZYwqT3vzf0UQzfkcA5CdDxOuo7YvzN9jr8nkig=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=gY7ULbf3et5D4Qc/CNx/w7sCxqXxX6fR0sNacSV7nefpdle702hp6si3iizN6qwiE uEIY7Q78a9h2RN4xfonCmMXE/H1WHGv23zZbRY3a8TD9z3xCs5/ly7iH92i4XVhMfk m1+3SrM+pmOm5qUcXvYL8szbXDpSICOPir4Ff+tNZ80bHoZS0uhfOu3aabBosNVFfP 7pgupe9C5u4Sz6v8uZtM64S9OiXXXwx07OTa5szwYHdV6XxaRnf+mq/MpKQwaSbzh0 jfCb5rfx6sWATpmne99lGmlwL/b8o+ggGmLTspO1j2VtBWLoL4M3uxU9erIgFeIYC3 b3TsgnsFP3UgQ== From: Jonathan Corbet To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: Randy Dunlap , 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 Subject: Re: [PATCH 0/9] Documentation: correct lots of spelling errors (series 2) In-Reply-To: <20230129231053.20863-1-rdunlap@infradead.org> References: <20230129231053.20863-1-rdunlap@infradead.org> Date: Thu, 02 Feb 2023 11:09:04 -0700 Message-ID: <875yckvt1b.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 1/9] Documentation: admin-guide: correct spelling > [PATCH 2/9] Documentation: driver-api: correct spelling applied > [PATCH 3/9] Documentation: hwmon: correct spelling > [PATCH 4/9] Documentation: networking: correct spelling > [PATCH 5/9] Documentation: RCU: correct spelling These have been taken up elsewhere > [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? > [PATCH 8/9] Documentation: sparc: correct spelling > [PATCH 9/9] Documentation: userspace-api: correct spelling Applied. Thanks, jon