diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 16:26:17 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 16:00:12 -0400 |
commit | 896ee65fb646f9a98243a9f69e5904dff394c78a (patch) | |
tree | 65d5510727c087cc59d0b2967db87df424b899cf /Documentation/DocBook/drm.tmpl | |
parent | 8a9ba910ac3962e5adb4ce1f086adf1e21fa04d1 (diff) |
DocBook/drm: Remove extraneous commas
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-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 790e634e5635..d2aee84f18af 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -562,9 +562,9 @@ void intel_crt_init(struct drm_device *dev) | |||
562 | <para> | 562 | <para> |
563 | In the example above (again, taken from the i915 driver), a | 563 | In the example above (again, taken from the i915 driver), a |
564 | CRT connector and encoder combination is created. A device | 564 | CRT connector and encoder combination is created. A device |
565 | specific i2c bus is also created, for fetching EDID data and | 565 | specific i2c bus is also created for fetching EDID data and |
566 | performing monitor detection. Once the process is complete, | 566 | performing monitor detection. Once the process is complete, |
567 | the new connector is registered with sysfs, to make its | 567 | the new connector is registered with sysfs to make its |
568 | properties available to applications. | 568 | properties available to applications. |
569 | </para> | 569 | </para> |
570 | <sect4> | 570 | <sect4> |