drm/dp: Add missing kernel-doc
authorThierry Reding <treding@nvidia.com>
Wed, 23 Apr 2014 13:49:04 +0000 (15:49 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 27 May 2014 05:55:24 +0000 (15:55 +1000)
Commit 9dc4056026e0 (drm/dp: let drivers specify the name of the I2C-
over-AUX adapter) introduced a new field but didn't add the proper
kernel-doc for it.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drm_dp_helper.h

index c8857e6159a508993fb78f8b9f15c0dd2a22295f..efcde2c38cc1c84a435ae21d65585b92d2def7f6 100644 (file)
@@ -509,6 +509,7 @@ struct drm_dp_aux_msg {
 
 /**
  * struct drm_dp_aux - DisplayPort AUX channel
+ * @name: user-visible name of this AUX channel and the I2C-over-AUX adapter
  * @ddc: I2C adapter that can be used for I2C-over-AUX communication
  * @dev: pointer to struct device that is the parent for this AUX channel
  * @transfer: transfers a message representing a single AUX transaction