浏览代码

DocBook/drm: Clean up code comment

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Michael Witten 14 年之前
父节点
当前提交
0c54781bc5
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      Documentation/DocBook/drm.tmpl
  2. 2 2
      drivers/gpu/drm/i915/i915_drv.c

+ 2 - 2
Documentation/DocBook/drm.tmpl

@@ -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 |

+ 2 - 2
drivers/gpu/drm/i915/i915_drv.c

@@ -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 |*/