Commit f77af637 authored by Federico Vaga's avatar Federico Vaga Committed by Jonathan Corbet
Browse files

doc:process: add links where missing



Some documents are refering to others without links. With this
patch I add those missing links.

This patch affects only documents under process/ and labels where
necessary.

Signed-off-by: default avatarFederico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 2f7e6f6b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
.. _admin_devices:

Linux allocated devices (4.x+ version)
======================================
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@

.. highlight:: none

.. _devtools_coccinelle:

Coccinelle
==========

+2 −0
Original line number Diff line number Diff line
.. _sphinxdoc:

Introduction
============

+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
.. |struct wakeup_source| replace:: :c:type:`struct wakeup_source <wakeup_source>`
.. |struct device| replace:: :c:type:`struct device <device>`

.. _driverapi_pm_devices:

==============================
Device Power Management Basics
==============================
+2 −1
Original line number Diff line number Diff line
@@ -315,7 +315,8 @@ variety of potential coding problems; it can also propose fixes for those
problems.  Quite a few "semantic patches" for the kernel have been packaged
under the scripts/coccinelle directory; running "make coccicheck" will run
through those semantic patches and report on any problems found.  See
Documentation/dev-tools/coccinelle.rst for more information.
:ref:`Documentation/dev-tools/coccinelle.rst <devtools_coccinelle>`
for more information.

Other kinds of portability errors are best found by compiling your code for
other architectures.  If you do not happen to have an S/390 system or a
Loading