projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a9ba91
)
DocBook/drm: Remove extraneous commas
author
Michael Witten
<mfwitten@gmail.com>
Thu, 25 Aug 2011 20:26:17 +0000
(20:26 +0000)
committer
Michael Witten
<mfwitten@gmail.com>
Mon, 29 Aug 2011 20:00:12 +0000
(20:00 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Documentation/DocBook/drm.tmpl
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/DocBook/drm.tmpl
b/Documentation/DocBook/drm.tmpl
index 790e634e5635f61b1c501bf2a0a772ec286d63a7..d2aee84f18af2aee21e756e3913b6624a4f52ad4 100644
(file)
--- a/
Documentation/DocBook/drm.tmpl
+++ b/
Documentation/DocBook/drm.tmpl
@@
-562,9
+562,9
@@
void intel_crt_init(struct drm_device *dev)
<para>
In the example above (again, taken from the i915 driver), a
CRT connector and encoder combination is created. A device
- specific i2c bus is also created
,
for fetching EDID data and
+ specific i2c bus is also created for fetching EDID data and
performing monitor detection. Once the process is complete,
- the new connector is registered with sysfs
,
to make its
+ the new connector is registered with sysfs to make its
properties available to applications.
</para>
<sect4>