From patchwork Fri Oct 6 15:02:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 13411664 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 EA14BE81E04 for ; Fri, 6 Oct 2023 15:02:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232711AbjJFPCZ (ORCPT ); Fri, 6 Oct 2023 11:02:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44534 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232622AbjJFPCW (ORCPT ); Fri, 6 Oct 2023 11:02:22 -0400 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [IPv6:2a0a:edc0:2:b01:1d::104]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 048848F for ; Fri, 6 Oct 2023 08:02:20 -0700 (PDT) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qomLK-0004VY-Gz; Fri, 06 Oct 2023 17:02:18 +0200 Received: from [2a0a:edc0:0:900:1d::77] (helo=ptz.office.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qomLK-00BXcf-1B; Fri, 06 Oct 2023 17:02:18 +0200 Received: from ukl by ptz.office.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1qomLJ-00AK0f-OB; Fri, 06 Oct 2023 17:02:17 +0200 From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= To: Bjorn Helgaas Cc: linux-pci@vger.kernel.org, kernel@pengutronix.de Subject: [PATCH trivial] pci: Replace a strange letter by a normal one Date: Fri, 6 Oct 2023 17:02:09 +0200 Message-Id: <20231006150209.87666-1-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=841; i=u.kleine-koenig@pengutronix.de; h=from:subject; bh=mroQWcQsxUtin1DNdma+Dad2UrvwsKB5w/nrFuMoEpo=; b=owEBbQGS/pANAwAKAY+A+1h9Ev5OAcsmYgBlICFviW+97Buio9C+IbunVH02mf5eQbTAyHff3 efxPnOVBZSJATMEAAEKAB0WIQQ/gaxpOnoeWYmt/tOPgPtYfRL+TgUCZSAhbwAKCRCPgPtYfRL+ TtRbB/9WmFA+NQt956rehZ8r10FsMliJBUoRG/Qz1YVdSf84BvCmKrepEnms3Bw33dA3tRD+3UD HxarSA4iqgegugXJPC6yaPNoqizz75gQeV6+fZc54TmYZrfrNnuLJbjFuPAwHzjJPmBCsY6pZdx AVA2VR/AIaD7edey8FRpM2Q3KKiCuSzcNcz7Du4jYOXsgdndNk8jMMBB7o3SS5XBn4AIO18Hjlw ZjGle3eVGKKBegE/KC/xkSO4H8r2Dbm8yxkepJrkyifbDcoXBVNQJV017X3zEEuCswCf46dmQYy NK6no33wJ5yyJ4t5R3XWbhs0yuCBpyePnPqmXhFzQEHAJIyx X-Developer-Key: i=u.kleine-koenig@pengutronix.de; a=openpgp; fpr=0D2511F322BFAB1C1580266BE2DCDD9132669BD6 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-pci@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org The help text contains a cyrillic small "dse" (ѕ). Replace it by a plain "s". Signed-off-by: Uwe Kleine-König --- drivers/pci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index e9ae66cc4189..74147262625b 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -170,7 +170,7 @@ config PCI_P2PDMA select GENERIC_ALLOCATOR select NEED_SG_DMA_FLAGS help - Enableѕ drivers to do PCI peer-to-peer transactions to and from + Enables drivers to do PCI peer-to-peer transactions to and from BARs that are exposed in other devices that are the part of the hierarchy where peer-to-peer DMA is guaranteed by the PCI specification to work (ie. anything below a single PCI bridge).