浏览代码

drm/dp: Add missing kernel-doc

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>
Thierry Reding 11 年之前
父节点
当前提交
b838058083
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/drm/drm_dp_helper.h

+ 1 - 0
include/drm/drm_dp_helper.h

@@ -509,6 +509,7 @@ struct drm_dp_aux_msg {
 
 
 /**
 /**
  * struct drm_dp_aux - DisplayPort AUX channel
  * 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
  * @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
  * @dev: pointer to struct device that is the parent for this AUX channel
  * @transfer: transfers a message representing a single AUX transaction
  * @transfer: transfers a message representing a single AUX transaction