diff options
author | Masanari Iida <standby24x7@gmail.com> | 2017-11-29 00:16:56 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-12-02 08:36:50 -0700 |
commit | e50806a9fd0132402a62cb3161d786335662072f (patch) | |
tree | cbd8cd315860a5b20d5f774cc79027334eac91f9 /Documentation/driver-api | |
parent | e814bccbafece52a24e152d2395b5d49eef55841 (diff) | |
download | linux-e50806a9fd0132402a62cb3161d786335662072f.tar.bz2 |
dmaengine: doc : Fix warning "Title underline too short" while make xmldocs
This patch fix following warning during 'make xmldocs'
Documentation/driver-api/dmaengine/client.rst:188:
WARNING: Title underline too short.
Further APIs:
------------
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/dmaengine/client.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/dmaengine/client.rst b/Documentation/driver-api/dmaengine/client.rst index 6245c99af8c1..fbbb2831f29f 100644 --- a/Documentation/driver-api/dmaengine/client.rst +++ b/Documentation/driver-api/dmaengine/client.rst @@ -185,7 +185,7 @@ The details of these operations are: void dma_async_issue_pending(struct dma_chan *chan); Further APIs: ------------- +------------- 1. Terminate APIs |