From patchwork Wed Feb 15 05:37:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13141330 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 C3B34C64EC7 for ; Wed, 15 Feb 2023 05:37:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233300AbjBOFhv (ORCPT ); Wed, 15 Feb 2023 00:37:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229848AbjBOFht (ORCPT ); Wed, 15 Feb 2023 00:37:49 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B966A35AD; Tue, 14 Feb 2023 21:37:48 -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: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=3DQRN1CQ/XqMIvWvWF20UaQJ2HBfRPScgCtiXy5hN3U=; b=0QJivvrrBkYjIm/Kknb4P6rRrs BKrobwAo5ZXdvux1S1ecaeoPJPKkizTrANRjU81ZgVqaNP0h7B3KkGolSUCQkoMMbpttfDEHOTOWV zjX79Yrx/22jG8Atz7dvW0BJvZap8cTqfqrtHCEFXTM6WhDlFUnWkRyp8HTlpwORelLpfX3snX5sG i5otESatwnG4WHvurojSVUhXHNYVa0AbiUbg+Uzi/ptDLo5/GogrvRIbDYEcrv/DDw9eBIG5VxDkm gJYPJv/s2Qhrs9ixykTQ++VwszhVhySVGYzT9eBY8erwAmk8qgk4Yh3U2JVN9ZRh6Nalg1iwSKEkO MiAmSbFA==; 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 1pSAUD-004naN-Ga; Wed, 15 Feb 2023 05:37:45 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , netdev@vger.kernel.org, Steffen Klassert , Daniel Jordan , linux-crypto@vger.kernel.org, Herbert Xu , "David S. Miller" , Jonathan Corbet , linux-doc@vger.kernel.org, Jakub Kicinski , Mukesh Ojha Subject: [PATCH v3] Documentation: core-api: padata: correct spelling Date: Tue, 14 Feb 2023 21:37:44 -0800 Message-Id: <20230215053744.11716-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Correct spelling problems for Documentation/core-api/padata.rst as reported by codespell. Signed-off-by: Randy Dunlap Cc: netdev@vger.kernel.org Cc: Steffen Klassert Cc: Daniel Jordan Cc: linux-crypto@vger.kernel.org Cc: Herbert Xu Cc: "David S. Miller" Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Jakub Kicinski Reviewed-by: Mukesh Ojha Acked-by: Daniel Jordan --- v3: split into a separate patch as requested by Jakub. Documentation/core-api/padata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/Documentation/core-api/padata.rst b/Documentation/core-api/padata.rst --- a/Documentation/core-api/padata.rst +++ b/Documentation/core-api/padata.rst @@ -42,7 +42,7 @@ padata_shells associated with it, each a Modifying cpumasks ------------------ -The CPUs used to run jobs can be changed in two ways, programatically with +The CPUs used to run jobs can be changed in two ways, programmatically with padata_set_cpumask() or via sysfs. The former is defined:: int padata_set_cpumask(struct padata_instance *pinst, int cpumask_type,