diff options
author | Thierry Reding <treding@nvidia.com> | 2014-04-23 15:49:04 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-05-27 15:55:24 +1000 |
commit | b8380580836bf81d032da6099879da9f6b515325 (patch) | |
tree | 24c71655ede39f7f3517b8e9a667d533597ee887 /include/drm/drm_dp_helper.h | |
parent | 2524fc7f634d33b044e9bf91689b932e54517980 (diff) |
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>
Diffstat (limited to 'include/drm/drm_dp_helper.h')
-rw-r--r-- | include/drm/drm_dp_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index c8857e6159a..efcde2c38cc 100644 --- a/include/drm/drm_dp_helper.h +++ b/include/drm/drm_dp_helper.h @@ -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 |