]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
docs / driver-api: Fix structure references in device_link.rst
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Feb 2017 14:28:13 +0000 (15:28 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 20 Feb 2017 23:40:46 +0000 (16:40 -0700)
commitbd8562626c8e170691d6457fe4e8dfb45607a48d
tree7f1dbbdeb0debd863a12f0292933c7feed9e1eb6
parente3941cd9f59d1d5508c29eb1712a732722885ee7
docs / driver-api: Fix structure references in device_link.rst

The format of the structure references in device_link.rst is
incorrect, because it doesn't cause proper references to the
struct data types to be generated (for struct dev_pm_domain in
particular).

Fix that by using the :c:type:`struct name <name>` convention
for encoding references to struct data types.

Fixes: aad800403a87 (Documentation/core-api/device_link: Add initial documentation)
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/device_link.rst