From patchwork Thu Feb 9 07:13:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13134093 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 DB8E2C61DA4 for ; Thu, 9 Feb 2023 07:14:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229873AbjBIHOZ (ORCPT ); Thu, 9 Feb 2023 02:14:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229818AbjBIHOS (ORCPT ); Thu, 9 Feb 2023 02:14:18 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 13C9942DC2; Wed, 8 Feb 2023 23:14:14 -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:MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-ID:Content-Description:In-Reply-To:References; bh=hOwPtrFr9W1RAetj4yw8lS4WGxzVY9WeB5xiD+rtLZk=; b=YzYv5Lu+GhnsQWcrh/P3dNn99Y kFFn/VTStVzrVt7izdrqqcFl3XXWJTiUSU7zkMNSHLZccvHB/fdFfsSF2G3d9l6tM8mZkGWrqFoL+ zV70haeTAUkVk/rmntIAjBbeTETDQ9gynZkiS5FkcxD5ysQrDwctOiqgUEqy0Xc8jqVEGJ0uWfK0f t2HqZ/A6Oxx0EJl+SAADCmwyxjMuktOo75CIMUWNmk83r+Z+8eyEK1uwZEhembDTSx9i7ostc00tO /jouGLzfxYzc3+YcINRJIpim6ul86T5PcNwp2g7wUJajkYggQ+pjUyATSgrXOBG/P/NTAUzC9nrO4 AJo7w9JQ==; Received: from [2601:1c2:980:9ec0::df2f] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQ189-000LPt-4s; Thu, 09 Feb 2023 07:14:05 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jonathan Corbet , Russell King , Jens Axboe , Vladimir Oltean , Steffen Klassert , Daniel Jordan , Akinobu Mita , Helge Deller , Dmitry Torokhov , Henrik Rydberg , Karsten Keil , Jiri Kosina , Miroslav Benes , Petr Mladek , Josh Poimboeuf , Peter Zijlstra , Ingo Molnar , Will Deacon , =?utf-8?b?SsOpcsO0bWUgR2xpc3Nl?= , Naoya Horiguchi , Miaohe Lin , Jonas Bonn , Stefan Kristiansson , Stafford Horne , Bjorn Helgaas , Lorenzo Pieralisi , Marc Zyngier , Michael Ellerman , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Juri Lelli , Vincent Guittot , David Howells , Jarkko Sakkinen , Paul Moore , James Morris , "Serge E. Hallyn" , Daniel Bristot de Oliveira , Steven Rostedt , Masami Hiramatsu , Mathieu Poirier , Suzuki K Poulose , Evgeniy Polyakov , Fenghua Yu , Reinette Chatre , Thomas Gleixner , Borislav Petkov , Chris Zankel , Max Filippov , coresight@lists.linaro.org, dri-devel@lists.freedesktop.org, keyrings@vger.kernel.org, linux-block@vger.kernel.org, linux-crypto@vger.kernel.org, linux-doc@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-input@vger.kernel.org, linux-pci@vger.kernel.org, linux-s390@vger.kernel.org, linux-scsi@vger.kernel.org, linux-sgx@vger.kernel.org, linux-trace-devel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, live-patching@vger.kernel.org, linux-security-module@vger.kernel.org, linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-mm@kvack.org, openrisc@lists.librecores.org, linux-arm-kernel@lists.infradead.org, linux-xtensa@linux-xtensa.org, linuxppc-dev@lists.ozlabs.org, x86@kernel.org Subject: [PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1) Date: Wed, 8 Feb 2023 23:13:36 -0800 Message-Id: <20230209071400.31476-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: keyrings@vger.kernel.org Correct many spelling errors in Documentation/ as reported by codespell. Maintainers of specific kernel subsystems are only Cc-ed on their respective patches, not the entire series. These patches are based on linux-next-20230209. [PATCH 01/24] Documentation: arm: correct spelling [PATCH 02/24] Documentation: block: correct spelling [PATCH 03/24] Documentation: core-api: correct spelling [PATCH 04/24] Documentation: fault-injection: correct spelling [PATCH 05/24] Documentation: fb: correct spelling [PATCH 06/24] Documentation: features: correct spelling [PATCH 07/24] Documentation: input: correct spelling [PATCH 08/24] Documentation: isdn: correct spelling [PATCH 09/24] Documentation: livepatch: correct spelling [PATCH 10/24] Documentation: locking: correct spelling [PATCH 11/24] Documentation: mm: correct spelling [PATCH 12/24] Documentation: openrisc: correct spelling [PATCH 13/24] Documentation: PCI: correct spelling [PATCH 14/24] Documentation: powerpc: correct spelling [PATCH 15/24] Documentation: s390: correct spelling [PATCH 16/24] Documentation: scheduler: correct spelling [PATCH 17/24] Documentation: security: correct spelling [PATCH 18/24] Documentation: timers: correct spelling [PATCH 19/24] Documentation: tools/rtla: correct spelling [PATCH 20/24] Documentation: trace/rv: correct spelling [PATCH 21/24] Documentation: trace: correct spelling [PATCH 22/24] Documentation: w1: correct spelling [PATCH 23/24] Documentation: x86: correct spelling [PATCH 24/24] Documentation: xtensa: correct spelling diffstat: Documentation/PCI/endpoint/pci-vntb-howto.rst | 2 +- Documentation/PCI/msi-howto.rst | 2 +- Documentation/arm/arm.rst | 2 +- Documentation/arm/ixp4xx.rst | 4 ++-- Documentation/arm/keystone/knav-qmss.rst | 2 +- Documentation/arm/stm32/stm32-dma-mdma-chaining.rst | 6 +++--- Documentation/arm/sunxi/clocks.rst | 2 +- Documentation/arm/swp_emulation.rst | 2 +- Documentation/arm/tcm.rst | 2 +- Documentation/arm/vlocks.rst | 2 +- Documentation/block/data-integrity.rst | 2 +- Documentation/core-api/packing.rst | 2 +- Documentation/core-api/padata.rst | 2 +- Documentation/fault-injection/fault-injection.rst | 2 +- Documentation/fb/sm712fb.rst | 2 +- Documentation/fb/sstfb.rst | 2 +- Documentation/features/core/thread-info-in-task/arch-support.txt | 2 +- Documentation/input/devices/iforce-protocol.rst | 2 +- Documentation/input/multi-touch-protocol.rst | 2 +- Documentation/isdn/interface_capi.rst | 2 +- Documentation/isdn/m_isdn.rst | 2 +- Documentation/livepatch/reliable-stacktrace.rst | 2 +- Documentation/locking/lockdep-design.rst | 4 ++-- Documentation/locking/locktorture.rst | 2 +- Documentation/locking/locktypes.rst | 2 +- Documentation/locking/preempt-locking.rst | 2 +- Documentation/mm/hmm.rst | 4 ++-- Documentation/mm/hwpoison.rst | 2 +- Documentation/openrisc/openrisc_port.rst | 4 ++-- Documentation/power/suspend-and-interrupts.rst | 2 +- Documentation/powerpc/kasan.txt | 2 +- Documentation/powerpc/papr_hcalls.rst | 2 +- Documentation/powerpc/qe_firmware.rst | 4 ++-- Documentation/powerpc/vas-api.rst | 4 ++-- Documentation/s390/pci.rst | 4 ++-- Documentation/s390/vfio-ccw.rst | 2 +- Documentation/scheduler/sched-bwc.rst | 2 +- Documentation/scheduler/sched-energy.rst | 4 ++-- Documentation/security/digsig.rst | 4 ++-- Documentation/security/keys/core.rst | 2 +- Documentation/security/secrets/coco.rst | 2 +- Documentation/timers/hrtimers.rst | 2 +- Documentation/tools/rtla/rtla-timerlat-top.rst | 2 +- Documentation/trace/coresight/coresight-etm4x-reference.rst | 2 +- Documentation/trace/events.rst | 6 +++--- Documentation/trace/fprobe.rst | 2 +- Documentation/trace/ftrace-uses.rst | 2 +- Documentation/trace/hwlat_detector.rst | 2 +- Documentation/trace/rv/runtime-verification.rst | 2 +- Documentation/trace/uprobetracer.rst | 2 +- Documentation/w1/w1-netlink.rst | 2 +- Documentation/x86/boot.rst | 2 +- Documentation/x86/buslock.rst | 2 +- Documentation/x86/mds.rst | 2 +- Documentation/x86/resctrl.rst | 2 +- Documentation/x86/sgx.rst | 2 +- Documentation/xtensa/atomctl.rst | 2 +- 57 files changed, 70 insertions(+), 70 deletions(-) Cc: Jonathan Corbet Cc: Russell King Cc: Jens Axboe Cc: Vladimir Oltean Cc: Steffen Klassert Cc: Daniel Jordan Cc: Akinobu Mita Cc: Helge Deller ?Cc: "Rafael J. Wysocki" Cc: Dmitry Torokhov Cc: Henrik Rydberg Cc: Karsten Keil Cc: Jiri Kosina Cc: Miroslav Benes Cc: Petr Mladek Cc: Josh Poimboeuf Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Will Deacon Cc: Jérôme Glisse Cc: Naoya Horiguchi Cc: Miaohe Lin Cc: Jonas Bonn Cc: Stefan Kristiansson Cc: Stafford Horne Cc: Bjorn Helgaas Cc: Lorenzo Pieralisi Cc: Marc Zyngier Cc: Michael Ellerman Cc: Heiko Carstens Cc: Vasily Gorbik Cc: Alexander Gordeev Cc: Juri Lelli Cc: Vincent Guittot Cc: David Howells Cc: Jarkko Sakkinen Cc: Paul Moore Cc: James Morris Cc: "Serge E. Hallyn" Cc: Daniel Bristot de Oliveira Cc: Steven Rostedt Cc: Masami Hiramatsu Cc: Mathieu Poirier Cc: Suzuki K Poulose Cc: Evgeniy Polyakov Cc: Fenghua Yu Cc: Reinette Chatre Cc: Thomas Gleixner Cc: Borislav Petkov Cc: Chris Zankel Cc: Max Filippov Cc: coresight@lists.linaro.org Cc: dri-devel@lists.freedesktop.org Cc: keyrings@vger.kernel.org Cc: linux-block@vger.kernel.org Cc: linux-crypto@vger.kernel.org Cc: linux-doc@vger.kernel.org Cc: linux-fbdev@vger.kernel.org Cc: linux-input@vger.kernel.org Cc: linux-pci@vger.kernel.org Cc: linux-s390@vger.kernel.org Cc: linux-scsi@vger.kernel.org Cc: linux-sgx@vger.kernel.org Cc: linux-trace-devel@vger.kernel.org Cc: linux-trace-kernel@vger.kernel.org Cc: live-patching@vger.kernel.org Cc: linux-security-module@vger.kernel.org Cc: linux-usb@vger.kernel.org Cc: netdev@vger.kernel.org Cc: linux-mm@kvack.org Cc: openrisc@lists.librecores.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-xtensa@linux-xtensa.org Cc: linuxppc-dev@lists.ozlabs.org Cc: x86@kernel.org