etnaviv: drm: s/table_lock/etna_table_lock/
[mesa.git] / src / etnaviv / drm / etnaviv_priv.h
index 4117be137716e347ca744733004f713a46c82f13..527cee30dc31d4fd150186a86507f0ab2d1d19e0 100644 (file)
@@ -85,7 +85,7 @@ struct etna_bo *etna_bo_cache_alloc(struct etna_bo_cache *cache,
                uint32_t *size, uint32_t flags);
 int etna_bo_cache_free(struct etna_bo_cache *cache, struct etna_bo *bo);
 
-/* for where @table_lock is already held: */
+/* for where @etna_drm_table_lock is already held: */
 void etna_device_del_locked(struct etna_device *dev);
 
 /* a GEM buffer object allocated from the DRM device */