]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
PM: docs: Fix formatting typo in devices.rst
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 18 Oct 2017 23:18:57 +0000 (01:18 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 21 Oct 2017 10:48:51 +0000 (12:48 +0200)
There is one word too many under formatting markup in one place
in device.rst, so fix it.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/driver-api/pm/devices.rst

index a0dc2879a152c89dbb9d5f715ec07fbfe6a4cd8e..b8f1e3bdb743068d09da62fe04f787bff6804685 100644 (file)
@@ -274,7 +274,7 @@ sleep states and the hibernation state ("suspend-to-disk").  Each phase involves
 executing callbacks for every device before the next phase begins.  Not all
 buses or classes support all these callbacks and not all drivers use all the
 callbacks.  The various phases always run after tasks have been frozen and
-before they are unfrozen.  Furthermore, the ``*_noirq phases`` run at a time
+before they are unfrozen.  Furthermore, the ``*_noirq`` phases run at a time
 when IRQ handlers have been disabled (except for those marked with the
 IRQF_NO_SUSPEND flag).