From patchwork Wed Dec 13 04:38:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13490347 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 57483C4332F for ; Wed, 13 Dec 2023 04:39:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=/BQzda6DC2dFGvYbCIfjttNulA0bfwvkwIg+oUrFv6A=; b=Vj6hWIHbJOZLsr 8LoeTLqAVciv7VThXnp/9tKUlMkMjb0skTJstGGgpIEukzi/glt0hqkQzF75411RPz3WqxFfkUMF5 muaYD0biwGintMW+HhoNQ6qWKhp5vFDbQVHU0wg3WYuPFG4YFyGIXADVuBtIHlVkj4BLed2tCW7ky Gl8hTEHWY70l4ptr0+ERIYxJ3e1UGtiyMOxS7bmwbBRcM0BwdOBYNCx/zpgYy3nxNfX+HgXu7Z3bw hGCX4derxQtNpsqHeOSiP4onby38vSeN03qfKFOBVzkhj2599K5mboxVHZQNhrfDWSY/haXvY5GyH XrmyncbSIjk6EJwZZ7Jw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDH17-00DbBl-0O; Wed, 13 Dec 2023 04:38:41 +0000 Received: from [50.53.46.231] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1rDH13-00DbBK-0u; Wed, 13 Dec 2023 04:38:37 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Roy Pledge , Li Yang , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH] soc: fsl: dpio: fix spelling errors Date: Tue, 12 Dec 2023 20:38:36 -0800 Message-ID: <20231213043836.6921-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Correct spelling mistakes as identified by codespell. Signed-off-by: Randy Dunlap Cc: Roy Pledge Cc: Li Yang Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-arm-kernel@lists.infradead.org --- include/soc/fsl/dpaa2-io.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -- a/include/soc/fsl/dpaa2-io.h b/include/soc/fsl/dpaa2-io.h --- a/include/soc/fsl/dpaa2-io.h +++ b/include/soc/fsl/dpaa2-io.h @@ -22,7 +22,7 @@ struct device; * DOC: DPIO Service * * The DPIO service provides APIs for users to interact with the datapath - * by enqueueing and dequeing frame descriptors. + * by enqueueing and dequeueing frame descriptors. * * The following set of APIs can be used to enqueue and dequeue frames * as well as producing notification callbacks when data is available @@ -33,7 +33,7 @@ struct device; /** * struct dpaa2_io_desc - The DPIO descriptor - * @receives_notifications: Use notificaton mode. Non-zero if the DPIO + * @receives_notifications: Use notification mode. Non-zero if the DPIO * has a channel. * @has_8prio: Set to non-zero for channel with 8 priority WQs. Ignored * unless receives_notification is TRUE.