diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 17:55:54 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 19:30:24 +0000 |
commit | 0c54781bc5aaec1e23bc50a4ef757b8e8bfc693b (patch) | |
tree | 95fa7ca0120758bdad58a4d22d5e3d01e326c54e | |
parent | f11aca045c165b9d4c9c4fce29f51ec24bcf64d3 (diff) | |
download | kernel_goldelico_gta04-0c54781bc5aaec1e23bc50a4ef757b8e8bfc693b.zip kernel_goldelico_gta04-0c54781bc5aaec1e23bc50a4ef757b8e8bfc693b.tar.gz kernel_goldelico_gta04-0c54781bc5aaec1e23bc50a4ef757b8e8bfc693b.tar.bz2 |
DocBook/drm: Clean up code comment
Signed-off-by: Michael Witten <mfwitten@gmail.com>
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 4 | ||||
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index b907938..4ddc999 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/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 | diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index ce045a8..acf4ea8 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/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 |*/ |