Skip to content

Commit 09d79d1

Browse files
committed
Merge tag 'docs-4.12-2' of git://git.lwn.net/linux
Pull more documentation updates from Jonathan Corbet: "Connect the newly RST-formatted documentation to the rest; this had to wait until the input pull was done. There's also a few small fixes that wandered in" * tag 'docs-4.12-2' of git://git.lwn.net/linux: doc: replace FTP URL to kernel.org with HTTPS one docs: update references to the device io book Documentation: earlycon: fix Marvell Armada 3700 UART name docs-rst: add input docs at main index and use kernel-figure
2 parents e47b40a + 25a0da7 commit 09d79d1

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

Documentation/admin-guide/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ If something goes wrong
362362
as is, otherwise you will have to use the ``ksymoops`` program to make
363363
sense of the dump (but compiling with CONFIG_KALLSYMS is usually preferred).
364364
This utility can be downloaded from
365-
ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ .
365+
https://www.kernel.org/pub/linux/utils/kernel/ksymoops/ .
366366
Alternatively, you can do the dump lookup by hand:
367367

368368
- In debugging dumps like the above, it helps enormously if you can

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@
972972
A valid base address must be provided, and the serial
973973
port must already be setup and configured.
974974

975-
armada3700_uart,<addr>
975+
ar3700_uart,<addr>
976976
Start an early, polled-mode console on the
977977
Armada 3700 serial port at the specified
978978
address. The serial port must already be setup

Documentation/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ needed).
6767
driver-api/index
6868
core-api/index
6969
media/index
70+
input/index
7071
gpu/index
7172
security/index
7273
sound/index

Documentation/input/ff.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ See <uapi/linux/input.h> for a description of the ff_effect struct. You
130130
should also find help in a few sketches, contained in files shape.svg
131131
and interactive.svg:
132132

133-
.. figure:: shape.svg
133+
.. kernel-figure:: shape.svg
134134

135135
Shape
136136

137-
.. figure:: interactive.svg
137+
.. kernel-figure:: interactive.svg
138138

139139
Interactive
140140

Documentation/memory-barriers.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ is performed:
23732373
spin_unlock(Q);
23742374

23752375

2376-
See Documentation/DocBook/deviceiobook.tmpl for more information.
2376+
See Documentation/driver-api/device-io.rst for more information.
23772377

23782378

23792379
=================================
@@ -2614,7 +2614,7 @@ might be needed:
26142614
relaxed memory access properties, then _mandatory_ memory barriers are
26152615
required to enforce ordering.
26162616

2617-
See Documentation/DocBook/deviceiobook.tmpl for more information.
2617+
See Documentation/driver-api/device-io.rst for more information.
26182618

26192619

26202620
INTERRUPTS

Documentation/translations/ko_KR/memory-barriers.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,7 +2343,7 @@ ACQUIRE VS I/O 액세스
23432343
spin_unlock(Q);
23442344

23452345

2346-
더 많은 정보를 위해선 Documenataion/DocBook/deviceiobook.tmpl 을 참고하세요.
2346+
더 많은 정보를 위해선 Documentation/driver-api/device-io.rst 를 참고하세요.
23472347

23482348

23492349
=========================
@@ -2578,7 +2578,7 @@ CPU 에서는 사용되는 어토믹 인스트럭션 자체에 메모리 배리
25782578
(2) 만약 액세스 함수들이 완화된 메모리 액세스 속성을 갖는 I/O 메모리 윈도우를
25792579
사용한다면, 순서를 강제하기 위해선 _mandatory_ 메모리 배리어가 필요합니다.
25802580

2581-
더 많은 정보를 위해선 Documentation/DocBook/deviceiobook.tmpl 을 참고하십시오.
2581+
더 많은 정보를 위해선 Documentation/driver-api/device-io.rst 를 참고하십시오.
25822582

25832583

25842584
인터럽트

0 commit comments

Comments
 (0)