]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm: fix drm_display_info_set_bus_formats kernel doc header
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 23 Jan 2015 20:09:30 +0000 (21:09 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 26 Jan 2015 23:11:59 +0000 (09:11 +1000)
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>
drivers/gpu/drm/drm_crtc.c

index df90048de92e033fba88fe482662e64135deada7..ad2934ba0bd2acd766c6044af16e831d00e79ce4 100644 (file)
@@ -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