summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-09-19 02:43:13 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-09-19 22:57:38 +0200
commitb247c211ee367cfe975dd54e381094083adfd8d3 (patch)
treef62d3ee766b7215b02299ec7044b01905e8a5b09 /Documentation
parent74378c5c8cdaf0ce9f65e67cbd0613286f2c3bad (diff)
downloadlinux-0-day-b247c211ee367cfe975dd54e381094083adfd8d3.tar.gz
linux-0-day-b247c211ee367cfe975dd54e381094083adfd8d3.tar.xz
PM: docs: Drop an excess character from devices.rst
Drop an excess "`" from Documentation/driver-api/pm/devices.rst. Fixes: 2728b2d2e5be (PM / core / docs: Convert sleep states API document to reST) Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/driver-api/pm/devices.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/pm/devices.rst b/Documentation/driver-api/pm/devices.rst
index bedd32388dac5..a0dc2879a152c 100644
--- a/Documentation/driver-api/pm/devices.rst
+++ b/Documentation/driver-api/pm/devices.rst
@@ -675,7 +675,7 @@ sub-domain of the parent domain.
Support for power domains is provided through the :c:member:`pm_domain` field of
|struct device|. This field is a pointer to an object of type
-|struct dev_pm_domain|, defined in :file:`include/linux/pm.h``, providing a set
+|struct dev_pm_domain|, defined in :file:`include/linux/pm.h`, providing a set
of power management callbacks analogous to the subsystem-level and device driver
callbacks that are executed for the given device during all power transitions,
instead of the respective subsystem-level callbacks. Specifically, if a