From: Michael Witten Date: Thu, 25 Aug 2011 20:26:17 +0000 (+0000) Subject: DocBook/drm: Remove extraneous commas X-Git-Tag: next-20110831~62^2^2~13 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=65a44c2cf839b69a31b6f78318a650e05ba59e46;p=karo-tx-linux.git DocBook/drm: Remove extraneous commas Signed-off-by: Michael Witten Signed-off-by: Randy Dunlap --- 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) 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.