PCI: Replace unnecessary UTF-8 in Kconfig
authorLiu Song <liusong@linux.alibaba.com>
Wed, 20 Jul 2022 07:22:03 +0000 (15:22 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 6 Oct 2023 19:30:48 +0000 (14:30 -0500)
commit43b0294abaceec20943c4ae222a0839b353a055f
tree8f5e65942bd544c1c0b7b1679dcca3be51c9eb06
parent5b9ceb63c49b9934cf2ec70b3b76951927e50a24
PCI: Replace unnecessary UTF-8 in Kconfig

The CONFIG_PCI_P2PDMA Kconfig help text contains a Cyrillic small "Dze"
(ѕ).  When menuconfig renders it, it looks like "Enable ~U drivers" instead
of "Enables drivers".

Replace it by a plain "s" so the help text is displayed correctly by
menuconfig.

Uwe Kleine-König <u.kleine-koenig@pengutronix.de> later posted the same
patch at
https://lore.kernel.org/r/20231006150209.87666-1-u.kleine-koenig@pengutronix.de

Link: https://lore.kernel.org/r/1658301723-111283-1-git-send-email-liusong@linux.alibaba.com
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Liu Song <liusong@linux.alibaba.com>
[bhelgaas: commit log, add Uwe's report]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
drivers/pci/Kconfig