diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-09-19 02:43:13 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-09-19 22:57:38 +0200 |
commit | b247c211ee367cfe975dd54e381094083adfd8d3 (patch) | |
tree | f62d3ee766b7215b02299ec7044b01905e8a5b09 /Documentation/driver-api/pm | |
parent | 74378c5c8cdaf0ce9f65e67cbd0613286f2c3bad (diff) | |
download | linux-b247c211ee367cfe975dd54e381094083adfd8d3.tar.gz linux-b247c211ee367cfe975dd54e381094083adfd8d3.tar.bz2 linux-b247c211ee367cfe975dd54e381094083adfd8d3.zip |
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/driver-api/pm')
-rw-r--r-- | Documentation/driver-api/pm/devices.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/pm/devices.rst b/Documentation/driver-api/pm/devices.rst index bedd32388dac..a0dc2879a152 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 |