Hi,
On Tue, 16 Aug 2016 13:41:20 +0200 Lucas Stach wrote:
Hi Lothar,
Am Dienstag, den 16.08.2016, 13:12 +0200 schrieb Lothar Waßmann:
Describe the new parameter 'bus_flags' to of_get_drm_display_mode() in the kerneldoc comments and add kerneldoc comments to the new function drm_bus_flags_from_videomode().
Signed-off-by: Lothar Waßmann LW@KARO-electronics.de
drivers/gpu/drm/drm_modes.c | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c index 1570487..e4c65bb 100644 --- a/drivers/gpu/drm/drm_modes.c +++ b/drivers/gpu/drm/drm_modes.c @@ -657,6 +657,15 @@ void drm_display_mode_to_videomode(const struct drm_display_mode *dmode, } EXPORT_SYMBOL_GPL(drm_display_mode_to_videomode);
+/**
- drm_bus_flags_from_videomode - extract rmation about pixelclk and
^ missing letters here
OOOPS! Just found them under my keyboard. ;) Should I resubmit or can whoever picks this up fix it when applying?
Lothar Waßmann