Skip to content

Commit 7d3d325

Browse files
mchehabJonathan Corbet
authored andcommitted
docs: fix pointers to io-mapping.rst and io_ordering.rst files
Those files got moved, but cross-references still point to the wrong places. Fixes: fcd6807 ("Documentation: Add io-mapping.rst to driver-api manual") Fixes: d1ce350 ("Documentation: Add io_ordering.rst to driver-api manual") Signed-off-by: Mauro Carvalho Chehab <[email protected]> Reviewed-by: Alex Shi <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/c0205119db4fef536272cb0a183b6c14c2c8bf4c.1583927470.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 0a07bef commit 7d3d325

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Documentation/PCI/pci.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ from the PCI device config space. Use the values in the pci_dev structure
239239
as the PCI "bus address" might have been remapped to a "host physical"
240240
address by the arch/chip-set specific kernel support.
241241

242-
See Documentation/io-mapping.txt for how to access device registers
242+
See Documentation/driver-api/io-mapping.rst for how to access device registers
243243
or device memory.
244244

245245
The device driver needs to call pci_request_region() to verify

Documentation/translations/zh_CN/io_ordering.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Chinese translated version of Documentation/io_ordering.txt
1+
Chinese translated version of Documentation/driver-api/io_ordering.rst
22

33
If you have any comment or update to the content, please contact the
44
original document maintainer directly. However, if you have a problem
@@ -8,7 +8,7 @@ or if there is a problem with the translation.
88

99
Chinese maintainer: Lin Yongting <[email protected]>
1010
---------------------------------------------------------------------
11-
Documentation/io_ordering.txt 的中文翻译
11+
Documentation/driver-api/io_ordering.rst 的中文翻译
1212

1313
如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
1414
交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻

arch/unicore32/include/asm/io.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern void __uc32_iounmap(volatile void __iomem *addr);
2727
* ioremap and friends.
2828
*
2929
* ioremap takes a PCI memory address, as specified in
30-
* Documentation/io-mapping.txt.
30+
* Documentation/driver-api/io-mapping.rst.
3131
*
3232
*/
3333
#define ioremap(cookie, size) __uc32_ioremap(cookie, size)

include/linux/io-mapping.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* The io_mapping mechanism provides an abstraction for mapping
1717
* individual pages from an io device to the CPU in an efficient fashion.
1818
*
19-
* See Documentation/io-mapping.txt
19+
* See Documentation/driver-api/io-mapping.rst
2020
*/
2121

2222
struct io_mapping {

0 commit comments

Comments
 (0)