diff options
-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> |