mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 02:30:12 +01:00
drm: fix the the typo
This commit is contained in:
parent
78fe88baee
commit
3b43ed51cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue