diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2015-01-23 21:09:30 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-01-27 09:11:59 +1000 |
commit | e37bfa1aac6dd98ad17d98b4691c40ff561ba410 (patch) | |
tree | b9f7669ee3746f25601640638877ea5d5413f0d9 /drivers/gpu/drm | |
parent | d3e7a0dabd6f5c5f45fbde9ed48a18f09ea97dce (diff) |
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 <boris.brezillon@free-electrons.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/drm_crtc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index df90048de92e..ad2934ba0bd2 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 |