Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: PCI: pci.rst: drop doubled words

Drop the doubled word "when".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org
Link: https://lore.kernel.org/r/20200703212156.30453-5-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
abccb9d9 84520c02

+1 -1
+1 -1
Documentation/PCI/pci.rst
··· 209 209 OS BUG: we don't check resource allocations before enabling those 210 210 resources. The sequence would make more sense if we called 211 211 pci_request_resources() before calling pci_enable_device(). 212 - Currently, the device drivers can't detect the bug when when two 212 + Currently, the device drivers can't detect the bug when two 213 213 devices have been allocated the same range. This is not a common 214 214 problem and unlikely to get fixed soon. 215 215