DocBook/drm: Clean up code comment
authorMichael Witten <mfwitten@gmail.com>
Thu, 25 Aug 2011 17:55:54 +0000 (17:55 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 19:30:24 +0000 (19:30 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Documentation/DocBook/drm.tmpl
drivers/gpu/drm/i915/i915_drv.c

index b9079386040d3c0d0ba03bc720ff29b81f2c4a91..4ddc99928668cd95a3c70fc8dbc3ebe2eeb30312 100644 (file)
@@ -88,8 +88,8 @@
     </para>
     <programlisting>
       static struct drm_driver driver = {
-       /* don't use mtrr's here, the Xserver or user space app should
-        * deal with them for intel hardware.
+       /* Don't use MTRRs here; the Xserver or userspace app should
+        * deal with them for Intel hardware.
         */
        .driver_features =
            DRIVER_USE_AGP | DRIVER_REQUIRE_AGP |
index ce045a8cf82c82dff0b15f6fa412d78ccdfe0e7b..acf4ea84c80191ee73b88d9c759cf2d88e1b7731 100644 (file)
@@ -785,8 +785,8 @@ static struct vm_operations_struct i915_gem_vm_ops = {
 };
 
 static struct drm_driver driver = {
-       /* don't use mtrr's here, the Xserver or user space app should
-        * deal with them for intel hardware.
+       /* Don't use MTRRs here; the Xserver or userspace app should
+        * deal with them for Intel hardware.
         */
        .driver_features =
            DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | /* DRIVER_USE_MTRR |*/