Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fb94e9c authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

docs: Fix some broken references



As we move stuff around, some doc references are broken. Fix some of
them via this script:
	./scripts/documentation-file-ref-check --fix

Manually checked if the produced result is valid, removing a few
false-positives.

Acked-by: default avatarTakashi Iwai <tiwai@suse.de>
Acked-by: default avatarMasami Hiramatsu <mhiramat@kernel.org>
Acked-by: default avatarStephen Boyd <sboyd@kernel.org>
Acked-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Reviewed-by: default avatarColy Li <colyli@suse.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: default avatarJonathan Corbet <corbet@lwn.net>
parent ec15872d
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -4335,7 +4335,7 @@
			[FTRACE] Set and start specified trace events in order
			[FTRACE] Set and start specified trace events in order
			to facilitate early boot debugging. The event-list is a
			to facilitate early boot debugging. The event-list is a
			comma separated list of trace events to enable. See
			comma separated list of trace events to enable. See
			also Documentation/trace/events.txt
			also Documentation/trace/events.rst


	trace_options=[option-list]
	trace_options=[option-list]
			[FTRACE] Enable or disable tracer options at boot.
			[FTRACE] Enable or disable tracer options at boot.
@@ -4350,7 +4350,7 @@


			      trace_options=stacktrace
			      trace_options=stacktrace


			See also Documentation/trace/ftrace.txt "trace options"
			See also Documentation/trace/ftrace.rst "trace options"
			section.
			section.


	tp_printk[FTRACE]
	tp_printk[FTRACE]
+1 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,7 @@ Deprecated properties:
  This property is deprecated. Instead, a 'steps-per-period ' value should
  This property is deprecated. Instead, a 'steps-per-period ' value should
  be used, such as "rotary-encoder,steps-per-period = <2>".
  be used, such as "rotary-encoder,steps-per-period = <2>".


See Documentation/input/rotary-encoder.txt for more information.
See Documentation/input/devices/rotary-encoder.rst for more information.


Example:
Example:


+1 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@ device that displays digits), an additional index argument can be specified::
					  enum gpiod_flags flags)
					  enum gpiod_flags flags)


For a more detailed description of the con_id parameter in the DeviceTree case
For a more detailed description of the con_id parameter in the DeviceTree case
see Documentation/gpio/board.txt
see Documentation/driver-api/gpio/board.rst


The flags parameter is used to optionally specify a direction and initial value
The flags parameter is used to optionally specify a direction and initial value
for the GPIO. Values can be:
for the GPIO. Values can be:
+2 −2
Original line number Original line Diff line number Diff line
@@ -724,8 +724,8 @@ migrate your tool to one of the following options:


  See following documents:
  See following documents:


  - Documentation/trace/kprobetrace.txt
  - Documentation/trace/kprobetrace.rst
  - Documentation/trace/events.txt
  - Documentation/trace/events.rst
  - tools/perf/Documentation/perf-probe.txt
  - tools/perf/Documentation/perf-probe.txt




+1 −1
Original line number Original line Diff line number Diff line
@@ -426,5 +426,5 @@ root@genericarmv8:~#
Details on how to use the generic STM API can be found here [2].
Details on how to use the generic STM API can be found here [2].


[1]. Documentation/ABI/testing/sysfs-bus-coresight-devices-stm
[1]. Documentation/ABI/testing/sysfs-bus-coresight-devices-stm
[2]. Documentation/trace/stm.txt
[2]. Documentation/trace/stm.rst
[3]. https://github.com/Linaro/perf-opencsd
[3]. https://github.com/Linaro/perf-opencsd
Loading