Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: driver-api: avoid using ReST :doc:`foo` markup

The :doc:`foo` tag is auto-generated via automarkup.py.
So, use the filename at the sources, instead of :doc:`foo`.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/095b04bff6d49b4097382398bb91102eaa3f0fd3.1623824363.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
29602b7c fd88d2e5

+1 -1
+1 -1
Documentation/driver-api/ioctl.rst
··· 34 34 35 35 type 36 36 An 8-bit number, often a character literal, specific to a subsystem 37 - or driver, and listed in :doc:`../userspace-api/ioctl/ioctl-number` 37 + or driver, and listed in Documentation/userspace-api/ioctl/ioctl-number.rst 38 38 39 39 nr 40 40 An 8-bit number identifying the specific command, unique for a give