summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/device_link.rst
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2019-08-29 17:17:43 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2019-08-29 17:35:11 +1000
commit287ae3cd078635df3aa9f620b803fdc39de979da (patch)
tree276941dad272eaefe7a3ebf998cd8efac688507c /Documentation/driver-api/device_link.rst
parent65ba4d54fc7b8076477d8da7acb608a57f57d34d (diff)
parent6e7e5c7fbc1c84e4ac657e0cb5bf9ca24492cc8f (diff)
downloadlinux-next-287ae3cd078635df3aa9f620b803fdc39de979da.tar.gz
Merge remote-tracking branch 'driver-core/driver-core-next'
Diffstat (limited to 'Documentation/driver-api/device_link.rst')
-rw-r--r--Documentation/driver-api/device_link.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/device_link.rst b/Documentation/driver-api/device_link.rst
index ae1e3d0394b0..1b5020ec6517 100644
--- a/Documentation/driver-api/device_link.rst
+++ b/Documentation/driver-api/device_link.rst
@@ -78,8 +78,8 @@ typically deleted in its ``->remove`` callback for symmetry. That way, if the
driver is compiled as a module, the device link is added on module load and
orderly deleted on unload. The same restrictions that apply to device link
addition (e.g. exclusion of a parallel suspend/resume transition) apply equally
-to deletion. Device links with ``DL_FLAG_STATELESS`` unset (i.e. managed
-device links) are deleted automatically by the driver core.
+to deletion. Device links managed by the driver core are deleted automatically
+by it.
Several flags may be specified on device link addition, two of which
have already been mentioned above: ``DL_FLAG_STATELESS`` to express that no