diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-05-04 15:42:07 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-05-05 09:12:43 +0200 |
commit | 0e1a485b275a0f1900bbd1a6d23b31bcc3d3f992 (patch) | |
tree | 72ac91afe365cf8392e2e6421468feca8b91a7ec /include/drm | |
parent | af509d38bbbcf1b6a731389632ad367db7bc4ef5 (diff) | |
download | talos-obmc-linux-0e1a485b275a0f1900bbd1a6d23b31bcc3d3f992.tar.gz talos-obmc-linux-0e1a485b275a0f1900bbd1a6d23b31bcc3d3f992.zip |
drm: Fix up markup fumble
It's & for struct references, not #.
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Acked-by: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1462369327-26659-1-git-send-email-daniel.vetter@ffwll.ch
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_modeset_helper_vtables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h index b61c2d45192e..d4619dc2eecb 100644 --- a/include/drm/drm_modeset_helper_vtables.h +++ b/include/drm/drm_modeset_helper_vtables.h @@ -672,7 +672,7 @@ struct drm_connector_helper_funcs { * fixed panel can also manually add specific modes using * drm_mode_probed_add(). Drivers which manually add modes should also * make sure that the @display_info, @width_mm and @height_mm fields of the - * struct #drm_connector are filled in. + * struct &drm_connector are filled in. * * Virtual drivers that just want some standard VESA mode with a given * resolution can call drm_add_modes_noedid(), and mark the preferred |