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: 13134091 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 686A3C636D7 for ; Thu, 9 Feb 2023 07:15:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B289210E924; Thu, 9 Feb 2023 07:15:13 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by gabe.freedesktop.org (Postfix) with ESMTPS id 99EAC10E924 for ; Thu, 9 Feb 2023 07:15:11 +0000 (UTC) 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 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 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Miaohe Lin , Juri Lelli , linux-fbdev@vger.kernel.org, Randy Dunlap , linux-doc@vger.kernel.org, Fenghua Yu , Peter Zijlstra , linux-pci@vger.kernel.org, Lorenzo Pieralisi , linux-trace-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, James Morris , David Howells , Max Filippov , keyrings@vger.kernel.org, live-patching@vger.kernel.org, Evgeniy Polyakov , Alexander Gordeev , Miroslav Benes , Will Deacon , Thomas Gleixner , Steffen Klassert , linux-s390@vger.kernel.org, Vincent Guittot , Paul Moore , linux-scsi@vger.kernel.org, Jonathan Corbet , linux-xtensa@linux-xtensa.org, Marc Zyngier , Helge Deller , Henrik Rydberg , Russell King , Daniel Jordan , Ingo Molnar , linux-security-module@vger.kernel.org, linux-input@vger.kernel.org, coresight@lists.linaro.org, "Serge E. Hallyn" , Petr Mladek , Vasily Gorbik , Suzuki K Poulose , Heiko Carstens , Jiri Kosina , Akinobu Mita , Steven Rostedt , Stefan Kristiansson , linux-block@vger.kernel.org, =?utf-8?b?SsOpcsO0bWUgR2xpc3Nl?= , openrisc@lists.librecores.org, Borislav Petkov , Bjorn Helgaas , Stafford Horne , Reinette Chatre , Josh Poimboeuf , linux-arm-kernel@lists.infradead.org, linux-sgx@vger.kernel.org, Jens Axboe , Chris Zankel , Karsten Keil , Jonas Bonn , Mathieu Poirier , linux-mm@kvack.org, netdev@vger.kernel.org, Dmitry Torokhov , Naoya Horiguchi , Jarkko Sakkinen , linux-trace-devel@vger.kernel.org, Masami Hiramatsu , Daniel Bristot de Oliveira , Michael Ellerman , linux-crypto@vger.kernel.org, Vladimir Oltean , linuxppc-dev@lists.ozlabs.org, linux-usb@vger.kernel.org, x86@kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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