projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78fe88b
)
drm: fix the the typo
author
Dave Airlie
<airlied@linux.ie>
Mon, 5 Nov 2007 08:56:46 +0000
(18:56 +1000)
committer
Dave Airlie
<airlied@linux.ie>
Mon, 5 Nov 2007 08:56:46 +0000
(18:56 +1000)
linux-core/drm_dma.c
patch
|
blob
|
history
diff --git
a/linux-core/drm_dma.c
b/linux-core/drm_dma.c
index
7cc4419
..
c4c4c69
100644
(file)
--- a/
linux-core/drm_dma.c
+++ b/
linux-core/drm_dma.c
@@
-65,7
+65,7
@@
int drm_dma_setup(struct drm_device * dev)
* \param dev DRM device.
*
* Free all pages associated with DMA buffers, the buffers and pages lists, and
- * finally the
the
drm_device::dma structure itself.
+ * finally the drm_device::dma structure itself.
*/
void drm_dma_takedown(struct drm_device * dev)
{