drm/doc: use preferred struct reference in kernel-doc
[sfrench/cifs-2.6.git] / include / drm / drm_irq.h
index 293d08caab60edbdca6b2002a920c8d2352cb91a..18cfd11307e1a6c4c131e15ce655d5f2260e42ff 100644 (file)
@@ -51,8 +51,8 @@ struct drm_pending_vblank_event {
  *
  * Note that for historical reasons - the vblank handling code is still shared
  * with legacy/non-kms drivers - this is a free-standing structure not directly
- * connected to struct &drm_crtc. But all public interface functions are taking
- * a struct &drm_crtc to hide this implementation detail.
+ * connected to &struct drm_crtc. But all public interface functions are taking
+ * a &struct drm_crtc to hide this implementation detail.
  */
 struct drm_vblank_crtc {
        /**