projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2524fc7
)
drm/dp: Add missing kernel-doc
author
Thierry Reding
<
[email protected]
>
Wed, 23 Apr 2014 13:49:04 +0000
(15:49 +0200)
committer
Dave Airlie
<
[email protected]
>
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 <
[email protected]
>
Reviewed-by: Jani Nikula <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
include/drm/drm_dp_helper.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_dp_helper.h
b/include/drm/drm_dp_helper.h
index c8857e6159a508993fb78f8b9f15c0dd2a22295f..efcde2c38cc1c84a435ae21d65585b92d2def7f6 100644
(file)
--- 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