diff options
author | Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> | 2016-06-03 12:03:10 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-06-03 14:00:21 -0600 |
commit | f3e6a55c3653b071705e266473b87696786dfd99 (patch) | |
tree | d3b6895c1144285caca59be7bb755103987878f0 /Documentation/dmaengine | |
parent | 49e48419ad0f1dd91f04bf932a4becae3cde514f (diff) | |
download | linux-f3e6a55c3653b071705e266473b87696786dfd99.tar.bz2 |
Documentation: dmaengine: fix typo for device_resume
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/dmaengine')
-rw-r--r-- | Documentation/dmaengine/provider.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dmaengine/provider.txt b/Documentation/dmaengine/provider.txt index 122b7f4876bb..91ce82d5f0c4 100644 --- a/Documentation/dmaengine/provider.txt +++ b/Documentation/dmaengine/provider.txt @@ -323,7 +323,7 @@ supported. * device_resume - Resumes a transfer on the channel - This command should operate synchronously on the channel, - pausing right away the work of the given channel + resuming right away the work of the given channel * device_terminate_all - Aborts all the pending and ongoing transfers on the channel |