summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-08-25 18:10:12 +0000
committerMichael Witten <mfwitten@gmail.com>2011-08-29 19:30:29 +0000
commit2c267e9e016da3e19a95261875a5f3b19dd6e9f6 (patch)
tree19ba563d6a1a675b39df0f6ccc3e62e178eeecf0 /Documentation
parent0c54781bc5aaec1e23bc50a4ef757b8e8bfc693b (diff)
downloadlinux-0-day-2c267e9e016da3e19a95261875a5f3b19dd6e9f6.tar.gz
linux-0-day-2c267e9e016da3e19a95261875a5f3b19dd6e9f6.tar.xz
DocBook/drm: Use a semicolon
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/drm.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 4ddc99928668c..aa13e08835106 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -154,8 +154,8 @@
</programlisting>
<para>
In the example above, taken from the i915 DRM driver, the driver
- sets several flags indicating what core features it supports.
- We go over the individual callbacks in later sections. Since
+ sets several flags indicating what core features it supports;
+ we go over the individual callbacks in later sections. Since
flags indicate which features your driver supports to the DRM
core, you need to set most of them prior to calling drm_init(). Some,
like DRIVER_MODESET can be set later based on user supplied parameters,
@@ -647,8 +647,8 @@ void intel_crt_init(struct drm_device *dev)
<sect1>
<title>Memory management</title>
<para>
- The memory manager lies at the heart of many DRM operations, and
- is also required to support advanced client features like OpenGL
+ The memory manager lies at the heart of many DRM operations; it
+ is required to support advanced client features like OpenGL
pbuffers. The DRM currently contains two memory managers, TTM
and GEM.
</para>