Skip to content

Commit 43b0294

Browse files
ifishlandbjorn-helgaas
authored andcommitted
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 <[email protected]> later posted the same patch at https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Liu Song <[email protected]> [bhelgaas: commit log, add Uwe's report] Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Randy Dunlap <[email protected]>
1 parent 5b9ceb6 commit 43b0294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ config PCI_P2PDMA
170170
select GENERIC_ALLOCATOR
171171
select NEED_SG_DMA_FLAGS
172172
help
173-
Enableѕ drivers to do PCI peer-to-peer transactions to and from
173+
Enables drivers to do PCI peer-to-peer transactions to and from
174174
BARs that are exposed in other devices that are the part of
175175
the hierarchy where peer-to-peer DMA is guaranteed by the PCI
176176
specification to work (ie. anything below a single PCI bridge).

0 commit comments

Comments
 (0)