Browse Source

DocBook/drm: Move `should be set' to the beginning of the sentence

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Michael Witten 14 years ago
parent
commit
80c84e6f3c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Documentation/DocBook/drm.tmpl

+ 2 - 2
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>