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: 13134076 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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3379DC6379F for ; Thu, 9 Feb 2023 07:15:16 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id C4B1E6B0072; Thu, 9 Feb 2023 02:15:15 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id BFB036B0074; Thu, 9 Feb 2023 02:15:15 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id A4DA26B0075; Thu, 9 Feb 2023 02:15:15 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0013.hostedemail.com [216.40.44.13]) by kanga.kvack.org (Postfix) with ESMTP id 90AC46B0072 for ; Thu, 9 Feb 2023 02:15:15 -0500 (EST) Received: from smtpin12.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay05.hostedemail.com (Postfix) with ESMTP id 585A440607 for ; Thu, 9 Feb 2023 07:15:15 +0000 (UTC) X-FDA: 80446892190.12.6E56714 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by imf18.hostedemail.com (Postfix) with ESMTP id B1E551C000F for ; Thu, 9 Feb 2023 07:15:12 +0000 (UTC) Authentication-Results: imf18.hostedemail.com; dkim=pass header.d=infradead.org header.s=bombadil.20210309 header.b=YzYv5Lu+; spf=none (imf18.hostedemail.com: domain of rdunlap@infradead.org has no SPF policy when checking 198.137.202.133) smtp.mailfrom=rdunlap@infradead.org; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1675926912; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references:dkim-signature; bh=hOwPtrFr9W1RAetj4yw8lS4WGxzVY9WeB5xiD+rtLZk=; b=PAfbn+n+wbfV4jdz0h8ZH6NKaWreGxU+1/gx/Qjg9tBuhZeWsFaMsKuXTGFM3LXNuMvvfY DqAqPkUxDQMWkwwKWsa2u7ZoXIUq1wl/NLU1JpmorYYMSPNNL3QCoiW074AdO4p/W0rmmJ HR1Fzb7R3Teb/wUW3Zy3YinD2kw0VkY= ARC-Authentication-Results: i=1; imf18.hostedemail.com; dkim=pass header.d=infradead.org header.s=bombadil.20210309 header.b=YzYv5Lu+; spf=none (imf18.hostedemail.com: domain of rdunlap@infradead.org has no SPF policy when checking 198.137.202.133) smtp.mailfrom=rdunlap@infradead.org; dmarc=none ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1675926912; a=rsa-sha256; cv=none; b=p4vWwsd2nk8xcE079uUqnZJ1c0+Nzu3AngBw3Fj948U8EG/tCdYynWPVQlJw+gbLi5ByAI ucY+kIccU574APeOizj7+XaYdeha8KrUGOVUIwwJ9g/0psq2gq3O1yOiiHrmDMjdKFLjxm R81WFmxV9bGWznUCyr4Ysy6gV+ggySM= 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 X-Rspamd-Server: rspam07 X-Rspamd-Queue-Id: B1E551C000F X-Rspam-User: X-Stat-Signature: 6156q313rdumk93uo1fskj1zjs93zbtp X-HE-Tag: 1675926912-308558 X-HE-Meta: U2FsdGVkX18l/dCAwdSEiO4BHWyFgjIU9UWKzwEhLea0AiVYRjPtCLj9c1hIqMP0NE1azAMg2YfPhVZcTjHUenraOugQxNFa19rnMvcO5Z0CJBGk8NV0o6rsaUPBOcsOLlr4c6mhhNEmhzJ5HtH3iIHB6DDAUpsJQGzJbRMN8ID8f+x/V67oiihf6lHH8qfur2wc15kD6/sWZRvnA/QRV/5WElI7IlaJK8iqvRe8K1h1evZnkkrZHrd7ePYrYHY1FszpDVAMvIj3hg+1xSnAMPs7RytFWMEk7gDcN6j2fqa27g+8HLI/tKVs6J3SMHqgyrNn54oGC2YLAhcipYvQtPvwJdeuIfObLjOID+yC/GWTLACGQxVQ6xNX9cvyuTdPbpQ8ZO+JisFse/ATsUq57yvfRvQEdZGqBzzv2VqjMwhCZ8X1tu/sm0VIH98Ho0WhHY2r1WhYRhLjI6Ei+FPX/XUzx7+m/C5pq+Cm6SOZfenR7VjxIzUuJ3iw/nKBrggdC0gLg59KzpPcczSWX1OWrCl8tFkJw63hHE4IpcKKq1cVdfCRMf2BXtpHXVuJ5mRQ8RXEEHQNaJVpD/M9M/hBxMtYywjldxdRt9rjL4kULaX+5WJr73JW4cnXgAm/Suo48nPp3PLDcqoExhXsusRe6kUIeM+aJaBXmKpark3CPG2taWXoiOMHFB1Pn42ALd60Gqd+jlwK/huuzdPuV6FrymwbP2XiDUqKjMCjaNyyD9le3OK5jcGhrDQFE3FS8qqdaKnde3EdJ20TC17o4pUU2a8aUGITaiQzIdXJn8DOxXjCWC8ClXN5ZY+kTkdKiCwggzIoGRG4bRfyDq0Xr9ikkT43+UFLZ44L41u8yB83KgIAaV040BWJqPVj6dkEb1PcfFDYwYcwh/jZ/ocbAh2VRmaJHs0mNoi+QX1NC/cbXr4gbq1uGLXAzUCxrDzNn+6ZrgBU9+t2z2eQm7LBPGH UD37SNuh /lSDhof0bjAUtcpJHW2iuEwdB4+lgDpIr7QgyNhJF5nQlbefjBUUONR1axvdtPj+y8ijY3L0bMFWvyNEHdVSp/ubcNRxpibZIs7XiOpi9pZY6Xl952iA4f0B0E6pxIocoEn58lcr6TDnavh7rXpzdCgG4IKbxebMm+Yr+Vi0q9g3/pQXPZ+r9sXfQ66ndAT8rWmL5/Oli8W4pMiQJE0PpcbzDSs1Wbk+oOhU+i9uHwOTB96SondemLuRAEB0LKKmAdnGFJ1FCWnV9x20aQ/iHgNbYZ27WRgYPQaoLT/lW9LqalMBM0gbwEPGNOImRzK9hMrrTWpy1Rx0tO+t+pBCUPBh2rtmHSCTk4pkFpp1wL5SQ64gs5/xC2srprErS5tH1E6oMmrJPCKpfYLtZ4d6xi2YiD2c7dFaw33n8ko5h5V1P+DI1MoySdshs3qjxRPZ0/k0oYC+0czmE3UssTxC3ItaBkxvFhv2Gu4xl8H/1RCvPFgnP//kmBLtD6/GgcNj6dCqEP5IOvKGUU5r00rCoiGTK3G+c4E6yXTZNfeIgDdkm0Jtk2VYOUN7AI6bMiQhhAnf++J+VmrUPr2sfCO+zfW1CC5XfeJVRsYdM1dDiyjQynlTZ/8k7yMf1xAGBWRyqd0HWVzECuC1lAWQteAD7bKjxvsewd1WGHvVDLSbViB/B0HPtgrjLZJDtc/ylwuntfa1ysYF0oVe4gpIu0TVk8GWaa0ExYVwcy9CJ9sTmwfuUDbTnOVnN6J+OMPfqD99yYKKg/S8Onj4YGgfrWJOndaHryV4AKGtJ6PgN/UGiXu/U5AtGKrgoHNCH+r8UyNxBr3kra+Z5wsvjlM1k6Xekg+sZY0Zo2cuMhGvlD57jXBaKAjJt9TMniBWHWTzSgcOZUqas07NZwjM+P2A3S5XO68Zaxcd3qn/hvsz8/7mOEDrSSPCFts7I+XRUs4XkmjIb1Bn9Wv1KDN6OSLRxHyP7oDjJd2aP psVnhFVG s5NJ38WdNqTL3uEeTxhvE9ezbBD+EwjAJaY0JatSIBqpNnMn34o+vEZ5nOixKDtOishA8gcbFOS8nsV+lGVjWy8cXIsoZy/BCr37ObxiCw8J/cwt9bqFgTWJ1AYK+uBVM4gTf6LtduYTpY2ZoZPtKwDVlhf7l9Vx03wcHxz6sBpoKJsiZafd6Dtiq9w9Y1GMzRWCIwRUUSxeDFOedsQU2GC3qXcRijWm4Z1R1RFxOlvM5/DQypfwDhGtrdoCLF/64jjyl4aJuYRbWHDiW2oxrHg4LkOGbM9nldqz4r4egVW0qUMXvZzPyEcqeU3BYjOTLmd2GrHWlxjmDzrq61s7SC2kWyMHhaPximY4cwyEKwQCzHCKCXR89pN87/Agp7o/u4kTaSZ8F3d/ckXU/kba4m8TXVE3jCHsKRIxzD5pRI8BLzzRhTBtJBLUDa7/zmN+UUxsOLCp6am9Xs66tlk9qhDGz1RV8AURhMNLfBiSgbCNfdi5hrzd4A== X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: 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