drm/fb-helper: fix sphinx markup for DRM_FB_HELPER_DEFAULT_OPS

Fix invalid sphinx markup in the comment for the newly added
DRM_FB_HELPER_DEFAULT_OPS.

Signed-off-by: Stefan Christ <contact@stefanchrist.eu>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1475692454-11543-1-git-send-email-contact@stefanchrist.eu
This commit is contained in:
Stefan Christ 2016-10-05 20:34:14 +02:00 committed by Daniel Vetter
parent 56fe8b6f49
commit 21bf75eca0

View File

@ -218,7 +218,7 @@ struct drm_fb_helper {
};
/**
* @DRM_FB_HELPER_DEFAULT_OPS:
* define DRM_FB_HELPER_DEFAULT_OPS - helper define for drm drivers
*
* Helper define to register default implementations of drm_fb_helper
* functions. To be used in struct fb_ops of drm drivers.