projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56fe8b6
)
drm/fb-helper: fix sphinx markup for DRM_FB_HELPER_DEFAULT_OPS
author
Stefan Christ
<contact@stefanchrist.eu>
Wed, 5 Oct 2016 18:34:14 +0000
(20:34 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 10 Oct 2016 09:19:42 +0000
(11:19 +0200)
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
include/drm/drm_fb_helper.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_fb_helper.h
b/include/drm/drm_fb_helper.h
index 3c5f5992b96afe8b1fc9fa5a7be5094e6cada166..ed8edfef75b23e6441458475533e73fa94762a29 100644
(file)
--- a/
include/drm/drm_fb_helper.h
+++ b/
include/drm/drm_fb_helper.h
@@
-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.