summaryrefslogtreecommitdiff
path: root/linux-core/drm_vm.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-11-05 19:14:23 +1000
committerDave Airlie <airlied@linux.ie>2007-11-05 19:14:23 +1000
commit82ffcbbd628fc8c07d3becbbcb86a54214e78110 (patch)
tree2bf208c898351a5e2c78db3820db470dbc596454 /linux-core/drm_vm.c
parent6ee5412da0cc7516472235805482b8632cb374ef (diff)
drm: more kernel coding style cleanups
Diffstat (limited to 'linux-core/drm_vm.c')
-rw-r--r--linux-core/drm_vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_vm.c b/linux-core/drm_vm.c
index d2554f31..42e1f27a 100644
--- a/linux-core/drm_vm.c
+++ b/linux-core/drm_vm.c
@@ -166,7 +166,7 @@ static __inline__ struct page *drm_do_vm_nopage(struct vm_area_struct *vma,
* \param address access address.
* \return pointer to the page structure.
*
- * Get the the mapping, find the real physical page to map, get the page, and
+ * Get the mapping, find the real physical page to map, get the page, and
* return it.
*/
static __inline__ struct page *drm_do_vm_shm_nopage(struct vm_area_struct *vma,