From: Boris Brezillon Date: Fri, 23 Jan 2015 20:09:30 +0000 (+0100) Subject: drm: fix drm_display_info_set_bus_formats kernel doc header X-Git-Tag: v4.0-rc1~74^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e37bfa1aac6dd98ad17d98b4691c40ff561ba410;p=profile%2Fcommon%2Fplatform%2Fkernel%2Flinux-artik7.git drm: fix drm_display_info_set_bus_formats kernel doc header formats and num_formats arguments were previously called fmts and nfmts. Fix the kernel doc comment so that it matches the new argument names. Signed-off-by: Boris Brezillon Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index df90048..ad2934b 100644 --- a/drivers/gpu/drm/drm_crtc.c +++ b/drivers/gpu/drm/drm_crtc.c @@ -764,8 +764,8 @@ static void drm_mode_remove(struct drm_connector *connector, /** * drm_display_info_set_bus_formats - set the supported bus formats * @info: display info to store bus formats in - * @fmts: array containing the supported bus formats - * @nfmts: the number of entries in the fmts array + * @formats: array containing the supported bus formats + * @num_formats: the number of entries in the fmts array * * Store the supported bus formats in display info structure. * See MEDIA_BUS_FMT_* definitions in include/uapi/linux/media-bus-format.h for