PM / docs: Fix structure references in device.rst
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Feb 2017 14:26:21 +0000 (15:26 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 20 Feb 2017 23:40:42 +0000 (16:40 -0700)
commite3941cd9f59d1d5508c29eb1712a732722885ee7
tree1cfb162d4b3a5b0835b37e8603572464006b4f23
parent62924fd789c6a381b772141f78a82361f46ae397
PM / docs: Fix structure references in device.rst

There is a better way to represent structure references than it was
done in device.rst by commit 730c4c053012 (PM / sleep / docs: Convert
PM notifiers document to reST), which is to use "struct name" as a
link caption (e.g. :c:type:`struct device <device>`).  That will
cause sphinx to generate a proper reference to the data type in
question (struct device in the example above) and "struct name"
will work as the link in the HTML output.

Fix device.rst by using that convention where applicable.

Fixes: 730c4c053012 (PM / sleep / docs: Convert PM notifiers document to reST)
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/pm/devices.rst