diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 20:23:21 +0200 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 21:30:37 +0200 |
commit | 80c84e6f3c2c707ccb5d7b500e25bda69f0e1895 (patch) | |
tree | 6933f0686d4cac2ae1e076f5d8cb15d93238e3a8 /Documentation/DocBook | |
parent | DocBook/drm: , -> . (diff) | |
download | linux-80c84e6f3c2c707ccb5d7b500e25bda69f0e1895.tar.xz linux-80c84e6f3c2c707ccb5d7b500e25bda69f0e1895.zip |
DocBook/drm: Move `should be set' to the beginning of the sentence
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index a0f0f984f04f..42368f4f7bab 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -214,8 +214,8 @@ <term>DRIVER_DMA_QUEUE</term> <listitem> <para> - If the driver queues DMA requests and completes them - asynchronously, this flag should be set. Deprecated. + Should be set if the driver queues DMA requests and completes them + asynchronously. Deprecated. </para> </listitem> </varlistentry> |