Skip to content

Commit

Permalink
drm: fix drm_display_info_set_bus_formats kernel doc header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Boris Brezillon authored and airlied committed Jan 26, 2015
1 parent d3e7a0d commit e37bfa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e37bfa1

Please sign in to comment.