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

Commit ec15872d authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

docs: fix broken references with multiple hints



The script:
	./scripts/documentation-file-ref-check --fix

Gives multiple hints for broken references on some files.
Manually use the one that applies for some files.

Acked-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
Acked-by: default avatarJames Morris <james.morris@microsoft.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: default avatarJonathan Corbet <corbet@lwn.net>
parent ecf38679
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -11,7 +11,7 @@ Description:
  Kernel code may export it for complete or partial access.
  Kernel code may export it for complete or partial access.


  GPIOs are identified as they are inside the kernel, using integers in
  GPIOs are identified as they are inside the kernel, using integers in
  the range 0..INT_MAX.  See Documentation/gpio/gpio.txt for more information.
  the range 0..INT_MAX.  See Documentation/gpio for more information.


    /sys/class/gpio
    /sys/class/gpio
	/export ... asks the kernel to export a GPIO to userspace
	/export ... asks the kernel to export a GPIO to userspace
+1 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,7 @@ Optional properties:
  - nxp,calib-gpios: calibration GPIO, which must correspond with the
  - nxp,calib-gpios: calibration GPIO, which must correspond with the
	gpio used for the TDA998x interrupt pin.
	gpio used for the TDA998x interrupt pin.


[1] Documentation/sound/alsa/soc/DAI.txt
[1] Documentation/sound/soc/dai.rst
[2] include/dt-bindings/display/tda998x.h
[2] include/dt-bindings/display/tda998x.h


Example:
Example:
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@ Event Tracing
1. Introduction
1. Introduction
===============
===============


Tracepoints (see Documentation/trace/tracepoints.txt) can be used
Tracepoints (see Documentation/trace/tracepoints.rst) can be used
without creating custom kernel modules to register probe functions
without creating custom kernel modules to register probe functions
using the event tracing infrastructure.
using the event tracing infrastructure.


+1 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@ Notes on Analysing Behaviour Using Events and Tracepoints
1. Introduction
1. Introduction
===============
===============


Tracepoints (see Documentation/trace/tracepoints.txt) can be used without
Tracepoints (see Documentation/trace/tracepoints.rst) can be used without
creating custom kernel modules to register probe functions using the event
creating custom kernel modules to register probe functions using the event
tracing infrastructure.
tracing infrastructure.


+1 −1
Original line number Original line Diff line number Diff line
@@ -107,7 +107,7 @@ Linux 2.6:
		程序测试的指导,请参阅
		程序测试的指导,请参阅
		Documentation/power/drivers-testing.txt。有关驱动程序电
		Documentation/power/drivers-testing.txt。有关驱动程序电
		源管理问题相对全面的概述,请参阅
		源管理问题相对全面的概述,请参阅
		Documentation/power/admin-guide/devices.rst。
		Documentation/driver-api/pm/devices.rst。


管理:		如果一个驱动程序的作者还在进行有效的维护,那么通常除了那
管理:		如果一个驱动程序的作者还在进行有效的维护,那么通常除了那
		些明显正确且不需要任何检查的补丁以外,其他所有的补丁都会
		些明显正确且不需要任何检查的补丁以外,其他所有的补丁都会
Loading